Skip to content

Commit

Permalink
v1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Apr 1, 2021
1 parent b30f854 commit 7e58160
Show file tree
Hide file tree
Showing 206 changed files with 97,676 additions and 67 deletions.
28 changes: 23 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,29 @@

## Compatibility Notes

-

## New Functionality

-

## Improvements

-

## Fixed Issues

-


# 1.41.0

Release Date: TBD<br>
API Docs: https://sap.github.io/cloud-sdk/api/1.41.0<br>
Blog: TBD<br>

## Compatibility Notes

- [core] Deprecated `userApprovedServiceToken`, `refreshTokenGrant` and `userTokenGrant`.
- [openapi-generator] Replace the underlying Java-based OpenAPI generator with a custom implementation.
- [odata-generator] The type of one-to-one navigation properties is now optional.
Expand All @@ -24,18 +47,13 @@
- [http-client] Add a `fetchCsrfToken` option to `executeHttpRequest` to allow automatic fetching of CSRF tokens for write operations.
- [openapi-generator] Fetch CSRF tokens for write operations automatically.

## Improvements

-

## Fixed Issues

- [odata-generator] Fix a type error of one-to-one navigation properties, so they can set `null` as valid values.
- [core] Fix a runtime error of `fromJson` function, when passing an object containing one-to-one navigation properties with `null` value.
- [odata-batch] Fix wrong double encoding of filter values in batch requests.
- [openapi-generator] Use string as default type for enums.


# 1.40.0

Release Date: TBD<br>
Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version: 1.40.0
## Version: 1.41.0

The SAP Cloud SDK for JavaScript and TypeScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Cloud Platform.

Expand Down
Loading

0 comments on commit 7e58160

Please sign in to comment.