Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 13:32

0.7.0 (2026-02-27)

Features

  • Add ComputerUse tool (d733a48)
  • add the AgentExecutor config (e0f7137)
  • drop gemini-1 support in GoogleSearchTool (15255b4)
  • Extend url_context support to Gemini 3 in Java ADK (2c9d4dd)
  • Extend url_context support to Gemini 3 in Java ADK (5f5869f)
  • Handle final and error TaskStatusUpdateEvents (746e857)
  • remove model restrictions in BuiltInCodeExecutionTool (1a593a9)
  • Update AgentExecutor so it builds new runner on execute and there is no need to pass the runner instance (7218295)

Bug Fixes

  • change Session events list to a threadsafe implementation by default (0b5ac92)
  • deep-merge stateDelta maps when merging EventActions (ff07474)
  • drop explicit gemini-1 model version check in GoogleMapsTool (7953503)
  • LlmAgent model name resolution and improve Gemini-3 model detection logic (313ce85)
  • make a mutable copy of function args for the beforeToolCallback invocations (64d3a77)

Documentation

  • Update a parameter name in a comment (5262d4a)

Known Issues

  • Dev UI (AdkWebServer) server startup fails with a java.lang.ClassNotFoundException: io.opentelemetry.sdk.internal.ScopeConfigurator error, a workaround is to manually update a io.opentelemetry:opentelemetry-sdk-metrics dependecy to version 1.59.0