Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs-java/release-notes/release-notes-15-to-29.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 5.26.0 - January 23, 2026

[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.26.0)

### 🔧 Compatibility Notes

- We noticed an implicit behavior change for updated Apache HttpClient from `5.5.1` to `5.6`.
TLS/SSL connections are now checked for hostname verification on behalf of the provided server certificate.
Even with enabled trust-all-certificates flag, connections to servers with mismatching hostnames will be rejected.

### ✨ New Functionality

- `DestinationService.tryGetDestination` now checks if the given destination exists before trying to call it directly.
This behaviour is enabled by default and can be disabled via `DestinationService.Cache.disablePreLookupCheck`.
- 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)).

### 🐛 Fixed Issues

- 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.

## 5.25.0 - December 22, 2025

[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.25.0)
Expand Down