1.0.0 (2026-03-30)
Features
- add
InMemoryArtifactServicetoAgentExecutorand updatepom.xmldependencies (24f8d5e) - enabling output_schema and tools to coexist (40ca6a7)
Bug Fixes
- add media/image support in Spring AI MessageConverter (8ab7f07), closes #705
- add schema validation to SetModelResponseTool (issue #587 already implemented, but adding tests from PR #603) (cdc5199)
- Ensure callbackContextData is preserved across session update (d1e05ca)
- firestore: Remove hardcoded dependency version (6a5a55e)
- Fixing tracing for function calls (84dff10)
- handle null
AiMessage.text()to prevent NPE and add unit test (PR #1035) (3e21e7a) - parallel agent execution (677b6d7)
- Removing deprecated methods from Runner (3633a7d)
- resolve MCP tool parsing errors in Claude integration (5a2abbf)
- revert changes to AbstractMcpTool, maintaining backwards compatible text_output field in the response (5f34d59)
- Using App conformant agent names (f3eb936)
Documentation
- add pull request template (6bb721b)