Skip to content

Commit 285f1e0

Browse files
authored
4.1.1 Java CHANGELOG (#32)
1 parent 41007d3 commit 285f1e0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/Libraries/java/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Version 4
44

5+
### 4.1.1
6+
7+
- Fix: When `spring-boot-starter-cap-ams` is used, technical user tokens are no longer authorized with empty permissions. Previously, this behaviour was a workaround to prevent authorization of nested CAP request contexts which is now checked via reflection instead (due to a lack of public API in current and older CDS versions).
8+
- Fix: Multiple `RESTRICT` clauses in a policy `USE` are now correctly considered as a logical `OR` instead of granting only access to data that matches the first restriction.
9+
- Fix: Attributes can now be set to `null` in attribute input given to `Authorizations#checkPrivilege` without throwing an exception.
10+
511
### 4.1.0
612

713
- Feature: added configuration option for fetching authorization bundles from an AMS Edge Service.

0 commit comments

Comments
 (0)