view Odbc/NEWS @ 491:711b136e8fe8

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Mar 2024 14:42:36 +0100
parents f2dcfa9b87f8
children 0a8168522165
line wrap: on
line source

Release 1.2 (2024-03-06)
========================

* Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
* Compatibility with Orthanc SDK 1.12.0 (communications between the
  Orthanc core and the database plugin using Google Protocol Buffers)
* Now detecting communication link failure with the DB and retrying to connect.
* Fixed "MaximumConnectionRetries" configuration that was not taken into account.


Release 1.1 (2021-12-06)
========================

* Now escaping '[' & ']' characters in lookup queries to allow matching e.g
  PatientName containing angle brackets


Release 1.0 (2021-08-12)
========================

* Initial release