Skip to content

Commit a03e916

Browse files
committed
Bump version to RC9
Assisted-By: Codex
1 parent 71dec8d commit a03e916

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

build.gradle

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

8585
subprojects {
8686
group = "com.github.sonus21"
87-
version = "4.0.0-RC8"
87+
version = "4.0.0-RC9"
8888

8989
dependencies {
9090
// https://mvnrepository.com/artifact/org.springframework/spring-messaging

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ foundational Spring Boot 4 and Jackson 3 migration notes; RC3 for the Java 17
1818
baseline change; RC4–RC6 below for the NATS backend, broker SPI, dashboard
1919
work, and middleware additions that build on top.
2020

21+
## Release [4.0.0.RC9] 2026-05-13
22+
23+
{: .highlight}
24+
Release candidate.
25+
26+
### Features
27+
* **Global retry limit** — added `rqueue.retry.max` to cap the implicit
28+
retry-forever default for listeners that do not configure `numRetries`.
29+
Explicit per-listener retry counts and the existing DLQ retry default continue
30+
to take precedence. On NATS, the effective retry count maps to JetStream
31+
`maxDeliver` as `retries + 1`.
32+
2133
## Release [4.0.0.RC8] 2026-05-09
2234

2335
{: .highlight}

0 commit comments

Comments
 (0)