You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,10 @@ layout: default
8
8
9
9
All notable user-facing changes to this project are documented in this file.
10
10
11
-
## Release [3.4.1]15-March-2026
11
+
## Release [3.4.1]18-March-2026
12
12
### Features
13
13
* Backported `HARD_STRICT` priority mode from #279 for stricter priority queue polling on the 3.x line
14
+
* Added typed/generic message parameter support — listeners can now declare strongly-typed message parameters and rely on `GenericMessageConverter` for automatic deserialization
14
15
15
16
### Fixes
16
17
* Optimized hard-strict polling queue availability checks to avoid full list and sorted-set reads
0 commit comments