comparison NEWS @ 5225:5874e5dd9a38

merge
author Alain Mazy <am@osimis.io>
date Mon, 03 Apr 2023 22:31:32 +0200
parents feba2b0e91bc eb41e1833cea
children 49e906a8fea2 993a6b23f032
comparison
equal deleted inserted replaced
5224:feba2b0e91bc 5225:5874e5dd9a38
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 * Fix Housekeeper plugin infinite loop if Orthanc is empty. 24 * Fix Housekeeper plugin infinite loop if Orthanc is empty.
23 * Fix a crash in /tools/reconstruct triggered by the Housekeeper plugin 25 * Fix a crash in /tools/reconstruct triggered by the Housekeeper plugin
24 when only changing the StorageCompression. 26 when only changing the StorageCompression.