@sap-cloud-sdk/resilience
Advanced tools
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)