From 84081e68050b2b538315d3538822658649195ba3 Mon Sep 17 00:00:00 2001 From: Roshin Rajan Panackal Date: Thu, 22 Jan 2026 12:00:10 +0100 Subject: [PATCH] Update release notes --- release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release_notes.md b/release_notes.md index f865d3f10..4e3cd61d4 100644 --- a/release_notes.md +++ b/release_notes.md @@ -17,6 +17,7 @@ - `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)). +- Cloud SDK OpenAPI Generator now supports `apache-httpclient` library marking Spring dependencies as optional. ### 📈 Improvements