0
|
1 Pending changes in the mainline
|
|
2 ===============================
|
|
3
|
19
|
4 Important remark when upgrading from an older version of the Plugin:
|
|
5 * The plugin will create a new index to improve search performances.
|
|
6 This can take several minutes at Orthanc startup. Orthanc will not
|
|
7 be available during this period.
|
|
8 On a 100000 studies DB, we've observed that the creation of this index
|
|
9 took around 10 minutes.
|
|
10
|
0
|
11 * Migration into the "orthanc-databases" repository
|
|
12 * Full refactoring to share code with MySQL
|
|
13 * Fix issue 41 (Additional range IdentifierConstraintType in Orthanc)
|
|
14 => This fix requires SDK version: 1.4.0 <=
|
|
15 * Fix issue 47 (Index improvements for PG plugin)
|
|
16 * Fix issue 76 (PG connection shall reconnect/retry in case it loses
|
|
17 the connection to the server)
|
|
18
|
|
19
|
|
20 Release 2.1 (2018-04-20)
|
|
21 ========================
|
|
22
|
|
23 * Running transactions in "Serializable" isolation level to avoid
|
|
24 inconsistencies if multiple Orthanc are writing to the same DB
|
|
25 * Upgrade to PostgreSQL 9.6.1 client library for static builds
|
|
26 * Performance warning if runtime debug assertions are turned on
|
|
27 * Fix issue 62 (use correct type for lo_read() value)
|
|
28 * Fix issue 63 (allow to connect without specifing username and/or port)
|
|
29 * Fix issue 68 (PostgreSQL plugin needs extra flags to compile)
|
|
30 * Resort to Orthanc framework
|
|
31 * Support of Linux Standard Base, OpenBSD and FreeBSD
|
|
32
|
|
33
|
|
34 Release 2.0 (2015-12-02)
|
|
35 ========================
|
|
36
|
|
37 => Minimum SDK version: 0.9.5 <=
|
|
38 => Supported database versions: 5 (upgrade only) and 6 <=
|
|
39
|
|
40 * Support version 6 of the database schema
|
|
41 * The "value" column of tables "MainDicomTags" and "DicomIdentifiers" are now TEXT instead of BYTEA
|
|
42
|
|
43
|
|
44 Release 1.3 (2015-10-07)
|
|
45 ========================
|
|
46
|
|
47 => Minimum SDK version: 0.9.4 <=
|
|
48 => Supported database versions: 5 <=
|
|
49
|
|
50 * Fix build with Orthanc plugin SDK 0.9.4
|
|
51 * Implementation of "GetAllPublicIdsWithLimit" extension
|
|
52 * Implementation of "UpgradeDatabase" extension
|
|
53
|
|
54
|
|
55 Release 1.2 (2015-08-02)
|
|
56 ========================
|
|
57
|
|
58 => Minimum SDK version: 0.9.1 <=
|
|
59
|
|
60 * Inject version information into Windows binaries
|
|
61 * CMake flag to prevent compiling the unit tests (if no PostgreSQL test server is available)
|
|
62 * Update to Boost 1.58.0 for static and Windows builds
|
|
63 * Support of OS X compilation
|
|
64
|
|
65
|
|
66 Release 1.1 (2015-07-03)
|
|
67 ========================
|
|
68
|
|
69 * Fixes
|
|
70 * Support of Visual Studio 2008
|
|
71 * Support of FreeBSD thanks Mikhail <mp39590@gmail.com>
|
|
72
|
|
73
|
|
74 Release 1.0 (2015-02-27)
|
|
75 ========================
|
|
76
|
|
77 * Use of advisory locks
|
|
78 * Support of connection URI in PostgreSQL
|
|
79 * Options "EnableIndex" and "EnableStorage" to explicitly enable PostgreSQL
|
|
80
|
|
81
|
|
82 2015-02-06
|
|
83 ==========
|
|
84
|
|
85 * Initial release
|