From 063a22cb070c4487cd422146ebe0ac7b6cce0ae6 Mon Sep 17 00:00:00 2001 From: Manuel Fink Date: Fri, 19 Jun 2026 11:16:16 +0200 Subject: [PATCH] Java 4.2.0 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 41ab45a..7faa273 100644 --- a/docs/Libraries/java/changelog.md +++ b/docs/Libraries/java/changelog.md @@ -2,6 +2,10 @@ ## Version 4 +### 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...)`, .... + ### 4.1.2 - Fix: [CAP] Fixed critical bug for instance-based authorization introduced in 4.1.1 that led to filter conditions not being applied when regular user requests were identified as user switch contexts.