From f3ec77445fa383ec09e3c5684b3cdad8776ba565 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Thu, 9 Jul 2026 13:36:33 +0000 Subject: [PATCH 1/3] Update to version 1.22.0 --- core-services/batch/pom.xml | 2 +- core-services/document-grounding/pom.xml | 2 +- core-services/prompt-registry/pom.xml | 2 +- core/pom.xml | 2 +- foundation-models/openai/pom.xml | 2 +- foundation-models/sap-rpt/pom.xml | 2 +- orchestration/pom.xml | 2 +- pom.xml | 2 +- sample-code/spring-app/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core-services/batch/pom.xml b/core-services/batch/pom.xml index f2ed7a70d..7531e54f9 100644 --- a/core-services/batch/pom.xml +++ b/core-services/batch/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 ../../pom.xml batch diff --git a/core-services/document-grounding/pom.xml b/core-services/document-grounding/pom.xml index 2281ddb2f..961a4b523 100644 --- a/core-services/document-grounding/pom.xml +++ b/core-services/document-grounding/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 ../../pom.xml document-grounding diff --git a/core-services/prompt-registry/pom.xml b/core-services/prompt-registry/pom.xml index 3d2beaa82..fe8848f82 100644 --- a/core-services/prompt-registry/pom.xml +++ b/core-services/prompt-registry/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 ../../pom.xml prompt-registry diff --git a/core/pom.xml b/core/pom.xml index b74d08cef..442e437a1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index fa2d7807d..ef5892c9f 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/foundation-models/sap-rpt/pom.xml b/foundation-models/sap-rpt/pom.xml index 3587d8e9a..7a0f4707c 100644 --- a/foundation-models/sap-rpt/pom.xml +++ b/foundation-models/sap-rpt/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index df04c2286..e1061f755 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 orchestration Orchestration client diff --git a/pom.xml b/pom.xml index 372d5d6dd..690a832e0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 pom Parent pom SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. The parent pom defines dependency versions and plugin configurations diff --git a/sample-code/spring-app/pom.xml b/sample-code/spring-app/pom.xml index 623536704..35484ae09 100644 --- a/sample-code/spring-app/pom.xml +++ b/sample-code/spring-app/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0-SNAPSHOT + 1.22.0 ../../pom.xml com.sap.ai.sdk.app From 287fdd874670c1b76fa9b4ba0539ddc90197f4a6 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Thu, 9 Jul 2026 13:41:33 +0000 Subject: [PATCH 2/3] Reset release notes --- docs/release_notes.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index 5e442ea8e..5745d6681 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -12,14 +12,7 @@ ### ✨ New Functionality -- [OpenAI] Support for OpenAI Responses API with the new `AiCoreOpenAiClient`. - The following endpoints are currently supported: - - create() - - createStreaming() - - retrieve() - - delete() - - cancel() -- [Orchestration] You can now add multiple custom headers to an `OrchestrationClient` at once via `.withHeaders()`. +- ### 📈 Improvements From 104be9a78c48164cf893f70771d35dc0a5a9d930 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Thu, 9 Jul 2026 13:44:42 +0000 Subject: [PATCH 3/3] Update to version 1.23.0-SNAPSHOT --- core-services/batch/pom.xml | 2 +- core-services/document-grounding/pom.xml | 2 +- core-services/prompt-registry/pom.xml | 2 +- core/pom.xml | 2 +- foundation-models/openai/pom.xml | 2 +- foundation-models/sap-rpt/pom.xml | 2 +- orchestration/pom.xml | 2 +- pom.xml | 2 +- sample-code/spring-app/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core-services/batch/pom.xml b/core-services/batch/pom.xml index 7531e54f9..cac9c9a9b 100644 --- a/core-services/batch/pom.xml +++ b/core-services/batch/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT ../../pom.xml batch diff --git a/core-services/document-grounding/pom.xml b/core-services/document-grounding/pom.xml index 961a4b523..0fd55b018 100644 --- a/core-services/document-grounding/pom.xml +++ b/core-services/document-grounding/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT ../../pom.xml document-grounding diff --git a/core-services/prompt-registry/pom.xml b/core-services/prompt-registry/pom.xml index fe8848f82..f9d462ede 100644 --- a/core-services/prompt-registry/pom.xml +++ b/core-services/prompt-registry/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT ../../pom.xml prompt-registry diff --git a/core/pom.xml b/core/pom.xml index 442e437a1..16061ae0c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index ef5892c9f..cef4059eb 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/foundation-models/sap-rpt/pom.xml b/foundation-models/sap-rpt/pom.xml index 7a0f4707c..7403a9a79 100644 --- a/foundation-models/sap-rpt/pom.xml +++ b/foundation-models/sap-rpt/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index e1061f755..8b8d7f0f1 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT orchestration Orchestration client diff --git a/pom.xml b/pom.xml index 690a832e0..2f8cdd4cc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT pom Parent pom SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. The parent pom defines dependency versions and plugin configurations diff --git a/sample-code/spring-app/pom.xml b/sample-code/spring-app/pom.xml index 35484ae09..e3c4ccb0e 100644 --- a/sample-code/spring-app/pom.xml +++ b/sample-code/spring-app/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.22.0 + 1.23.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.app