Skip to content

Commit

Permalink
[js] Add release notes for 1.53.1 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtang1985 authored Jan 20, 2022
1 parent 0f5ab1f commit 1200983
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/js/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ It will help you:

:::tip What are pregenerated typed client libraries (VDM)?

For your convenience we [pregenerate client libraries](https://www.npmjs.com/search?q=%40sap%2Fcloud-sdk-vdm-*) (also known as Virtual Data Model or VDM for short) for allow-listed OData services of SAP S/4HANA Cloud, Marketing Cloud, and SAP S/4HANA On-premise.
For your convenience we [pregenerated client libraries](https://www.npmjs.com/search?q=%40sap%2Fcloud-sdk-vdm-*) (also known as Virtual Data Model or VDM for short) for allow-listed OData services of SAP S/4HANA Cloud, Marketing Cloud, and SAP S/4HANA On-premise.
These libraries are not Open Source, but free and distributed under the SAP Developer license through [npmjs.com](https://www.npmjs.com/search?q=%40sap%2Fcloud-sdk-vdm-*).
You can always generate a typed client library yourself by using our [OData](features/odata/generate-odata-client.mdx) and [Open API](features/openapi/generate-openapi-client.mdx) code generators.
To easily search for services and get typed client library for them, use our [API Business Hub integration](https://blogs.sap.com/2021/09/17/the-sap-cloud-sdk-integrates-with-the-sap-api-business-hub/).

:::

<!-- Copy and fill
## 1.xx.x [Core Modules] - January 1, 2021
## 1.xx.x [Core Modules] - Jan 1, 2022

[GitHub](https://github.com/SAP/cloud-sdk-js/releases/tag/v1.52.0) | [npm](https://www.npmjs.com/search?q=%40sap-cloud-sdk)

Expand All @@ -52,6 +52,17 @@ To easily search for services and get typed client library for them, use our [AP

### Fixed Issues
-->
## 1.53.1 [Core Modules] - Jan 18, 2022

[GitHub](https://github.com/SAP/cloud-sdk-js/releases/tag/v1.53.1) | [npm](https://www.npmjs.com/search?q=%40sap-cloud-sdk)

### Improvements

- We updated the version of `@sap/edm-converters` to ensure Node 14 compatibility for the OData code generator.

### Fixed Issues

- We fixed the missing token in the header issue for `OAuth2Password` authentication type.

## [CLI] - Jan 5, 2022

Expand Down

0 comments on commit 1200983

Please sign in to comment.