diff --git a/.changeset/release-mmrwab5f.md b/.changeset/release-mmrwab5f.md deleted file mode 100644 index 9176fa4..0000000 --- a/.changeset/release-mmrwab5f.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Restored WebSocket streaming** - Fixed broken WebSocket streaming in the native daemon by keeping the **StreamServer** instance alive so the broadcast channel remains open, and ensuring CDP session IDs and connection status are correctly propagated to stream clients (#826) -- **Filtered internal Chrome targets** - Fixed auto-connect discovery incorrectly attempting to attach to Chrome-internal pages (e.g. `chrome://`, `chrome-extension://`, `devtools://` URLs), which could cause unexpected connection failures (#827) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6002ae6..69979f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # agent-browser +## 0.20.10 + +### Patch Changes + +- a3d9662: ### Bug Fixes + + - **Restored WebSocket streaming** - Fixed broken WebSocket streaming in the native daemon by keeping the **StreamServer** instance alive so the broadcast channel remains open, and ensuring CDP session IDs and connection status are correctly propagated to stream clients (#826) + - **Filtered internal Chrome targets** - Fixed auto-connect discovery incorrectly attempting to attach to Chrome-internal pages (e.g. `chrome://`, `chrome-extension://`, `devtools://` URLs), which could cause unexpected connection failures (#827) + ## 0.20.9 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 25373f1..deeaf6d 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.9" +version = "0.20.10" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ebb5693..d22612b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.9" +version = "0.20.10" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 097f8dc..f9f4ace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.9", + "version": "0.20.10", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [