Skip to content

Commit

Permalink
Add new release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-sdk-js committed Jan 7, 2025
1 parent e4ac10e commit 60ee68e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
17 changes: 17 additions & 0 deletions docs/release-notes/release-notes-0-to-14.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.1.0 - January 07, 2025

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

### 🔧 Compatibility Notes

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

### ✨ New Functionality

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

### 📈 Improvements

- Update AI Core client to 2.37.0


## 1.0.0 - December 03, 2024

[All Release Changes](/~https://github.com/SAP/ai-sdk-java/releases/tag/rel%2F1.0.0)
Expand Down
23 changes: 0 additions & 23 deletions docs/release-notes/release_notes.md

This file was deleted.

0 comments on commit 60ee68e

Please sign in to comment.