From a40bc926ff16aa59740e5017422bd6a649c75b38 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Fri, 28 Aug 2026 06:31:34 +0000 Subject: [PATCH 1/3] Update to version 1.24.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 2dd14a064..6ce54c61c 100644 --- a/core-services/batch/pom.xml +++ b/core-services/batch/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.24.0-SNAPSHOT + 1.24.0 ../../pom.xml batch diff --git a/core-services/document-grounding/pom.xml b/core-services/document-grounding/pom.xml index 9bd73f38d..50ba37561 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.24.0-SNAPSHOT + 1.24.0 ../../pom.xml document-grounding diff --git a/core-services/prompt-registry/pom.xml b/core-services/prompt-registry/pom.xml index b4b831b5f..3ea57c686 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.24.0-SNAPSHOT + 1.24.0 ../../pom.xml prompt-registry diff --git a/core/pom.xml b/core/pom.xml index 522b6dbfc..2a0e9c806 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.24.0-SNAPSHOT + 1.24.0 core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index 68140484c..8f2b09932 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.24.0-SNAPSHOT + 1.24.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 55e728e97..95367a9e6 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.24.0-SNAPSHOT + 1.24.0 ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index 0cca802c8..fa330a035 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.24.0-SNAPSHOT + 1.24.0 orchestration Orchestration client diff --git a/pom.xml b/pom.xml index 740feb5c0..63d610554 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 1.24.0-SNAPSHOT + 1.24.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 a03965ef5..5bae57b60 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.24.0-SNAPSHOT + 1.24.0 ../../pom.xml com.sap.ai.sdk.app From e740db6d678b7cf9b8bcfa7e0956c4d673bdda27 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Fri, 28 Aug 2026 06:36:29 +0000 Subject: [PATCH 2/3] Reset release notes --- docs/release_notes.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index eff2d8dda..5745d6681 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -8,23 +8,16 @@ ### 🔧 Compatibility Notes -- [RPT] Updated SAP RPT tabular data prediction model client to version 1.5: +- - | Aspect | Before | After | - |-------------------|---------------------------------------------------------------------|---------------------------------------------------------------------------| - | Row prediction | `PredictRequestPayload.create().predictionConfig().xxx().rows()` | `PredictRequestPayloadOneOf.create().predictionConfig().rows().xxx()` | - | Column prediction | `PredictRequestPayload.create().predictionConfig().xxx().columns()` | `PredictRequestPayloadOneOf1.create().predictionConfig().columns().xxx()` | - ### ✨ New Functionality --[Orchestration] Added `GEMINI_3_5_FLASH_LITE` and `GEMINI_3_6_FLASH` to model list in `OrchestrationAiModel`. +- ### 📈 Improvements -- [RPT] Updated SAP RPT tabular data prediction model client to version 1.5: - - Added new `RptModel`, `SAP_RPT_1_5` and `SAP_RPT_1_5_LARGE` - - Added `explanation` parameter to `PredictionConfig`. +- ### 🐛 Fixed Issues -- Fixed `kotlin-stdlib` dependency issues by removing the version management from the parent POM. +- From 0cc82a2f756588cee46d94b6a9ea8df0a0161351 Mon Sep 17 00:00:00 2001 From: SAP Cloud SDK Bot Date: Fri, 28 Aug 2026 06:39:42 +0000 Subject: [PATCH 3/3] Update to version 1.25.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 6ce54c61c..7a72b0de6 100644 --- a/core-services/batch/pom.xml +++ b/core-services/batch/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.24.0 + 1.25.0-SNAPSHOT ../../pom.xml batch diff --git a/core-services/document-grounding/pom.xml b/core-services/document-grounding/pom.xml index 50ba37561..73645785e 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.24.0 + 1.25.0-SNAPSHOT ../../pom.xml document-grounding diff --git a/core-services/prompt-registry/pom.xml b/core-services/prompt-registry/pom.xml index 3ea57c686..65dfa18bf 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.24.0 + 1.25.0-SNAPSHOT ../../pom.xml prompt-registry diff --git a/core/pom.xml b/core/pom.xml index 2a0e9c806..ca876256e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.24.0 + 1.25.0-SNAPSHOT core AI Core client diff --git a/foundation-models/openai/pom.xml b/foundation-models/openai/pom.xml index 8f2b09932..7e6e9f9af 100644 --- a/foundation-models/openai/pom.xml +++ b/foundation-models/openai/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.24.0 + 1.25.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 95367a9e6..9cfd1c84f 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.24.0 + 1.25.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.foundationmodels diff --git a/orchestration/pom.xml b/orchestration/pom.xml index fa330a035..8b7b07bae 100644 --- a/orchestration/pom.xml +++ b/orchestration/pom.xml @@ -4,7 +4,7 @@ com.sap.ai.sdk sdk-parent - 1.24.0 + 1.25.0-SNAPSHOT orchestration Orchestration client diff --git a/pom.xml b/pom.xml index 63d610554..df37caaa6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sap.ai.sdk sdk-parent - 1.24.0 + 1.25.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 5bae57b60..dce6a46b4 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.24.0 + 1.25.0-SNAPSHOT ../../pom.xml com.sap.ai.sdk.app