Skip to content

Commit 5aff890

Browse files
committed
Prepare 3.4.1 backport release
1 parent c6459d3 commit 5aff890

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ext {
6969

7070
subprojects {
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

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ layout: default
88

99
All 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

0 commit comments

Comments
 (0)