Skip to content

Releases: bioinformatics-ua/dicoogle

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)

3.2.0

23 Nov 11:57
Compare
Choose a tag to compare
  • New: Add opt-in call-shutdown setting to call plugin shutdown routines on Dicoogle shutdown (#606)
  • Enhancement: Replace DcmSend with custom DICOM sender (#604)
  • Enhancement: Fix and update OpenAPI specification (#591)
  • Enhancement: [webcore] Update example webplugins (#585)
  • Enhancement: [webapp] Added capability to export dump of metadata to CSV (#593)
  • Enhancement: [webapp] Show URI on image meta-data dump (#592)
  • Enhancement: [webapp] Improve aligments in the about page (#616)
  • Enhancement: Remove duplicate SOP classes in transfer options (#607)
  • [openapi] Fix user management endpoint API specification (#603)
  • Chore: Update npm dependencies (#608, #570, #612, #613, #614, #596)
  • Chore: Update README/remove not used files (#611, #615)