cloud-sdk-js

Use the SAP Cloud SDK for JavaScript / TypeScript to reduce development effort when building applications on SAP Business Technology Platform that communicate with SAP solutions and services such as SAP S/4HANA Cloud, SAP SuccessFactors, and many others.

APACHE-2.0 License

Downloads
1.2M
Stars
162
Committers
38

Bot releases are hidden (Show)

cloud-sdk-js - v2.4.0

Published by florian-richter over 2 years ago

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. (0a008674)
  • [odata-v4] Mark the function uriConverter as internal API. (0a008674)
  • [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 (0a008674)
  • [connectivity, http-client] Only log the successful retrieval of destinations on the info log level, log everything else as debug or warn. (04726a35)

New Functionality

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

Improvements

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

Fixed Issues

  • [util] Fix a bug in the implementation of the trim method. (0a008674)
cloud-sdk-js - v2.0.0-beta.1

Published by jjtang1985 almost 3 years ago

cloud-sdk-js - v1.32.0

Published by marikaner almost 4 years ago

Compatibility Notes

  • Batch ReadResponse.as does not parse errors anymore, but throws an error if the response in fact was an ErrorResponse. To avoid this check response.isSuccess() before casting.
  • Rename deprecated ODataRequestConfigs e.g. ODataCreateRequestConfig -> ODataCreateRequestConfigLegacy due to naming conflicts.

Improvements

  • Export the tenant interface from the scp-cf module.
  • Throw an error when attempting to parse a batch ReadResponse that in fact is an ErrorResponse.

Fixed Issues

  • [Generator] Fix the enum type (V4), when only one enum member is defined in the metadata.
  • [OData] Fix function imports with and without parameters using the OData V4 syntax.
cloud-sdk-js - Versions prior to 1.18.0

Published by marikaner about 4 years ago

Changelog

Find the changelog for versions prior to 1.18.0 here.

Package Rankings
Top 1.91% on Npmjs.org
Badges
Extracted from project README
REUSE status Fosstars security rating
Related Projects