From 0c5e2c459188c807bb65618beda3815a18cbf6be Mon Sep 17 00:00:00 2001 From: Manuel Fink Date: Tue, 30 Jun 2026 08:54:40 +0200 Subject: [PATCH] Java 4.2.1 CHANGELOG --- docs/Libraries/java/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Libraries/java/changelog.md b/docs/Libraries/java/changelog.md index 7faa273..7aef84f 100644 --- a/docs/Libraries/java/changelog.md +++ b/docs/Libraries/java/changelog.md @@ -2,6 +2,10 @@ ## Version 4 +### 4.2.1 + +- Fix: The exponential retry mechanism in `AmsBundleLoader` no longer accidentally retries failed requests without a delay after ~100 consecutive failures, preventing 429 Too Many Requests errors. + ### 4.2.0 - Added convenience methods to AmsRouteSecurity and AmsCdsRouteSecurity for composing multiple privilege/role checks with `OR` (*any*) and `AND` (*all*) semantics, e.g. `precheckAnyPrivilege(Privilege...)`, `checkAnyRole(String...)`, ....