Skip to content

v2.4.0

Choose a tag to compare

@florian-richter florian-richter released this 20 May 11:43
· 3190 commits to main since this release

2.4.0

API Docs: https://sap.github.io/cloud-sdk/api/2.4.0

Compatibility Notes

  • [connectivity] Mark the function noDestinationErrorMessage as internal API. (0a00867)
  • [odata-v4] Mark the function uriConverter as internal API. (0a00867)
  • [eslint-config] Switch the following jsdoc related levels from warn to error:
    • jsdoc/check-param-names
    • jsdoc/require-description-complete-sentence
    • jsdoc/require-jsdoc
    • jsdoc/require-param
    • jsdoc/require-returns (0a00867)
  • [connectivity, http-client] Only log the successful retrieval of destinations on the info log level, log everything else as debug or warn. (04726a3)

New Functionality

  • [connectivity] Support self-signed certificate using the trustStore property of the destination object. (0a00867)

Improvements

  • [connectivity, http-client] Reduce default log output on the info level significantly. (04726a3)

Fixed Issues

  • [util] Fix a bug in the implementation of the trim method. (0a00867)