diff --git a/.changeset/release-mmsqdfxi.md b/.changeset/release-mmsqdfxi.md deleted file mode 100644 index 4bab1e1..0000000 --- a/.changeset/release-mmsqdfxi.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Network idle detection for cached pages** - Fixed an issue where `poll_network_idle` could return immediately when no network events were observed (e.g. pages served from cache). The idle timer is now only satisfied after a consistent **500 ms idle period** has elapsed, preventing false-positive idle detection. The core polling logic has also been extracted into a standalone `poll_network_idle` function to improve testability (#847) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11acc0..67f0b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # agent-browser +## 0.20.13 + +### Patch Changes + +- eda956b: ### Bug Fixes + + - **Network idle detection for cached pages** - Fixed an issue where `poll_network_idle` could return immediately when no network events were observed (e.g. pages served from cache). The idle timer is now only satisfied after a consistent **500 ms idle period** has elapsed, preventing false-positive idle detection. The core polling logic has also been extracted into a standalone `poll_network_idle` function to improve testability (#847) + ## 0.20.12 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 49afaee..3d72ae0 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.12" +version = "0.20.13" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2e46ed3..172816f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.12" +version = "0.20.13" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index f63adf2..ce8d01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.12", + "version": "0.20.13", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [