Mercurial > hg > orthanc-databases
annotate MySQL/NEWS @ 283:e7678a7b10bb
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 23 Apr 2021 10:02:00 +0200 |
parents | f052e1d7cf8c |
children | 0868500060f3 |
rev | line source |
---|---|
0 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
282 | 4 |
5 Release 4.0 (2021-04-23) | |
6 ======================== | |
7 | |
253
3bc442765b88
new configuration option: "IndexConnectionsCount"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
248
diff
changeset
|
8 * New option "IndexConnectionsCount" to control how many simultaneous |
3bc442765b88
new configuration option: "IndexConnectionsCount"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
248
diff
changeset
|
9 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
|
10 * 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
|
11 * 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
|
12 |
191 | 13 |
14 Release 3.0 (2020-12-16) | |
15 ======================== | |
16 | |
144
740d9829f52e
handling of errors if MySQL user cannot CREATE TRIGGER
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
17 * 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
|
18 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
|
19 * 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
|
20 * 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
|
21 * 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
|
22 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
|
23 * 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
|
24 * Added support for TLS connections: 3 new options: |
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
25 - "EnableSsl" (false by default) |
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
26 - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false) |
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
27 - "SslCACertificates" (default value is "HttpsCACertificates" from global |
4d32c9c8d6c0
Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents:
156
diff
changeset
|
28 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
|
29 * 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
|
30 - openssl 1.1.1g |
184
e8c3c92f2532
upgade to mariadb-connector-c 3.1.11
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
183
diff
changeset
|
31 - 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
|
32 |
112 | 33 |
114 | 34 Release 2.0 (2019-01-23) |
112 | 35 ======================== |
36 | |
87
48d445f756db
new extension implemented for MySQL: GetLastChangeIndex
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
84
diff
changeset
|
37 * 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
|
38 * 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
|
39 * 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
|
40 |
50 | 41 |
42 Release 1.1 (2018-07-18) | |
43 ======================== | |
44 | |
46
6a574d810b98
Compatibility with MySQL 8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
42
diff
changeset
|
45 * Compatibility with MySQL 8.0 |
6a574d810b98
Compatibility with MySQL 8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
42
diff
changeset
|
46 * Improvement in the configuration of UNIX socket |
42 | 47 |
48 | |
49 Release 1.0 (2018-07-17) | |
50 ======================== | |
51 | |
0 | 52 * Initial release |