diff --git a/.changeset/release-mmqsr0vr.md b/.changeset/release-mmqsr0vr.md deleted file mode 100644 index 9163b7f..0000000 --- a/.changeset/release-mmqsr0vr.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Chrome launch retry** - Chrome will now retry launching up to 3 times with a 500ms delay between attempts, improving resilience against transient startup failures (#791) -- **Remote CDP snapshot hang** - Resolved an issue where snapshots would hang indefinitely over remote CDP (WSS) connections by removing WebSocket message and frame size limits to accommodate large responses (e.g. `Accessibility.getFullAXTree`), accepting binary frames from remote proxies such as Browserless, and immediately clearing pending commands when the connection closes rather than waiting for the 30-second timeout (#792) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808abc4..8533fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # agent-browser +## 0.20.3 + +### Patch Changes + +- e365909: ### Bug Fixes + + - **Chrome launch retry** - Chrome will now retry launching up to 3 times with a 500ms delay between attempts, improving resilience against transient startup failures (#791) + - **Remote CDP snapshot hang** - Resolved an issue where snapshots would hang indefinitely over remote CDP (WSS) connections by removing WebSocket message and frame size limits to accommodate large responses (e.g. `Accessibility.getFullAXTree`), accepting binary frames from remote proxies such as Browserless, and immediately clearing pending commands when the connection closes rather than waiting for the 30-second timeout (#792) + ## 0.20.2 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index af6c327..dea6a0b 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.2" +version = "0.20.3" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5f9f50b..912beee 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.2" +version = "0.20.3" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 6d5ba6e..26db46c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.2", + "version": "0.20.3", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [