Mercurial > hg > orthanc-databases
view MySQL/NEWS @ 201:42990b2dd51b
create IDatabaseBackendOutput only if needed
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 18 Mar 2021 16:51:51 +0100 |
parents | 53bd9022c58b |
children | b97a537f4613 |
line wrap: on
line source
Pending changes in the mainline =============================== * Support of "OrthancPluginRegisterStorageArea2()" from Orthanc SDK 1.9.0 Release 3.0 (2020-12-16) ======================== * Report issue/solution and prevent the start of Orthanc if the MySQL user is not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege) * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata * Added an advisory lock to avoid race conditions during database setup * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure the retries when connecting to the DB at startup * Support of dynamic linking against the system-wide Orthanc framework library * Added support for TLS connections: 3 new options: - "EnableSsl" (false by default) - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false) - "SslCACertificates" (default value is "HttpsCACertificates" from global Orthanc configuration) * Upgraded dependencies for static builds (notably on Windows and LSB): - openssl 1.1.1g - mariadb-connector-c 3.1.11 Release 2.0 (2019-01-23) ======================== * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2 * Characters "$" and "_" are allowed in MySQL database identifiers * Fix serialization of jobs if many of them Release 1.1 (2018-07-18) ======================== * Compatibility with MySQL 8.0 * Improvement in the configuration of UNIX socket Release 1.0 (2018-07-17) ======================== * Initial release