Skip to content

Commit

Permalink
v1.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Aug 26, 2021
1 parent d9a959b commit b6cffb5
Show file tree
Hide file tree
Showing 205 changed files with 106,268 additions and 56 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

- [openapi-generator] Paths referenced in the options per service configuration now use POSIX-style separators (`/`) independent of the operating system. Existing configuration files generated on Windows contain Windows-style separators (`\\`) in the paths. Those paths will not be read correctly and should be updated manually to `/`.
-

## New Functionality

Expand All @@ -26,10 +26,24 @@

## Fixed Issues

-


# 1.48.1

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

## Compatibility Notes

- [openapi-generator] Paths referenced in the options per service configuration now use POSIX-style separators (`/`) independent of the operating system. Existing configuration files generated on Windows contain Windows-style separators (`\\`) in the paths. Those paths will not be read correctly and should be updated manually to `/`.

## Fixed Issues

- [core] Fix failing destination retrieval for `OnPremise` proxy type and basic authentication.
- [openapi-generator] Fix generation of options per service configuration files to always use POSIX-style file path separators independent of operating system.


# 1.48.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.48.0
## Version: 1.48.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 b6cffb5

Please sign in to comment.