Skip to content

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 30 May 16:08

New Functionalities

  • [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.
    • @sap-cloud-sdk/util@3.2.0 (234675f)