Skip to content

Commit

Permalink
v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Jan 7, 2021
1 parent c3cc446 commit e58cfda
Show file tree
Hide file tree
Showing 193 changed files with 94,567 additions and 38 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Compatibility Notes

- The return type of `Entity.getUpdatedProperties` was incorrect and was corrected to `Record<string, any>`.
-

## New Functionality

Expand All @@ -26,12 +26,26 @@

## Fixed Issues

-


# 1.35.0

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

## Compatibility Notes

- The return type of `Entity.getUpdatedProperties` was incorrect and was corrected to `Record<string, any>`.

## Fixed Issues

- Fix serialization of linked entities with custom fields.
- Fix setting of remote state on entities to replace old state instead of merging with old state. This also fixes how custom fields are handled in the remote state.
- Fix return type of `Entity.getUpdatedProperties` to `Record<string, any>`.
- Ship templates files that are used in the OpenAPI generator.


# 1.34.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.34.0
## Version: 1.35.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 e58cfda

Please sign in to comment.