Skip to content

Releases: google/adk-js

main: v0.6.1

31 Mar 01:26
e91798a

Choose a tag to compare

0.6.1 (2026-03-30)

Bug Fixes

  • add support for MCP type array instead of string only in gemini_schema_util (#199) (9cb4a33)
  • support native addon agent deps (#219) (a13ee82)

devtools: v0.6.1

31 Mar 01:26
e91798a

Choose a tag to compare

0.6.1 (2026-03-30)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @google/adk bumped from ^0.6.0 to ^0.6.1

adk: v0.6.1

31 Mar 01:26
e91798a

Choose a tag to compare

0.6.1 (2026-03-30)

Bug Fixes

  • add support for MCP type array instead of string only in gemini_schema_util (#199) (9cb4a33)

main: v0.6.0

25 Mar 23:12
393cbd2

Choose a tag to compare

0.6.0 (2026-03-23)

Features

Bug Fixes

  • a2a integration: use right enum values for agent card transport types. (#212) (b00cef7)
  • a2a support videometadata during part convertion (#198) (7b36f48)
  • Add option to start ADK API server on free random port. (#197) (b8b92bf)
  • persist session state correctly to not lose prev data. (#209) (dbfa367)
  • prevent path traversal in FileArtifactService (CWE-22) (#210) (8c0eaa1)
  • Print error message when port for ADK API server already in use (#207) (8164857)
  • stop droping all existing tables in schema during sesstion db initialisation (#195) (40a9f14)
  • use llmAgent instruction when root agent is not llmAgent (#208) (b3c677c)

devtools: v0.6.0

25 Mar 23:12
393cbd2

Choose a tag to compare

0.6.0 (2026-03-23)

Features

  • A2A integration: A2A Remote agent (#190) (c6b75a2)
  • A2A integration: Add CLI option and serve ADK agents via A2A (#188) (3897ee9)
  • A2A integration: add toA2a util function (#205) (b7043ab)

Bug Fixes

  • Add option to start ADK API server on free random port. (#197) (b8b92bf)
  • Print error message when port for ADK API server already in use (#207) (8164857)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @google/adk bumped from ^0.5.0 to ^0.6.0

What's Changed

New Contributors

Full Changelog: adk-v0.5.0...devtools-v0.6.0

adk: v0.6.0

25 Mar 23:12
393cbd2

Choose a tag to compare

0.6.0 (2026-03-23)

Features

Bug Fixes

  • a2a integration: use right enum values for agent card transport types. (#212) (b00cef7)
  • a2a support videometadata during part convertion (#198) (7b36f48)
  • persist session state correctly to not lose prev data. (#209) (dbfa367)
  • prevent path traversal in FileArtifactService (CWE-22) (#210) (8c0eaa1)
  • Print error message when port for ADK API server already in use (#207) (8164857)
  • stop droping all existing tables in schema during sesstion db initialisation (#195) (40a9f14)
  • use llmAgent instruction when root agent is not llmAgent (#208) (b3c677c)

What's Changed

New Contributors

Full Changelog: adk-v0.5.0...adk-v0.6.0

main: v0.5.0

09 Mar 23:07
1a012d2

Choose a tag to compare

0.5.0 (2026-03-09)

Breaking Changes

  • CallbackContext and ToolContext are unified into a single Context class. It is a drop-in replacement for both.

Features

  • Add ability to prefix toolsets to avoid tool name conflicts (#184) (95837b2)
  • implement ExitLoopTool similar to Python and Java ADK equivalent (#170) (258998f)
  • integrate with ADK conformance tests (#168) (3a7c012)

Bug Fixes

  • Correct compiler options in build setup integration tests (#180) (fb28801)
  • Lazy load MikroORM drivers to avoid errors when not used. (#183) (9cb726f)

devtools: v0.5.0

09 Mar 23:07
1a012d2

Choose a tag to compare

0.5.0 (2026-03-09)

Features

  • integrate with ADK conformance tests (#168) (3a7c012)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @google/adk bumped from ^0.4.0 to ^0.5.0

adk: v0.5.0

09 Mar 23:07
1a012d2

Choose a tag to compare

0.5.0 (2026-03-09)

Features

  • Add ability to prefix toolsets to avoid tool name conflicts (#184) (95837b2)
  • implement ExitLoopTool similar to Python and Java ADK equivalent (#170) (258998f)
  • integrate with ADK conformance tests (#168) (3a7c012)

Bug Fixes

  • Lazy load MikroORM drivers to avoid errors when not used. (#183) (9cb726f)

main: v0.4.0

25 Feb 23:48
e95ecb4

Choose a tag to compare

0.4.0 (2026-02-25)

Features

  • Add ADK CLI version command. (#115) (871be23)
  • Add ApigeeLlm to the typescript ADK (#125) (9e42b25)
  • add database session service (b3c38fe)
  • flip ADK CLI to be ESM native instead of CommonJS. (#113) (1eb443e)

Bug Fixes

  • handle state and state delta request body params in ADK API server. (#117) (9aeb1f6)
  • use isBaseTool | isLlmAgent instead of instanceof keyword. (#116) (cc4d67b)