comparison PostgreSQL/NEWS @ 269:567761f0c1ea

fix issue #151: support of retries in the storage area plugins to deal with multiple writers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Apr 2021 17:54:31 +0200
parents 9b003f265a8f
children b783063f51f1
comparison
equal deleted inserted replaced
268:9b003f265a8f 269:567761f0c1ea
6 * Support of revisions for metadata and attachments 6 * Support of revisions for metadata and attachments
7 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2 7 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2
8 * Support of range reads for the storage area, from Orthanc SDK 1.9.0 8 * Support of range reads for the storage area, from Orthanc SDK 1.9.0
9 * Fix issue #193 (LSB binaries crash with PostgreSQL + SSL) by changeset 9 * Fix issue #193 (LSB binaries crash with PostgreSQL + SSL) by changeset
10 in OrthancFramework: https://hg.orthanc-server.com/orthanc/rev/9a9118406484 10 in OrthancFramework: https://hg.orthanc-server.com/orthanc/rev/9a9118406484
11 * Fix issue #151 (Storage failures when running with two instances and PG_LOCK=false)
11 12
12 13
13 Release 3.3 (2020-12-14) 14 Release 3.3 (2020-12-14)
14 ======================== 15 ========================
15 16