We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ac10e commit 60ee68eCopy full SHA for 60ee68e
docs/release-notes/release-notes-0-to-14.md
@@ -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
18
## 1.0.0 - December 03, 2024
19
20
[All Release Changes](https://github.com/SAP/ai-sdk-java/releases/tag/rel%2F1.0.0)
docs/release-notes/release_notes.md
0 commit comments