Skip to content

Commit

Permalink
v1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtang1985 committed Sep 2, 2020
1 parent 7a1068f commit deceb57
Show file tree
Hide file tree
Showing 273 changed files with 112,773 additions and 31 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,28 @@

## Improvements

-

## Fixed Issues

-


# 1.28.1

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

## Improvements

- Adjust the generation of the `$filter` parameter in URL so that parentheses are not removed even logically they are not needed.
For example, now `$filter=((filterA and filter B) and (filterC and filter D))` will not be flattened to `$filter=(filterA and filter B and filterC and filter D)`.

## Fixed Issues

- [Generator] Remove `Batch.ts` from the index file when the file does not exist.


# 1.28.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.28.0
## Version: 1.28.1

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 deceb57

Please sign in to comment.