diff --git a/.changeset/release-mmqvuqiu.md b/.changeset/release-mmqvuqiu.md deleted file mode 100644 index 84685fc..0000000 --- a/.changeset/release-mmqvuqiu.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Broadcast channel lag handling** - Fixed an issue where **broadcast channel lag** errors were incorrectly treated as stream closure, causing premature termination of event listeners in reload, response body, download, and navigation wait operations. Lagged messages are now skipped and the loop continues instead of breaking (#797) - -### Improvements - -- Removed unused **pnpm setup** steps from the `global-install` CI job, simplifying the workflow configuration (#798) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8533fd8..4343c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # agent-browser +## 0.20.4 + +### Patch Changes + +- e2ebde2: ### Bug Fixes + + - **Broadcast channel lag handling** - Fixed an issue where **broadcast channel lag** errors were incorrectly treated as stream closure, causing premature termination of event listeners in reload, response body, download, and navigation wait operations. Lagged messages are now skipped and the loop continues instead of breaking (#797) + + ### Improvements + + - Removed unused **pnpm setup** steps from the `global-install` CI job, simplifying the workflow configuration (#798) + ## 0.20.3 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index dea6a0b..8656fc6 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.3" +version = "0.20.4" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 912beee..62cdc39 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.3" +version = "0.20.4" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 26db46c..a821cb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.3", + "version": "0.20.4", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [