Releases: bioinformatics-ua/dicoogle
Releases Β· bioinformatics-ua/dicoogle
3.4.0
- 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
3.3.5
3.3.4
3.3.3
3.3.2
- 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 theresult-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 */ ] }} }
- This is a Web UI plugin API change! Upon a
- 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
3.3.0
- 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)