comparison 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
comparison
equal deleted inserted replaced
5656:a3c244090f67 5664:301212a3fa08
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * TODO-FIND: complete the list of updated routes: 4 * TODO-FIND: complete the list of updated routes:
5 /studies?expand and sibbling routes now also return "Metadata" (if the DB implements 'extended-api-v1') 5 /studies?expand and sibbling routes now also return "Metadata" (if the DB implements 'extended-api-v1')
6
7 REST API
8 --------
9
10 * Improved parsing of multiple numerical values in DICOM tags.
11 https://discourse.orthanc-server.org/t/qido-includefield-with-sequences/4746/6
12
13 Maintenance
14 -----------
15
16 * DICOM TLS: "DicomTlsTrustedCertificates" is not required anymore when issuing
17 an outgoing SCU connexion when "DicomTlsRemoteCertificateRequired" is set to false.
18 * Introduced a new thread to update the statistics at regular interval for the
19 DB plugins that are implementing the UpdateAndGetStatistics function (currently only
20 PostgreSQL). This avoids very long update times in case you don't call /statistics
21 for a long period.
6 22
7 23
8 Version 1.12.4 (2024-06-05) 24 Version 1.12.4 (2024-06-05)
9 =========================== 25 ===========================
10 26