Skip to content

Commit 3cb3955

Browse files
authored
chore: v4.6.0 (#6494)
1 parent bd01aca commit 3cb3955

57 files changed

Lines changed: 288 additions & 121 deletions

Some content is hidden

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

.changeset/brave-weeks-hide.md

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

.changeset/famous-snakes-doubt.md

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

.changeset/fancy-experts-roll.md

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

.changeset/fine-worms-look.md

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

.changeset/plenty-women-find.md

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

CHANGELOG.md

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

2929
-
3030

31+
# 4.6.0
32+
## Compatibility Notes
33+
34+
- [util] Deprecate `unixEOL` and `webEOL`. Use '\n' or '\r\n' respectively. (a6c8ff6)
35+
36+
## Fixed Issues
37+
38+
- [connectivity] Destinations with authentication type "SAMLAssertion" are no longer cached, even if caching is enabled. (see https://github.com/SAP/cloud-sdk-js/issues/6396) (0800e7a)
39+
- [connectivity] Support `TrustStoreLocation` for `OAuth2ClientCredentials` destinations. (8637346)
40+
- [connectivity] Extend `isDestinationFetchOptions` to check `service` property. (259d8ad)
41+
- [http-client] Improve handling of missing `zlib`-module in the `compress()` middleware and lazy-load it only when needed.
42+
To compress requests in the browser, ensure that a suitable polyfill is provided. (7ea34ce)
43+
3144
# 4.5.1
3245
## Fixed Issues
3346

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version: 4.5.1
1+
## Version: 4.6.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sap-cloud-sdk",
3-
"version": "4.5.1",
3+
"version": "4.6.0",
44
"private": true,
55
"sideEffects": false,
66
"packageManager": "[email protected]",

packages/connectivity/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @sap-cloud-sdk/connectivity
22

3+
## 4.6.0
4+
5+
### Minor Changes
6+
7+
- 0800e7a: [Fixed Issue] Destinations with authentication type "SAMLAssertion" are no longer cached, even if caching is enabled. (see https://github.com/SAP/cloud-sdk-js/issues/6396)
8+
9+
### Patch Changes
10+
11+
- 8637346: [Fixed Issue] Support `TrustStoreLocation` for `OAuth2ClientCredentials` destinations.
12+
- 259d8ad: [Fixed Issue] Extend `isDestinationFetchOptions` to check `service` property.
13+
- Updated dependencies [a6c8ff6]
14+
- @sap-cloud-sdk/util@4.6.0
15+
- @sap-cloud-sdk/resilience@4.6.0
16+
317
## 4.5.1
418

519
### Patch Changes

packages/connectivity/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-cloud-sdk/connectivity",
3-
"version": "4.5.1",
3+
"version": "4.6.0",
44
"description": "SAP Cloud SDK for JavaScript connectivity",
55
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
66
"license": "Apache-2.0",
@@ -40,8 +40,8 @@
4040
"readme": "ts-node ../../scripts/replace-common-readme.ts"
4141
},
4242
"dependencies": {
43-
"@sap-cloud-sdk/resilience": "^4.5.1",
44-
"@sap-cloud-sdk/util": "^4.5.1",
43+
"@sap-cloud-sdk/resilience": "^4.6.0",
44+
"@sap-cloud-sdk/util": "^4.6.0",
4545
"@sap/xsenv": "^6.1.0",
4646
"@sap/xssec": "^4.13.0",
4747
"async-retry": "^1.3.3",

0 commit comments

Comments
 (0)