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