Skip to content

3.3.2

Compare
Choose a tag to compare
@Enet4 Enet4 released this 25 Sep 17:06
· 44 commits to dev since this release
  • 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