Skip to content

Release: v1.4.0#452

Open
kalenkevich wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

Release: v1.4.0#452
kalenkevich wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@kalenkevich

@kalenkevich kalenkevich commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Automated Release PR

adk: 1.4.0

1.4.0 (2026-07-15)

Features

  • add fileData support to GcsArtifactService (#476) (4bc7086)
  • Cleanup and Generalize determineAgentForResumption for LRO Session Resumption Routing (#490) (f72dcbc)
  • Configurable Client Labels in adk-js (#454) (87e15ec)
  • Group appName, userId, and sessionId into a unified composite session key (#486) (f22e959)
  • Implement Agent-Controlled Compaction (#477) (0aa4d82)
  • Implement Gemini Interaction API in adk-js (#364) (82ed4e1)
  • Implement Trajectory Thought Pruning in adk-js (#451) (584ce87)
  • Internalize removeClientFunctionCallId into content processor in adk-js (#481) (89012ad)
  • Refactor ForwardingArtifactService and introduce SessionArtifactService (#455) (64b18e4)
  • Replace Promise<void> with proper Task type in ActiveStreamingTool Staging (#468) (932d121)
  • Support apps (#489) (fd69b69)

Bug Fixes

  • agents: share the invocation cost manager so maxLlmCalls spans the whole run (#484) (c46d71b)
  • auth: apply SSRF blocklist to OAuth2 token endpoint in fetchOAuth2Tokens (#465) (4953bc4)
  • auth: prevent SSRF credential leak via OAuth2 redirects and block IPv6 [::] (#482) (1c405a4)
  • core: default newMessage role to 'user' when omitted (#475) (#478) (e30c891)
  • core: don't emit empty-parts model content from the stream aggregator (#485) (d1f8e98)
  • core: format object state and Part artifact values as JSON or text in instruction templates (#494) (#495) (ff34add)
  • gate token-based compaction on latest prompt size, not event sum (#474) (ad84b98), closes #473
  • gracefully handle missing function calls during context compaction (#496) (da24221)
  • streaming: supress empty part arrays (#450) (2ff0643)
  • tools: persist exchanged OpenAPI credentials via the State API (#491) (bcf1e27)
  • tools: treat an empty toolFilter array as no filter in BaseToolset (#493) (e5fe7a1)
devtools: 1.4.0

1.4.0 (2026-07-15)

Features

Bug Fixes

  • streaming: supress empty part arrays (#450) (2ff0643)

Dependencies

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

1.4.0 (2026-07-15)

Features

  • integrations: create new top-level integrations package (#449) (a65d05f)

Miscellaneous Chores

Dependencies

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

1.4.0 (2026-07-15)

Features

  • add fileData support to GcsArtifactService (#476) (4bc7086)
  • Cleanup and Generalize determineAgentForResumption for LRO Session Resumption Routing (#490) (f72dcbc)
  • cli: support --agent_engine_id in deploy agent_engine (#487) (ddbe34b)
  • Configurable Client Labels in adk-js (#454) (87e15ec)
  • Group appName, userId, and sessionId into a unified composite session key (#486) (f22e959)
  • Implement Agent-Controlled Compaction (#477) (0aa4d82)
  • Implement Gemini Interaction API in adk-js (#364) (82ed4e1)
  • Implement Trajectory Thought Pruning in adk-js (#451) (584ce87)
  • integrations: create new top-level integrations package (#449) (a65d05f)
  • Internalize removeClientFunctionCallId into content processor in adk-js (#481) (89012ad)
  • Refactor ForwardingArtifactService and introduce SessionArtifactService (#455) (64b18e4)
  • Replace Promise<void> with proper Task type in ActiveStreamingTool Staging (#468) (932d121)
  • Support apps (#489) (fd69b69)

Bug Fixes

  • agents: share the invocation cost manager so maxLlmCalls spans the whole run (#484) (c46d71b)
  • auth: apply SSRF blocklist to OAuth2 token endpoint in fetchOAuth2Tokens (#465) (4953bc4)
  • auth: prevent SSRF credential leak via OAuth2 redirects and block IPv6 [::] (#482) (1c405a4)
  • core: default newMessage role to 'user' when omitted (#475) (#478) (e30c891)
  • core: don't emit empty-parts model content from the stream aggregator (#485) (d1f8e98)
  • core: format object state and Part artifact values as JSON or text in instruction templates (#494) (#495) (ff34add)
  • gate token-based compaction on latest prompt size, not event sum (#474) (ad84b98), closes #473
  • gracefully handle missing function calls during context compaction (#496) (da24221)
  • streaming: supress empty part arrays (#450) (2ff0643)
  • tools: persist exchanged OpenAPI credentials via the State API (#491) (bcf1e27)
  • tools: treat an empty toolFilter array as no filter in BaseToolset (#493) (e5fe7a1)

This PR was generated with Release Please. See documentation.

@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch 3 times, most recently from 154900f to a963d7a Compare July 1, 2026 20:44
@tSte

tSte commented Jul 2, 2026

Copy link
Copy Markdown

@kalenkevich pls take a look if #445 could make it to 1.4.0. TY

@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch from a963d7a to eaaf5c4 Compare July 6, 2026 05:07
@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch 18 times, most recently from a0adc79 to b9450ad Compare July 15, 2026 21:23
@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch 2 times, most recently from baefa37 to 52af46b Compare July 15, 2026 21:53
@kalenkevich
kalenkevich force-pushed the release-please--branches--main branch from 52af46b to 69a6fa1 Compare July 15, 2026 22:04
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.

TokenBasedContextCompactor sums promptTokenCount across events, triggering compaction on call count instead of context size

4 participants