Browse

All the downloads that are available for Orthanc, including official releases and precompiled plugins.

Remark: All the Windows binaries from this Web page (i.e. all the .exe and .dll files) are compiled for 32bit architecture. Consequently, the precompiled plugins (.dll) can only be used by a 32bit version of Orthanc. An installer for Windows 64bit, containing all the plugins, is available on this page courtesy of Osimis.

 

Name Date Size Downloads
   ..
   snapshots 2018-07-10
   OrthancMySQL-5.0-Index.dll 2023-04-16 4.63 MB 44
   OrthancMySQL-5.0-Storage.dll 2023-04-16 4.05 MB 39
   OrthancMySQL-5.0.tar.gz 2023-04-16 0.38 MB 51
   OrthancMySQL-4.3-Index.dll 2021-07-22 3.54 MB 698
   OrthancMySQL-4.3-Storage.dll 2021-07-22 3.32 MB 499
   OrthancMySQL-4.3.tar.gz 2021-07-22 0.31 MB 1119
   OrthancMySQL-4.2-Index.dll 2021-07-20 3.54 MB 271
   OrthancMySQL-4.2-Storage.dll 2021-07-20 3.32 MB 264
   OrthancMySQL-4.2.tar.gz 2021-07-20 0.31 MB 220
   OrthancMySQL-4.1-Index.dll 2021-06-30 3.83 MB 263
   OrthancMySQL-4.1-Storage.dll 2021-06-30 3.64 MB 260
   OrthancMySQL-4.1.tar.gz 2021-06-30 0.3 MB 208
   OrthancMySQL-4.0-Index.dll 2021-04-23 3.79 MB 378
   OrthancMySQL-4.0-Storage.dll 2021-04-23 3.6 MB 413
   OrthancMySQL-4.0.tar.gz 2021-04-23 0.3 MB 458
   OrthancMySQL-3.0-Index.dll 2020-12-16 3.7 MB 426
   OrthancMySQL-3.0-Storage.dll 2020-12-16 3.57 MB 429
   OrthancMySQL-3.0.tar.gz 2020-12-16 0.24 MB 373
   OrthancMySQL-2.0-Index.dll 2019-01-23 3.18 MB 1375
   OrthancMySQL-2.0-Storage.dll 2019-01-23 3.06 MB 1440
   OrthancMySQL-2.0.tar.gz 2019-01-23 0.16 MB 1445
   OrthancMySQL-1.1-Index64.dll 2018-09-06 3.65 MB 1137
   OrthancMySQL-1.1-Index.dll 2018-07-18 3.01 MB 1053
   OrthancMySQL-1.1-Storage.dll 2018-07-18 2.94 MB 1082
   OrthancMySQL-1.1.tar.gz 2018-07-18 0.12 MB 1058
   OrthancMySQL-1.0-Index.dll 2018-07-17 3.01 MB 1019
   OrthancMySQL-1.0-Storage.dll 2018-07-17 2.94 MB 979
   OrthancMySQL-1.0.tar.gz 2018-07-17 0.12 MB 876
Release 5.0 (2023-04-16)
========================

* Added support for labels
* Compatibility with Orthanc SDK 1.12.0 (communications between the
  Orthanc core and the database plugin using Google Protocol Buffers)
* Upgraded dependencies for static builds (notably on Windows and LSB):
  - openssl 3.1.0


Release 4.3 (2021-07-22)
========================

* Fix issue 200 (fields messed up in /changes route)


Release 4.2 (2021-07-20)
========================

* Added missing calls to OrthancPluginDatabaseSignalDeletedResource()


Release 4.1 (2021-06-30)
========================

* Fix serialization of large jobs


Release 4.0 (2021-04-23)
========================

* New option "IndexConnectionsCount" to control how many simultaneous
  connections to the MySQL database are used by the index plugin
* Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2
* Support of range reads for the storage area, 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