comparison NEWS @ 5425:e2c9f9d9700e

merge new MemoryStringCache
author Alain Mazy <am@osimis.io>
date Wed, 15 Nov 2023 08:58:45 +0100
parents d37dff2c0028
children c65e036d649b
comparison
equal deleted inserted replaced
5424:630d0195e3bb 5425:e2c9f9d9700e
6 6
7 * Performance: 7 * Performance:
8 - Allow multiple plugins to use the plugin SDK at the same time. In previous versions, 8 - Allow multiple plugins to use the plugin SDK at the same time. In previous versions,
9 functions like instance transcoding or instance reading where mutually exclusive. 9 functions like instance transcoding or instance reading where mutually exclusive.
10 This can bring some significant improvements particularly in viewers. 10 This can bring some significant improvements particularly in viewers.
11 - Optimized the StorageCache to prevent loading the same file multiple times if
12 multiple users request the same file at the same time.
11 * Housekeeper plugin: 13 * Housekeeper plugin:
12 - Update to rebuild the cache of the DicomWeb plugin when updating to DicomWeb 1.15. 14 - Update to rebuild the cache of the DicomWeb plugin when updating to DicomWeb 1.15.
13 - New trigger configuration: "DicomWebCacheChange" 15 - New trigger configuration: "DicomWebCacheChange"
14 - Fixed reading the triggers configuration. 16 - Fixed reading the triggers configuration.
15 * HTTP Compression: 17 * HTTP Compression: