File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969
7070subprojects {
7171 group = " com.github.sonus21"
72- version = " 3.4.0 -RELEASE"
72+ version = " 3.4.1 -RELEASE"
7373
7474 dependencies {
7575 // https://mvnrepository.com/artifact/org.springframework/spring-messaging
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ layout: default
88
99All notable user-facing changes to this project are documented in this file.
1010
11+ ## Release [ 3.4.1] 15-March-2026
12+ ### Features
13+ * Backported ` HARD_STRICT ` priority mode from #279 for stricter priority queue polling on the 3.x line
14+
15+ ### Fixes
16+ * Optimized hard-strict polling queue availability checks to avoid full list and sorted-set reads
17+
1118## Release [ 3.4.0] 22-July-2025
1219### Fixes
1320* Fixed unique enqueue message to reject the message upfront instead of identifying it later #259
You can’t perform that action at this time.
0 commit comments