Mercurial > hg > orthanc
diff NEWS @ 5664:301212a3fa08 find-refactoring
integration mainline->find-refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Jul 2024 11:59:50 +0200 |
parents | a3c244090f67 71c7d260510d |
children | 56859a7ffa99 |
line wrap: on
line diff
--- a/NEWS Thu Jun 06 13:24:04 2024 +0200 +++ b/NEWS Thu Jul 04 11:59:50 2024 +0200 @@ -4,6 +4,22 @@ * TODO-FIND: complete the list of updated routes: /studies?expand and sibbling routes now also return "Metadata" (if the DB implements 'extended-api-v1') +REST API +-------- + +* Improved parsing of multiple numerical values in DICOM tags. + https://discourse.orthanc-server.org/t/qido-includefield-with-sequences/4746/6 + +Maintenance +----------- + +* DICOM TLS: "DicomTlsTrustedCertificates" is not required anymore when issuing + an outgoing SCU connexion when "DicomTlsRemoteCertificateRequired" is set to false. +* Introduced a new thread to update the statistics at regular interval for the + DB plugins that are implementing the UpdateAndGetStatistics function (currently only + PostgreSQL). This avoids very long update times in case you don't call /statistics + for a long period. + Version 1.12.4 (2024-06-05) ===========================