Skip to content

Commit 045038b

Browse files
committed
Add new release notes
1 parent f621aa4 commit 045038b

File tree

2 files changed

+27
-33
lines changed

2 files changed

+27
-33
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 1.2.0 - January 30, 2025
2+
3+
[All Release Changes](https://github.com/SAP/ai-sdk-java/releases/tag/rel%2F1.2.0)
4+
5+
### 🔧 Compatibility Notes
6+
7+
- `SingleChatMessage`, as well as new `MultiChatMessage`, are now subtypes of new interface `ChatMessage`.
8+
Most variables or methods previously typed as `ChatMessage` in `model` package are now typed as `SingleChatMessage`.
9+
- Add missing `@Beta` annotations to all `com.sap.ai.sdk.core.client` and `com.sap.ai.sdk.core.model` classes.
10+
11+
### ✨ New Functionality
12+
13+
- New Orchestration features:
14+
- [Spring AI integration](../guides/SPRING_AI_INTEGRATION.md)
15+
- [Add Grounding configuration convenience](../guides/ORCHESTRATION_CHAT_COMPLETION.md#grounding)
16+
- Images are now supported as input in newly introduced `MultiChatMessage`.
17+
- `MultiChatMessage` also allows for multiple content items (text or image) in one object.
18+
- Grounding input can be masked with `DPIConfig`.
19+
- LLama Guard can now be used for content filtering.
20+
- Support for tool calling and response format
21+
- Updated the list for supported models (e.g., added amazon nova models).
22+
23+
### 📈 Improvements
24+
25+
- Update Orchestration client to version 0.48.2 (2501a)
26+
27+
128
## 1.1.0 - January 07, 2025
229

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

docs/release-notes/release_notes.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)