comparison NEWS @ 5410:16cbfefa15e9

Solved a deadlock related to the Job Engine events and plugins
author Alain Mazy <am@osimis.io>
date Tue, 07 Nov 2023 12:52:37 +0100
parents 3206537cbb56
children ca9cf4d46883
comparison
equal deleted inserted replaced
5409:68231ca4363a 5410:16cbfefa15e9
16 compressible is compressed (JSON, XML, HTML, text, ...). DICOM files are never 16 compressible is compressed (JSON, XML, HTML, text, ...). DICOM files are never
17 compressed over HTTP. In prior versions, all content types were compressed. 17 compressed over HTTP. In prior versions, all content types were compressed.
18 This notably greatly improve loading time of large DICOM 18 This notably greatly improve loading time of large DICOM
19 files through WADO-RS e.g in StoneViewer when working on large bandwidth networks. 19 files through WADO-RS e.g in StoneViewer when working on large bandwidth networks.
20 - When "HttpCompressionEnabled" is true, content < 2KB are never compressed. 20 - When "HttpCompressionEnabled" is true, content < 2KB are never compressed.
21
22 Bug Fixes
23 ---------
24
25 * Solved a deadlock related to the Job Engine events and plugins. Job events are now pushed
26 into a queue to be handled asynchronously by plugins.
27
21 28
22 REST API 29 REST API
23 -------- 30 --------
24 31
25 * API version upgraded to 22 32 * API version upgraded to 22