Mercurial > hg > orthanc-databases
annotate MySQL/NEWS @ 362:a39038c4094a
missing integration OrthancOdbc-1.1->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 05 Jun 2022 14:27:59 +0200 |
parents | 1280b40d6696 |
children | b5e2c1e48828 |
rev | line source |
---|---|
0 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
358
1280b40d6696
switch to OpenSSL 3.0.x
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
327
diff
changeset
|
4 * Upgraded dependencies for static builds (notably on Windows and LSB): |
1280b40d6696
switch to OpenSSL 3.0.x
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
327
diff
changeset
|
5 - openssl 3.0.1 |
1280b40d6696
switch to OpenSSL 3.0.x
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
327
diff
changeset
|
6 |
327 | 7 |
8 Release 4.3 (2021-07-22) | |
9 ======================== | |
10 | |
326
4454545bb265
Fix issue 200 (fields messed up in /changes route)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
324
diff
changeset
|
11 * Fix issue 200 (fields messed up in /changes route) |
4454545bb265
Fix issue 200 (fields messed up in /changes route)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
324
diff
changeset
|
12 |
324 | 13 |
14 Release 4.2 (2021-07-20) | |
15 ======================== | |
16 | |
307
8de3a1ecac11
MySQL: Added missing calls to OrthancPluginDatabaseSignalDeletedResource()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
292
diff
changeset
|
17 * Added missing calls to OrthancPluginDatabaseSignalDeletedResource() |
8de3a1ecac11
MySQL: Added missing calls to OrthancPluginDatabaseSignalDeletedResource()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
292
diff
changeset
|
18 |
292 | 19 |
20 Release 4.1 (2021-06-30) | |
21 ======================== | |
22 | |
289
0868500060f3
Fix serialization of large jobs
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
282
diff
changeset
|
23 * Fix serialization of large jobs |
0868500060f3
Fix serialization of large jobs
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
282
diff
changeset
|
24 |
282 | 25 |
26 Release 4.0 (2021-04-23) | |
27 ======================== | |
28 | |
253
3bc442765b88
new configuration option: "IndexConnectionsCount"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
248
diff
changeset
|
29 * New option "IndexConnectionsCount" to control how many simultaneous |
3bc442765b88
new configuration option: "IndexConnectionsCount"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
248
diff
changeset
|
30 connections to the MySQL database are used by the index plugin |
248
7a4f9bcb0bc2
PostgreSQL: Support of range reads from the storage area
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
243
diff
changeset
|
31 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2 |
242
b97a537f4613
MySQL: Support of range reads for the storage area
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
195
diff
changeset
|
32 * Support of range reads for the storage area, from Orthanc SDK 1.9.0 |
195
53bd9022c58b
Support of "OrthancPluginRegisterStorageArea2()" from Orthanc SDK 1.9.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
191
diff
changeset
|
33 |
191 | 34 |
35 Release 3.0 (2020-12-16) | |
36 ======================== | |
37 | |
144
740d9829f52e
handling of errors if MySQL user cannot CREATE TRIGGER
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
38 * Report issue/solution and prevent the start of Orthanc if the MySQL user is |
740d9829f52e
handling of errors if MySQL user cannot CREATE TRIGGER
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
39 not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege) |
117
ca0ecd412988
Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
114
diff
changeset
|
40 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata |
135
e26690365c25
MySQL: Added an advisory lock to avoid race conditions during database setup
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
117
diff
changeset
|
41 * Added an advisory lock to avoid race conditions during database setup |
141
0b3e9ee53c46
Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
Alain Mazy <alain@mazy.be>
parents:
135
diff
changeset
|
42 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure |
0b3e9ee53c46
Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
Alain Mazy <alain@mazy.be>
parents:
135
diff
changeset
|
43 the retries when connecting to the DB at startup |
156
710537acb488
dynamic linking against the system-wide Orthanc framework library
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
144
diff
changeset
|
44 * Support of dynamic linking against the system-wide Orthanc framework library |
163
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
45 * Added support for TLS connections: 3 new options: |
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
46 - "EnableSsl" (false by default) |
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
47 - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false) |
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
48 - "SslCACertificates" (default value is "HttpsCACertificates" from global |
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
49 Orthanc configuration) |
183
2f94b2046d7c
upgrade to openssl 1.1.1, fix build if using MinGW 32bits
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
163
diff
changeset
|
50 * Upgraded dependencies for static builds (notably on Windows and LSB): |
2f94b2046d7c
upgrade to openssl 1.1.1, fix build if using MinGW 32bits
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
163
diff
changeset
|
51 - openssl 1.1.1g |
184
e8c3c92f2532
upgade to mariadb-connector-c 3.1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
183
diff
changeset
|
52 - mariadb-connector-c 3.1.11 |
117
ca0ecd412988
Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
114
diff
changeset
|
53 |
112 | 54 |
114 | 55 Release 2.0 (2019-01-23) |
112 | 56 ======================== |
57 | |
87
48d445f756db
new extension implemented for MySQL: GetLastChangeIndex
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
84
diff
changeset
|
58 * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2 |
60
412e30336847
allowing dollars and underscores in MySQL database identifiers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
50
diff
changeset
|
59 * Characters "$" and "_" are allowed in MySQL database identifiers |
84
b96446b8718b
Fix serialization of jobs if many of them
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
60
diff
changeset
|
60 * Fix serialization of jobs if many of them |
60
412e30336847
allowing dollars and underscores in MySQL database identifiers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
50
diff
changeset
|
61 |
50 | 62 |
63 Release 1.1 (2018-07-18) | |
64 ======================== | |
65 | |
46
6a574d810b98
Compatibility with MySQL 8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
42
diff
changeset
|
66 * Compatibility with MySQL 8.0 |
6a574d810b98
Compatibility with MySQL 8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
42
diff
changeset
|
67 * Improvement in the configuration of UNIX socket |
42 | 68 |
69 | |
70 Release 1.0 (2018-07-17) | |
71 ======================== | |
72 | |
0 | 73 * Initial release |