comparison NEWS @ 5219:802e2e3d9bfc

integration db-protobuf->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 17:00:51 +0200
parents eb41e1833cea
children d0f7c742d397 5874e5dd9a38
comparison
equal deleted inserted replaced
5208:1fa3bfa86f8e 5219:802e2e3d9bfc
3 3
4 REST API 4 REST API
5 -------- 5 --------
6 6
7 * API version upgraded to 20 7 * API version upgraded to 20
8 * /system: added UserMetadata 8 * /system: added "UserMetadata"
9
10 Plugins
11 -------
12
13 * Added "OrthancPluginRegisterDatabaseBackendV4()" to communicate using Google
14 Protocol Buffers between the Orthanc core and database plugins
9 15
10 Maintenance 16 Maintenance
11 ----------- 17 -----------
12 18
13 * Enforce the existence of the patient/study/instance while creating its archive 19 * Enforce the existence of the patient/study/instance while creating its archive
14 * Security: New configuration option "RestApiWriteToFileSystemEnabled" 20 * Security: New configuration option "RestApiWriteToFileSystemEnabled"
15 to allow "/instances/../export" that is now disabled by default. 21 to allow "/instances/../export" that is now disabled by default
16
17 Bug Fixes
18 ---------
19
20 * Fix issue 214: VOILUTSequence is not returned in Wado-RS 22 * Fix issue 214: VOILUTSequence is not returned in Wado-RS
21 * Fix /tools/reset crashing when ExtraMainDicomTags were defined 23 * Fix /tools/reset crashing when ExtraMainDicomTags were defined
22 24
23 25
24 Version 1.11.3 (2023-02-03) 26 Version 1.11.3 (2023-02-03)