Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/Libraries/java/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...)`, ....
Expand Down
Loading