@sap-cloud-sdk/resilience
Advanced tools
Changelog
3.1.1
API Docs: https://sap.github.io/cloud-sdk/api/3.1.1
Changelog
3.1.0
API Docs: https://sap.github.io/cloud-sdk/api/3.1.0
iss
and jwt
is now supported when fetching destinations. When both properties are set, the iss
property is no longer ignored. (28b7af86f)NoAuthentication
on-premise destinations. (039412e59)iss
an jwt
when fetching a destination. In this case the iss
URL will be used to fetch the destination service token and jwt
will be used for the x-user-token
header of user based authentication types. (28b7af86f)FromJsonType
to stricter typings in TypeScript 5. (cc8425abc)Changelog
3.0.2
API Docs: https://sap.github.io/cloud-sdk/api/3.0.2
ActionFunctionImportRequestBuilderBase
has an additional mandatory type parameter to pass the according (de-)serializer type. This was missing previously due to a bug. (2fa8c36a6)The proxy configuration is undefined
error for OnPrem MAIL
destinations by removing the isHttpDestination
check when adding proxyConfiguration to the destination object.
Greeting never received
when sending emails to On-Premise mail servers. The _readableListening
property of socket is set to true
to allow nodemailer to receive SMTP greeting messages. (47fc7278d)Invalid greeting
error from nodemailer by removing the transport.verify
function call. (be04dafc2)