Skip to content

Commit

Permalink
v1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Aug 20, 2021
1 parent 8ec59ff commit 511ab1d
Show file tree
Hide file tree
Showing 204 changed files with 105,950 additions and 54 deletions.
23 changes: 23 additions & 0 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.48.0

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

## Compatibility Notes

- [odata-generator] Consider the `Nullable` property on action and function import parameters and return types correctly.
For parameters this is uncritical because the type is extended from `T` to `T | null` if the property is nullable.
For return types the same extension could lead compile errors after client regeneration because the is broadened including `null`.
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.47.1
## Version: 1.48.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 511ab1d

Please sign in to comment.