diff NEWS @ 2981:eff50153a7b3 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Dec 2018 15:58:08 +0100
parents cb5d75143da0
children 94c8222c52b7
line wrap: on
line diff
--- a/NEWS	Thu Oct 18 10:48:11 2018 +0200
+++ b/NEWS	Thu Dec 06 15:58:08 2018 +0100
@@ -6,6 +6,10 @@
 -------
 
 * Possibility to restrict the allowed DICOM commands for each modality
+* The Orthanc configuration file can use environment variables
+* New configuration options:
+  - "DicomModalitiesInDatabase" to store the definitions of modalities in the database
+  - "OrthancPeersInDatabase" to store the definitions of Orthanc peers in the database
 
 Orthanc Explorer
 ----------------
@@ -16,16 +20,37 @@
 REST API
 --------
 
+* API Version has been upgraded to 1.2
+* Asynchronous generation of ZIP archives and DICOM medias
 * New URI: "/studies/.../merge" to merge a study
 * New URI: "/studies/.../split" to split a study
+* POST-ing a DICOM file to "/instances" also answers the patient/study/series ID
+* GET "/modalities/..." now returns a JSON object instead of a JSON array
+* New options to URI "/queries/.../answers": "?expand" and "?simplify"
+* New "Details" field in HTTP answers on error (cf. "HttpDescribeErrors" option)
+
+Plugins
+-------
+
+* New function in the SDK: "OrthancPluginSetHttpErrorDetails()"
 
 Maintenance
 -----------
 
+* "SynchronousCMove" is now "true" by default
 * New modality manufacturer: "GE" for GE Healthcare EA and AW
 * Executing a query/retrieve from the REST API now creates a job
 * Fix: Closing DICOM associations after running query/retrieve from REST API
-* Fix: Allow creation of MONOCHROME1 greyscale images in tools/create-dicom
+* Fix: Allow creation of MONOCHROME1 grayscale images in tools/create-dicom
+* Remove invalid characters from badly-encoded UTF-8 strings (impacts PostgreSQL)
+* Orthanc starts even if jobs from a previous execution cannot be unserialized
+* New CMake option "ENABLE_DCMTK_LOG" to disable logging internal to DCMTK
+* Fix issue 114 (Boost 1.68 doesn't support SHA-1 anymore)
+* Support of "JobsHistorySize" set to zero
+* Upgraded dependencies for static and Windows builds:
+  - boost 1.68.0
+  - lua 5.3.5
+
 
 Version 1.4.2 (2018-09-20)
 ==========================