What's Changed
1.3.0 - February 13, 2025
🔧 Compatibility Notes
Message.content()
returns aContentItem
now instead of aString
. Use((TextItem) Message.content().items().get(0)).text()
if the correspondingContentItem
is aTextItem
and the string representation is needed.
✨ New Functionality
- Upgrade to release 2502a of AI Core.
- Orchestration:
All Commits
click to expand
- fix: Fix link in PR message of prepare-release.yaml by @Jonas-Isr in #313
- feat: Llama🦙Guard by @CharlesDuboisSAP in #308
- feat: [DevOps] Update orchestration specification by @bot-sdk-js in #314
- fix: Update json version in parent POM by @Jonas-Isr in #315
- feat: [DevOps] Update core specification by @bot-sdk-js in #316
- chore: [DevOps] bump org.wiremock:wiremock from 3.10.0 to 3.11.0 in the production-minor-patch group by @dependabot in #318
- chore: Improve release notes by @TillK17 in #321
- chore: DevOps
mvn install
fail early by @CharlesDuboisSAP in #324 - feat: [DevOps] Update Orchestration to 2502a by @bot-sdk-js in #325
- feat: Orchestration image support by @Jonas-Isr in #294
- chore: Use absolute URL in release notes by @jjtang1985 in #329
- feat: [Orchestration] Enable and test setting
response_format
by @Jonas-Isr in #328
Full Changelog: https://github.com/SAP/ai-sdk-java/commits/rel/1.3.0