Skip to content

Commit 8f68a19

Browse files
authored
Release 1.1.0 (#264)
* Update to version 1.1.0 * Add new release notes * Update to version 1.2.0-SNAPSHOT * Reset release notes
1 parent e596161 commit 8f68a19

File tree

7 files changed

+25
-8
lines changed

7 files changed

+25
-8
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>core</artifactId>
1010
<name>AI Core client</name>

docs/release-notes/release-notes-0-to-14.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.1.0 - January 07, 2025
2+
3+
[All Release Changes](https://github.com/SAP/ai-sdk-java/releases/tag/rel%2F1.1.0)
4+
5+
### 🔧 Compatibility Notes
6+
7+
- Changed return type of `List<Double> getEmbedding()` from experimental API `OpenAiEmbeddingData` to `float[]` to match recent Spring AI change.
8+
9+
### ✨ New Functionality
10+
11+
- Added `streamChatCompletion()` and `streamChatCompletionDeltas()` to the `OrchestrationClient`.
12+
13+
### 📈 Improvements
14+
15+
- Update AI Core client to 2.37.0
16+
17+
118
## 1.0.0 - December 03, 2024
219

320
[All Release Changes](https://github.com/SAP/ai-sdk-java/releases/tag/rel%2F1.0.0)

docs/release-notes/release_notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
### 🔧 Compatibility Notes
1010

11-
- Changed return type of `List<Double> getEmbedding()` from experimental API `OpenAiEmbeddingData` to `float[]` to match recent Spring AI change.
11+
-
1212

1313
### ✨ New Functionality
1414

15-
- Added `streamChatCompletion()` and `streamChatCompletionDeltas()` to the `OrchestrationClient`.
15+
-
1616

1717
### 📈 Improvements
1818

19-
- Update AI Core client to 2.37.0
19+
-
2020

2121
### 🐛 Fixed Issues
2222

foundation-models/openai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.sap.ai.sdk.foundationmodels</groupId>

orchestration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>orchestration</artifactId>
1010
<name>Orchestration client</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.sap.ai.sdk</groupId>
55
<artifactId>sdk-parent</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Parent pom</name>
99
<description>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</description>

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.sap.ai.sdk</groupId>
66
<artifactId>sdk-parent</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.sap.ai.sdk.app</groupId>

0 commit comments

Comments
 (0)