v3.3.0
Compatibility Notes
-
[connectivity] The
expiresInproperty ofauthTokenson aDestinationcan beundefined. (c09b1d0) -
[connectivity] Deprecate
getAgentConfig():- Temporarily use replacement function
getAgentConfigAsync(). - Rename
getAgentConfigAsync()togetAgentConfig()in next major version. (36a01f7)
- Temporarily use replacement function
New Functionalities
- [connectivity] Add option to cache mTLS certificates. (36a01f7)
Improvements
- [connectivity] Do not rely on XSUAA service when caching service tokens. Cache keys are now based on service credentials URL. (0583836)
- [connectivity] Do not rely on the XSUAA service binding to retrieve tenant information when registering destinations. If tenant is unknown and no binding is found, set it to a default value (
'tenant_id'). (8f54207) - [connectivity] Read mTLS certificates asynchronously. (36a01f7)
Fixed Issues
- [connectivity] Remove dependency to XSUAA service binding when checking whether a JWT was issued by XSUAA for destination retrieval. Now, the
ext_attr.ehancerproperty is checked. (6b58354) - [http-client] Do not set default tenant ID in the context of middlewares, if the tenant ID is unknown. In those cases it will be
undefinedfrom now on. (8f54207)