Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 998 Bytes

File metadata and controls

23 lines (12 loc) · 998 Bytes

5.X.0-SNAPSHOT

All Release Changes

🚧 Known Issues

🔧 Compatibility Notes

  • ODataResourcePath#addSegment(...) and addParameterToLastSegment(...) now return a new path instance instead of mutating the existing one. Custom extensions that relied on in-place mutation need to reassign the returned path.

✨ New Functionality

  • Added support for SAP Cloud Identity Services (SCI) sap_id_type and sub claims in OIDC principal extraction. When sap_id_type=user, the sub claim is now used as the Subject Name Identifier (User ID, Email, or Custom Attribute as configured in SCI).

📈 Improvements

🐛 Fixed Issues

  • Fixed stateful OData request path construction caused by shared ODataResourcePath instances being mutated when building count, read-by-key, and function requests.