view Odbc/NEWS @ 531:7fd40079a8ee

ignore error on macos
author Alain Mazy <am@orthanc.team>
date Fri, 26 Jul 2024 19:15:18 +0200
parents fa6d3c5ada3d
children 12f1c5265081
line wrap: on
line source

Pending changes in the mainline
===============================

Minimum plugin SDK: 0.9.5
Optimal plugin SDK: 1.12.0+
Minimum Orthanc runtime: 0.9.5
Optimal Orthanc runtime: 1.12.0+

* Fix check of Orthanc runtime version
* Fixed a memory leak when executing non cached SQL statements (rarely used)


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