Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.28 KB

File metadata and controls

24 lines (13 loc) · 1.28 KB

5.X.0-SNAPSHOT

All Release Changes

🚧 Known Issues

🔧 Compatibility Notes

  • [OpenAPI Apache Generator] Remove no args constructor in generated API clients.

✨ 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

  • Improved the support for the credential type X509_ATTESTED. HttpDestination objects created via ServiceBindingDestinationLoader no longer need to be re-created for the rotation of certificates to take effect.

🐛 Fixed Issues

  • Fixed stateful OData request path construction caused by shared ODataResourcePath instances being mutated when building count, read-by-key, and function requests.
  • ODataRequestRead, ODataRequestCount, ODataRequesReadByKey, ODataRequestFunction and ServiceWithNavigableEntitiesImpl now create a defensive copy of the ODataResourcePath to prevent unintended side effects from shared mutable state.