Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "1.4.0",
"core": "1.4.0",
"dev": "1.4.0",
"integrations": "1.4.0"
".": "1.4.1",
"core": "1.4.1",
"dev": "1.4.1",
"integrations": "1.4.1"
}
15 changes: 15 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.4.1](https://github.com/google/adk-js/compare/adk-v1.4.0...adk-v1.4.1) (2026-07-23)


### Features

* Implement Anchored Iterative Summarization in adk-js context compactors ([#470](https://github.com/google/adk-js/issues/470)) ([85d0321](https://github.com/google/adk-js/commit/85d03217663214ec89da5ddbe71c433fcee29ac4))
* Port LoopAgent live streaming support (runLiveImpl) to TypeScript ([#504](https://github.com/google/adk-js/issues/504)) ([312b463](https://github.com/google/adk-js/commit/312b463e7861b6a353c4ad6822239e67db123334))
* scope global instructions using GlobalInstructionPlugin (parity with adk-python b/425992518) ([#507](https://github.com/google/adk-js/issues/507)) ([c9089be](https://github.com/google/adk-js/commit/c9089be394e0419112653d439841f299b7a265b4))
* Upgrade branch string matching to Trie search structure in content_processor_utils.ts ([#509](https://github.com/google/adk-js/issues/509)) ([c10ccd6](https://github.com/google/adk-js/commit/c10ccd61e67f5eb55941eace7b3a6b902dd65059))


### Bug Fixes

* Artifact Saving Message Part Replacement & LLM Exposure (TODO b/425992518) ([#515](https://github.com/google/adk-js/issues/515)) ([24bb8e9](https://github.com/google/adk-js/commit/24bb8e92858a9e23d419948bca465fa24fc3328c))

## [1.4.0](https://github.com/google/adk-js/compare/adk-v1.3.0...adk-v1.4.0) (2026-07-20)


Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/adk",
"version": "1.4.0",
"version": "1.4.1",
"description": "Google ADK JS",
"author": "Google",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion core/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

// version: major.minor.patch
export const version = '1.4.0'; // x-release-please-version
export const version = '1.4.1'; // x-release-please-version
14 changes: 14 additions & 0 deletions dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.1](https://github.com/google/adk-js/compare/devtools-v1.4.0...devtools-v1.4.1) (2026-07-23)


### Miscellaneous Chores

* **devtools:** Synchronize adk versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/adk bumped from ^1.4.0 to ^1.4.1

## [1.4.0](https://github.com/google/adk-js/compare/devtools-v1.3.0...devtools-v1.4.0) (2026-07-20)


Expand Down
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/adk-devtools",
"version": "1.4.0",
"version": "1.4.1",
"description": "Google ADK JS Development Tools",
"author": "Google",
"license": "Apache-2.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"@google/adk": "^1.4.0",
"@google/adk": "^1.4.1",
"@mikro-orm/mariadb": "^6.6.6",
"@mikro-orm/mssql": "^6.6.6",
"@mikro-orm/mysql": "^6.6.6",
Expand Down
2 changes: 1 addition & 1 deletion dev/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

// version: major.minor.patch
export const version = '1.4.0'; // x-release-please-version
export const version = '1.4.1'; // x-release-please-version
14 changes: 14 additions & 0 deletions integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.1](https://github.com/google/adk-js/compare/integrations-v1.4.0...integrations-v1.4.1) (2026-07-23)


### Miscellaneous Chores

* **integrations:** Synchronize adk versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/adk bumped from ^1.4.0 to ^1.4.1

## [1.4.0](https://github.com/google/adk-js/compare/integrations-v1.3.0...integrations-v1.4.0) (2026-07-20)


Expand Down
4 changes: 2 additions & 2 deletions integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/adk-integrations",
"version": "1.4.0",
"version": "1.4.1",
"description": "Google ADK JS Integrations",
"author": "Google",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,6 +40,6 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@google/adk": "^1.4.0"
"@google/adk": "^1.4.1"
}
}
2 changes: 1 addition & 1 deletion integrations/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

// version: major.minor.patch
export const version = '1.4.0'; // x-release-please-version
export const version = '1.4.1'; // x-release-please-version
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adk",
"version": "1.4.0",
"version": "1.4.1",
"description": "Google ADK JS",
"author": "Google",
"license": "Apache-2.0",
Expand Down
Loading