File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ This document intends to keep track of the changes performed on the various rele
3
3
4
4
## 3.3
5
5
6
+ ## 3.3.2 (2023-09-25)
7
+
8
+ - New: Provide full search results on result-batch plugin mount event (#666 )
9
+ - ** This is a Web UI plugin API change!** Upon a ` result-selection-ready ` event
10
+ (plugins for the ` result-batch ` slot only),
11
+ the additional event argument is now an object with
12
+ both the full list of results and the list of results selected by the user
13
+ (rather than just the latter):
14
+ ``` jsonc
15
+ {
16
+ " selected" : [ /* selected results */ ],
17
+ " search" : [ /* all results */ ]
18
+ }
19
+ ```
20
+ - Fix: Fix cast in SeriesNumber mostly affecting C - FIND and C - MOVE services (#662 )
21
+ - Enhancement: Improve indexer queue worker thread handling (#664 )
22
+ - Enhancement: Make Find SCP resilient to missing query- retrievel level (#665 )
23
+ - Chore: Bump word- wrap from 1.2 .3 to 1.2 .4 in ` /webcore` ` (#659)
24
+ - Chore: [CI] Update setup-java action in maven.yml (#661)
25
+
6
26
## 3.3.1 (2023-07-07)
7
27
8
28
- Fix: QueryInterface to QueryDimInterface (#646)
You can’t perform that action at this time.
0 commit comments