Mercurial > hg > orthanc-databases
annotate Odbc/NEWS @ 511:51a78b3f96bb OrthancMySQL-5.2
use Framework 1.12.4 by default
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 06 Jun 2024 11:55:22 +0200 |
parents | 0a8168522165 |
children | 594859656a06 fa6d3c5ada3d |
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 | |
10 | |
11 | |
480 | 12 Release 1.2 (2024-03-06) |
13 ======================== | |
362
a39038c4094a
missing integration OrthancOdbc-1.1->mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
357
diff
changeset
|
14 |
415
7e123f047771
LookupResources optimization continued
Alain Mazy <am@osimis.io>
parents:
412
diff
changeset
|
15 * 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
|
16 * 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
|
17 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
|
18 * Now detecting communication link failure with the DB and retrying to connect. |
479 | 19 * 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
|
20 |
362
a39038c4094a
missing integration OrthancOdbc-1.1->mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
357
diff
changeset
|
21 |
355 | 22 Release 1.1 (2021-12-06) |
23 ======================== | |
24 | |
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
|
25 * 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
|
26 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
|
27 |
340 | 28 |
29 Release 1.0 (2021-08-12) | |
30 ======================== | |
31 | |
32 * Initial release |