Skip to content

Release: v1.3.0#407

Merged
kalenkevich merged 1 commit into
mainfrom
release-please--branches--main
Jun 23, 2026
Merged

Release: v1.3.0#407
kalenkevich merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@kalenkevich

@kalenkevich kalenkevich commented Jun 3, 2026

Copy link
Copy Markdown
Collaborator

Automated Release PR

adk: 1.3.0

1.3.0 (2026-06-22)

Features

  • add --reload_agents flag to watch agent files for changes (#304) (b420284)
  • core: Support Gemini 2.5 and 3.x Live Models in ADK JS (#409) (92ca9d2)
  • enable concurrent replacement with key deduplication (#432) (98de23e)
  • introduce Skills Registry Core interface, Zip Extraction, and local Toolset caching fallbacks (PR 1) (#422) (26ba26a)
  • openapi: implement rest api tool (part 3) (#386) (02e84dc)
  • openapi: implement spec operation parser and auth handler (part 2) (#385) (8adf05e)
  • skills: Dynamic SearchSkillsTool for LLM Agents (Skills Registry Part 3) (#424) (a41c62c)
  • skills: Remote GCP Skills Registry Integration & E2E Tests (Skills Registry Part 2) (#423) (33401e8)
  • Use AuthPreprocessor in LlmAgent (#444) (2ccb8b0)

Bug Fixes

  • Filter temporary state keys on session creation in TS ADK (#406) (04968b7)
  • Fix state mutation bad practice in content_processor_utils.ts (#430) (7f2037e)
  • keep session event keys mysql index-safe (#437) (7956766)
  • replace any with proper AuthConfig type in EventActions (#405) (4172398)
  • resolve infinite loop when combining outputSchema and tools also added unit tests (#412) (deaeffe)
  • streaming: prevent prototype pollution via model-controlled JSON path (#410) (9008353)
  • streaming: suppress trailing empty STOP chunks with zero parts in SSE streaming (#426) (c95cb9b)
devtools: 1.3.0

1.3.0 (2026-06-22)

Features

  • add --reload_agents flag to watch agent files for changes (#304) (b420284)
  • cli: deploy agent engine to Artifact Registry instead of GCR (Agent Engine Deployment Artifact registry fix part 2) (#441) (92ceb87)
  • devtools: add Reasoning Engine server compatibility routes and headers parser (Agent Engine Deployment Artifact registry fix part 1) (#440) (fd94e49)
  • download ADK Web assets dynamically and serve from shared folder (#427) (b8ee5d8)

Bug Fixes

  • update default server port from 8000 to 8080 (#439) (9f03632)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @google/adk bumped from ^1.2.0 to ^1.3.0
main: 1.3.0

1.3.0 (2026-06-22)

Features

  • add --reload_agents flag to watch agent files for changes (#304) (b420284)
  • cli: deploy agent engine to Artifact Registry instead of GCR (Agent Engine Deployment Artifact registry fix part 2) (#441) (92ceb87)
  • core: Support Gemini 2.5 and 3.x Live Models in ADK JS (#409) (92ca9d2)
  • devtools: add Reasoning Engine server compatibility routes and headers parser (Agent Engine Deployment Artifact registry fix part 1) (#440) (fd94e49)
  • download ADK Web assets dynamically and serve from shared folder (#427) (b8ee5d8)
  • enable concurrent replacement with key deduplication (#432) (98de23e)
  • introduce Skills Registry Core interface, Zip Extraction, and local Toolset caching fallbacks (PR 1) (#422) (26ba26a)
  • openapi: implement rest api tool (part 3) (#386) (02e84dc)
  • openapi: implement spec operation parser and auth handler (part 2) (#385) (8adf05e)
  • skills: Dynamic SearchSkillsTool for LLM Agents (Skills Registry Part 3) (#424) (a41c62c)
  • skills: Remote GCP Skills Registry Integration & E2E Tests (Skills Registry Part 2) (#423) (33401e8)
  • Use AuthPreprocessor in LlmAgent (#444) (2ccb8b0)

Bug Fixes

  • Filter temporary state keys on session creation in TS ADK (#406) (04968b7)
  • Fix state mutation bad practice in content_processor_utils.ts (#430) (7f2037e)
  • keep session event keys mysql index-safe (#437) (7956766)
  • replace any with proper AuthConfig type in EventActions (#405) (4172398)
  • resolve infinite loop when combining outputSchema and tools also added unit tests (#412) (deaeffe)
  • streaming: prevent prototype pollution via model-controlled JSON path (#410) (9008353)
  • streaming: suppress trailing empty STOP chunks with zero parts in SSE streaming (#426) (c95cb9b)
  • update default server port from 8000 to 8080 (#439) (9f03632)

This PR was generated with Release Please. See documentation.

@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch from d7134c9 to 5cb9dcc Compare June 8, 2026 21:49
@kalenkevich kalenkevich changed the title Release: v1.2.1 Release: v1.3.0 Jun 8, 2026
@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch 5 times, most recently from 21f33fc to e4fd3c1 Compare June 9, 2026 01:28
@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch 7 times, most recently from 3b454c9 to 99e6cce Compare June 17, 2026 17:57
@tSte

tSte commented Jun 18, 2026

Copy link
Copy Markdown

@kalenkevich @Varun-S10 do you think you could fit #343 into this release? Can I do anything to get this PR reviewed? Thank you.

@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch from 99e6cce to 8d39100 Compare June 18, 2026 21:41
@kalenkevich

Copy link
Copy Markdown
Collaborator Author

@kalenkevich @Varun-S10 do you think you could fit #343 into this release? Can I do anything to get this PR reviewed? Thank you.

Can you please answer on #342 as maybe we does need that fix at all

@tSte

tSte commented Jun 19, 2026

Copy link
Copy Markdown

@kalenkevich @Varun-S10 do you think you could fit #343 into this release? Can I do anything to get this PR reviewed? Thank you.

Can you please answer on #342 as maybe we does need that fix at all

You're right, Object.assign does the trick, albeit this should be IMO at least documented somewhere.

BTW here's #445 implementation for runLive and runLiveFlow to address #239. I tested it on our gemini 3.1 live preview agents with audio - seems to work nicely.

@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch 5 times, most recently from a7ad1b7 to e5748fa Compare June 22, 2026 21:11
@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch from e5748fa to 51c722d Compare June 22, 2026 21:14
@kalenkevich
kalenkevich requested a review from AmaadMartin June 22, 2026 22:12
@kalenkevich
kalenkevich merged commit 1d91d64 into main Jun 23, 2026
12 checks passed
@kalenkevich
kalenkevich deleted the release-please--branches--main branch June 23, 2026 17:39
@kalenkevich

Copy link
Copy Markdown
Collaborator Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants