You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_notes.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,16 @@
8
8
9
9
### 🔧 Compatibility Notes
10
10
11
-
- We noticed an implicit behavior change for updated Apache HttpClient from `5.5.1` to `5.6`.
12
-
TLS/SSL connections are now checked for hostname verification on behalf of the provided server certificate.
13
-
Even with enabled trust-all-certificates flag, connections to servers with mismatching hostnames will be rejected.
11
+
-
14
12
15
13
### ✨ New Functionality
16
14
17
-
-`DestinationService.tryGetDestination` now checks if the given destination exists before trying to call it directly.
18
-
This behaviour is enabled by default and can be disabled via `DestinationService.Cache.disablePreLookupCheck`.
19
-
- Temporary: Use `email` as fallback principal id when `user_uuid` is missing. Will switch to using `sub` once IAS exposes `idtype` (tracked in [SCICAI-1323](https://jira.tools.sap/browse/SCICAI-1323)).
15
+
-
20
16
21
17
### 📈 Improvements
22
18
23
19
-
24
20
25
21
### 🐛 Fixed Issues
26
22
27
-
-Fixed IAS OAuth2 token requests to use correct `refresh_expiry=0` parameter instead of `refresh_token=0` to disable refresh token issuance in certain cases.
0 commit comments