Skip to content

Commit f7716cf

Browse files
committed
Update changelog for version 3.3.2
1 parent 7ae0e4d commit f7716cf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ This document intends to keep track of the changes performed on the various rele
33

44
## 3.3
55

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+
626
## 3.3.1 (2023-07-07)
727
828
- Fix: QueryInterface to QueryDimInterface (#646)

0 commit comments

Comments
 (0)