Skip to content

Commit bd65563

Browse files
author
sap-cloud-sdk
committed
v4.5.0
1 parent cbed72f commit bd65563

487 files changed

Lines changed: 1737 additions & 1311 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/hip-times-draw.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/lemon-sides-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-plants-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-tokens-shift.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/ready-meals-study.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tough-worms-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,25 @@
2828

2929
-
3030

31+
# 4.5.0
32+
## Compatibility Notes
33+
34+
- [connectivity] Update `@sap/xssec` to version 4.12.2 with changed XSUAA URL behavior.
35+
When fetching XSUAA tokens with zone ID (multi-tenant scenarios), xssec now uses the base domain without a tenant subdomain prefix. (02d1302)
36+
37+
## New Features
38+
39+
- [openapi, openapi-generator] Support request bodies with content type "multipart/form-data". (3b95c42)
40+
- [openapi-generator] Allow OpenAPI version 3.1. style "type": "null" schemas. OpenAPI version 3.1. support is limited. (007541a)
41+
42+
## Improvements
43+
44+
- [connectivity] Allow passing a `service` binding directly through `DestinationFromServiceBindingOptions` instead of looking it up by name. (962cdcb)
45+
- [http-client] Add `signal` property to `CustomRequestConfig` and `HttpRequestConfigBase` type definition to document `AbortSignal` support for cancelling HTTP requests. (cbed72f)
46+
- [http-client] Add request compression middleware.
47+
Use the `compress()` middleware to compress HTTP request payloads using gzip, brotli, deflate, or zstd algorithms.
48+
Supports multiple compression modes: auto (size-based), passthrough (pre-compressed), or forced compression. (f5715de)
49+
3150
# 4.4.0
3251
## New Features
3352

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version: 4.4.0
1+
## Version: 4.5.0
22

33
The SAP Cloud SDK for JavaScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology Platform.
44

knowledge-base/api-reference/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

knowledge-base/api-reference/assets/highlight.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
--dark-hl-3: #4FC1FF;
1010
--light-hl-4: #A31515;
1111
--dark-hl-4: #CE9178;
12-
--light-hl-5: #0000FF;
13-
--dark-hl-5: #569CD6;
14-
--light-hl-6: #AF00DB;
15-
--dark-hl-6: #C586C0;
16-
--light-hl-7: #000000;
17-
--dark-hl-7: #C8C8C8;
18-
--light-hl-8: #008000;
19-
--dark-hl-8: #6A9955;
20-
--light-hl-9: #098658;
21-
--dark-hl-9: #B5CEA8;
12+
--light-hl-5: #098658;
13+
--dark-hl-5: #B5CEA8;
14+
--light-hl-6: #0000FF;
15+
--dark-hl-6: #569CD6;
16+
--light-hl-7: #AF00DB;
17+
--dark-hl-7: #C586C0;
18+
--light-hl-8: #000000;
19+
--dark-hl-8: #C8C8C8;
20+
--light-hl-9: #008000;
21+
--dark-hl-9: #6A9955;
2222
--light-hl-10: #267F99;
2323
--dark-hl-10: #4EC9B0;
2424
--light-code-background: #FFFFFF;

0 commit comments

Comments
 (0)