log NEWS @ 5410:16cbfefa15e9

age author description
Tue, 07 Nov 2023 12:52:37 +0100 Alain Mazy Solved a deadlock related to the Job Engine events and plugins
Sat, 04 Nov 2023 14:46:38 +0100 Alain Mazy HttpCompression: now disabled by default + only compress known compressible content types
Sat, 04 Nov 2023 13:42:30 +0100 Alain Mazy tentative to implement smart HTTP compression with detection of transfer syntax am-http-compression
Tue, 17 Oct 2023 15:06:11 +0200 Alain Mazy All 'expand' GET arguments now accepts expand=true and expand=false values + /studies/../instances now supports expand=false
Mon, 16 Oct 2023 17:31:50 +0200 Alain Mazy merge
Mon, 16 Oct 2023 17:30:40 +0200 Alain Mazy When exporting a study archive, make sure to use the PatientName from the study and not from the patient in case of PatientID collision
Wed, 11 Oct 2023 14:47:39 +0200 Sebastien Jodogne upgraded boost to 1.83.0
Wed, 11 Oct 2023 12:41:41 +0200 Alain Mazy Support multiple values in SpecificCharacterSet in C-Find answers
Fri, 06 Oct 2023 16:46:51 +0200 Alain Mazy housekeeper: added sleep when idle
Tue, 22 Aug 2023 16:35:22 +0200 Alain Mazy fix Housekeeper plugin triggers configuration
Tue, 22 Aug 2023 12:35:32 +0200 Alain Mazy updated Housekeeper plugin to handle DicomWeb cache
Thu, 17 Aug 2023 11:25:59 +0200 Alain Mazy Fix loading of DCMTK dictionary in the MultitenantDicom plugin when built dynamically
Sat, 12 Aug 2023 13:17:49 +0200 Sebastien Jodogne fix NEWS
Sat, 12 Aug 2023 13:17:17 +0200 Sebastien Jodogne Fix unit test PngWriter.Color16Pattern on big-endian architectures
Thu, 20 Jul 2023 10:51:34 +0200 Alain Mazy Added a route to delete completed jobs from history: DELETE /jobs/{id}
Thu, 06 Jul 2023 17:04:31 +0200 Sebastien Jodogne Prevent the leak of the full path of the source files in the binaries
Tue, 04 Jul 2023 16:39:31 +0200 Sebastien Jodogne Orthanc-1.12.1 Orthanc-1.12.1
Sun, 02 Jul 2023 16:24:56 +0200 Sebastien Jodogne "/tools/create-dicom" can now be used to create Encapsulated 3D Manufacturing Model IODs (MTL, OBJ, or STL)
Thu, 29 Jun 2023 09:43:20 +0200 Alain Mazy Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle CPU load
Tue, 27 Jun 2023 17:55:09 +0200 Sebastien Jodogne Metrics can be stored either as floating-point numbers, or as integers
Tue, 27 Jun 2023 15:12:39 +0200 Sebastien Jodogne upgraded anonymization to Basic Profile of PS 3.15-2023b Table E.1-1
Sun, 25 Jun 2023 19:11:34 +0200 Sebastien Jodogne added metrics "orthanc_storage_read_bytes" and "orthanc_storage_written_bytes"
Sun, 25 Jun 2023 18:28:49 +0200 Sebastien Jodogne store metrics as integers instead of floats to avoid precision loss in increments
Sat, 24 Jun 2023 12:21:26 +0200 Sebastien Jodogne remove NEWS from reverted commits 5306:155637655710 and 5308:1e23bfb0f732
Sat, 24 Jun 2023 12:18:58 +0200 Sebastien Jodogne added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
Fri, 16 Jun 2023 09:26:33 +0200 Alain Mazy merge default -> am-experimental am-experimental
Mon, 12 Jun 2023 18:42:06 +0200 Alain Mazy added a route to DELETE /jobs/../archive
Tue, 06 Jun 2023 17:04:23 +0200 Alain Mazy notes
Mon, 05 Jun 2023 10:02:27 +0200 Alain Mazy Disabled automatic conversion from YBR to RGB when transcoding JPEG to RAW transfer-syntax
Thu, 25 May 2023 17:19:52 +0200 Alain Mazy new SDK function OrthancPluginEncodeDicomWebJson3 that allows injecting an empty PixelData element at the end am-experimental