Skip to content

v1.0.0

Latest

Choose a tag to compare

@adk-java-releases-bot adk-java-releases-bot released this 30 Mar 11:06

1.0.0 (2026-03-30)

Features

  • add InMemoryArtifactService to AgentExecutor and update pom.xml dependencies (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)

Miscellaneous Chores

  • set release version to 1.0.0 (dd1c941)
  • set version to 1.0.0-rc.2 (678b496)