From 52e8d1b44e5d439e496c6ad90ff6e2243d57ff12 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Fri, 8 May 2026 10:03:45 +0000 Subject: [PATCH 1/3] Update to version 1.19.0 --- 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core-services/document-grounding/pom.xml b/core-services/document-grounding/pom.xml index 680421da0..6af722443 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.19.0-SNAPSHOT + 1.19.0 ../../pom.xml document-grounding diff --git a/core-services/prompt-registry/pom.xml b/core-services/prompt-registry/pom.xml index 29f6adacb..f20ae2a77 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.19.0-SNAPSHOT + 1.19.0 ../../pom.xml prompt-registry diff --git a/core/pom.xml b/core/pom.xml index 789d62073..e966c14cf 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.19.0-SNAPSHOT + 1.19.0 core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index a10e6a059..ad227433a 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.19.0-SNAPSHOT + 1.19.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 a93e6a980..692d09df1 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.19.0-SNAPSHOT + 1.19.0 ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index 794dbafe4..a00eb2e4f 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.19.0-SNAPSHOT + 1.19.0 orchestration Orchestration client diff --git a/pom.xml b/pom.xml index 9a9c0da6f..e34f98795 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 1.19.0-SNAPSHOT + 1.19.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 db44e119d..143e079b9 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.19.0-SNAPSHOT + 1.19.0 ../../pom.xml com.sap.ai.sdk.app From 24abe572b4a716b772bbe7638ff8f0d27d854143 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Fri, 8 May 2026 10:08:54 +0000 Subject: [PATCH 2/3] Reset release notes --- docs/release_notes.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index 2a8d4fc1c..5745d6681 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -8,16 +8,15 @@ ### 🔧 Compatibility Notes -- [Document Grounding] `getAllPipelines()` has additional nullable parameter `metadataConfigId`. -- [Prompt Registry] The `importPromptTemplate` and `importOrchestrationConfig` accepts `File` instead of `byte[]` to propagate file name in `Content-Disposition` header. +- ### ✨ New Functionality -- [Orchestration] Added `MISTRAL_SMALL` and `CLAUDE_4_7_OPUS` to model list in `OrchestrationAiModel`. +- ### 📈 Improvements -- Aggregated JavaDocs are now published on our [documentation portal](https://sap.github.io/ai-sdk/docs/java/overview-cloud-sdk-for-ai-java). +- ### 🐛 Fixed Issues From f08a7abe42862ed8d864b43d1807368cc1ad005e Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Fri, 8 May 2026 10:11:39 +0000 Subject: [PATCH 3/3] Update to version 1.20.0-SNAPSHOT --- 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core-services/document-grounding/pom.xml b/core-services/document-grounding/pom.xml index 6af722443..99b839e17 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.19.0 + 1.20.0-SNAPSHOT ../../pom.xml document-grounding diff --git a/core-services/prompt-registry/pom.xml b/core-services/prompt-registry/pom.xml index f20ae2a77..84da5e724 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.19.0 + 1.20.0-SNAPSHOT ../../pom.xml prompt-registry diff --git a/core/pom.xml b/core/pom.xml index e966c14cf..8a334b131 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.19.0 + 1.20.0-SNAPSHOT core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index ad227433a..37b8d64bb 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.19.0 + 1.20.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 692d09df1..111d60f8f 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.19.0 + 1.20.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index a00eb2e4f..a0894d96a 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.19.0 + 1.20.0-SNAPSHOT orchestration Orchestration client diff --git a/pom.xml b/pom.xml index e34f98795..827165185 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 1.19.0 + 1.20.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 143e079b9..5cb7f56f2 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.19.0 + 1.20.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.app