Skip to content

Commit 21a962f

Browse files
authored
update release notes (#2422)
1 parent 8b52c03 commit 21a962f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs-js/release-notes.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ import LicenseBadge from '@site/src/sap/sdk-js/LicenseBadge';
2020
<!-- vale off -->
2121
<!-- This line is used for our release notes automation -->
2222

23+
## 4.6.0 [Core Modules] - April 13, 2026
24+
25+
### Compatibility Notes
26+
27+
- [util] Deprecate `unixEOL` and `webEOL`. Use '\n' or '\r\n' respectively. (a6c8ff6)
28+
29+
### Fixed Issues
30+
31+
- [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)
32+
- [connectivity] Support `TrustStoreLocation` for `OAuth2ClientCredentials` destinations. (8637346)
33+
- [connectivity] Extend `isDestinationFetchOptions` to check `service` property. (259d8ad)
34+
- [http-client] Improve handling of missing `zlib`-module in the `compress()` middleware and lazy-load it only when needed.
35+
To compress requests in the browser, ensure that a suitable polyfill is provided. (7ea34ce)
36+
2337
## 4.5.1 [Core Modules] - February 27, 2026
2438

2539
### Fixed Issues

0 commit comments

Comments
 (0)