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