You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[connectivity] Enable the use of mTLS certificates for registered destinations on CloudFoundry. (616d77b)
Improvements
[connectivity] Set the default validity time of the client credentials token cache to 5 minutes instead of never expiring. (782b9e3)
Fixed Issues
[connectivity, http-client] Forward the user JWT irrespective of the destination authentication type when forwardAuthToken is set to true on a destination (56c3f70)
[http-client] Improve CSRF token fetching for large requests. (73ff0ab)
[odata-common] Remove encoding of keys in the getEntityKeys() as it should only happen once in getResourcePathForKeys().Fixes the error value.format is not a function when executing requests for entities with Edm.Date type key property. (aa1a4bd)
[resilience] Fix parsing error when the last response in a chain of retries returned undefined.