Mercurial > hg > orthanc-databases
annotate Odbc/NEWS @ 528:fa6d3c5ada3d
release notes
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 22 Jul 2024 14:57:35 +0200 |
parents | 0a8168522165 |
children | 12f1c5265081 |
rev | line source |
---|---|
493 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
4 Minimum plugin SDK: 0.9.5 | |
5 Optimal plugin SDK: 1.12.0+ | |
6 Minimum Orthanc runtime: 0.9.5 | |
7 Optimal Orthanc runtime: 1.12.0+ | |
8 | |
9 * Fix check of Orthanc runtime version | |
528 | 10 * Fixed a memory leak when executing non cached SQL statements (rarely used) |
493 | 11 |
12 | |
480 | 13 Release 1.2 (2024-03-06) |
14 ======================== | |
362
a39038c4094a
missing integration OrthancOdbc-1.1->mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
357
diff
changeset
|
15 |
415
7e123f047771
LookupResources optimization continued
Alain Mazy <am@osimis.io>
parents:
412
diff
changeset
|
16 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS. |
388
6aa19614ca20
implemented protobuf for odbc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
362
diff
changeset
|
17 * Compatibility with Orthanc SDK 1.12.0 (communications between the |
6aa19614ca20
implemented protobuf for odbc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
362
diff
changeset
|
18 Orthanc core and the database plugin using Google Protocol Buffers) |
476
0f11a1f67dff
ODBC: Now detecting communication link failure with the DB and retrying to connect
Alain Mazy <am@osimis.io>
parents:
421
diff
changeset
|
19 * Now detecting communication link failure with the DB and retrying to connect. |
479 | 20 * Fixed "MaximumConnectionRetries" configuration that was not taken into account. |
388
6aa19614ca20
implemented protobuf for odbc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
362
diff
changeset
|
21 |
362
a39038c4094a
missing integration OrthancOdbc-1.1->mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
357
diff
changeset
|
22 |
355 | 23 Release 1.1 (2021-12-06) |
24 ======================== | |
25 | |
353
389c037387ea
Escaping '[' & ']' (change necessary only for MSSQL but this does not impact PG and MySQL plugins that were already matching angle brackets correctly)
Alain Mazy <am@osimis.io>
parents:
340
diff
changeset
|
26 * Now escaping '[' & ']' characters in lookup queries to allow matching e.g |
389c037387ea
Escaping '[' & ']' (change necessary only for MSSQL but this does not impact PG and MySQL plugins that were already matching angle brackets correctly)
Alain Mazy <am@osimis.io>
parents:
340
diff
changeset
|
27 PatientName containing angle brackets |
389c037387ea
Escaping '[' & ']' (change necessary only for MSSQL but this does not impact PG and MySQL plugins that were already matching angle brackets correctly)
Alain Mazy <am@osimis.io>
parents:
340
diff
changeset
|
28 |
340 | 29 |
30 Release 1.0 (2021-08-12) | |
31 ======================== | |
32 | |
33 * Initial release |