Skip to content

Releases: bioinformatics-ua/dicoogle

3.4.0

28 Aug 10:57
Compare
Choose a tag to compare
  • New: Introduced bulk unindexing functionality for IndexerInterface. (#598)
  • Enhancement: Added a kill switch for dead plugin sets in the core. (#686)
  • Enhancement: Improved logging around indexing tasks. (#691)
  • Enhancement: Added robustness to DIMGeneric against BodyPartThickness. (#694)
  • Enhancement: Improved StorageInterface by adding a get method. (#660)
  • Enhancement: Undeprecated StorageInterface#handles in the SDK. (#695)

3.3.6

24 Apr 09:24
Compare
Choose a tag to compare

Changes

  • Fix application of task cleaning hook in RunningIndexTasks (#687)

Full Changelog: 3.3.5...3.3.6

3.3.5

28 Feb 12:22
Compare
Choose a tag to compare
  • Change DICOM storage stop behavior to soft stop (#684)

Full Changelog: 3.3.4...3.3.5

3.3.4

28 Dec 10:09
Compare
Choose a tag to compare
  • New (webui): Pass Web UI Plugin settings to webapp and expose identifiers in study view entries (#680)
  • Chore: Update links to use scheme https (#678)
  • Chore: Webapp maintenance (#674)

3.3.3

23 Oct 16:49
Compare
Choose a tag to compare
  • New: Include submitted query and provider in "result-selection-ready" event (#673)
  • Enhancement: Remove advanced search UI (#672)
  • Chore: Update Maven plugins (#669)
  • Chore: Update Bcrypt dependency and password hash service (#670)

3.3.2

25 Sep 17:06
Compare
Choose a tag to compare
  • New: Provide full search results on result-batch plugin mount event (#666)
    • This is a Web UI plugin API change! Upon a result-selection-ready event (plugins for the result-batch slot only), the additional event argument is now an object with both the full list of results and the list of results selected by the user (rather than just the latter):
      {
         "selected": [ /* selected results */ ],
         "search": { "data": { "results": [ /* all results */ ] }}
      }
  • Fix: Fix cast in SeriesNumber mostly affecting C-FIND and C-MOVE services (#662)
  • Enhancement: Improve indexer queue worker thread handling (#664)
  • Enhancement: Make Find SCP resilient to missing query-retrievel level (#665)
  • Chore: Bump word-wrap from 1.2.3 to 1.2.4 in /webcore (#659)
  • Chore: [CI] Update setup-java action in maven.yml (#661)

Full Changelog: 3.3.1...3.3.2

3.3.1

07 Jul 15:57
Compare
Choose a tag to compare
  • Fix: QueryInterface to QueryDimInterface (#646)

3.3.0

06 Jul 20:57
Compare
Choose a tag to compare
  • New: extensions to the SOP classes and Transfer Syntaxes hardcoded lists (#516)
  • Enhancement: Transfer Options - improve web service and UI (#649)
  • Enhancement: Save transfer options to server settings (#650)
  • Chore: Update logging dependencies and add jul-to-slf4j (#643)
  • Enhancement: URI from default search servlet fields (#644)
  • Fix: URI can be dumped in meta table (#655)
  • Chore: Remove aclmanager (#640)
  • Chore: Remove dependency on commons-codec (#639)
  • Chore: Switch to new maven repo dicoogle-public (#647)
  • Chore: Update CI workflows (#645)

3.2.2

13 Feb 10:30
Compare
Choose a tag to compare
  • Fix: [C-MOVE] Fix problem related with infinite loop if skip IS returns zero

3.2.1

10 Feb 10:14
Compare
Choose a tag to compare
  • Enhancement: DicomStorage - add guards on unexpected exceptions (#637)