diff --git a/.changeset/ambrosial-anaconda-of-blizzard.md b/.changeset/ambrosial-anaconda-of-blizzard.md deleted file mode 100644 index edf7cbe8..00000000 --- a/.changeset/ambrosial-anaconda-of-blizzard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Enable access to iframes on api diff --git a/.changeset/daffy-rapid-turaco.md b/.changeset/daffy-rapid-turaco.md deleted file mode 100644 index 4767deb0..00000000 --- a/.changeset/daffy-rapid-turaco.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix parsing schema for extract with no arguments (full page extract) diff --git a/.changeset/masterful-amiable-leopard.md b/.changeset/masterful-amiable-leopard.md deleted file mode 100644 index 07065b4f..00000000 --- a/.changeset/masterful-amiable-leopard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Add support for claude 4 sonnet in agent & remove all images but the last two from anthropic cua client diff --git a/.changeset/sceptical-mutant-shrew.md b/.changeset/sceptical-mutant-shrew.md deleted file mode 100644 index cd16941a..00000000 --- a/.changeset/sceptical-mutant-shrew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix error in press_key act util function diff --git a/.changeset/warping-colorful-shellfish.md b/.changeset/warping-colorful-shellfish.md deleted file mode 100644 index 9b3292ac..00000000 --- a/.changeset/warping-colorful-shellfish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Patch issue with passing a created session_id to init on api mode diff --git a/.changeset/woodoo-frog-of-growth.md b/.changeset/woodoo-frog-of-growth.md deleted file mode 100644 index f02d98b1..00000000 --- a/.changeset/woodoo-frog-of-growth.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -fix logging param name diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bdac34..012e6120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Stagehand Python Changelog +## 0.5.0 + +### Minor Changes +[#167](https://github.com/browserbase/stagehand-python/pull/167) [`76669f0`](https://github.com/browserbase/stagehand-python/commit/76669f0) Thanks @miguelg719! - Enable access to iframes on api + +### Patch Changes + +[#168](https://github.com/browserbase/stagehand-python/pull/168) [`a7d8c5e`](https://github.com/browserbase/stagehand-python/commit/a7d8c5e) Thanks @miguelg719! - Patch issue with passing a created session_id to init on api mode +[#155](https://github.com/browserbase/stagehand-python/pull/155) [`8d55709`](https://github.com/browserbase/stagehand-python/commit/8d55709) Thanks @Zach10za! - Fix error in press_key act util function +[#158](https://github.com/browserbase/stagehand-python/pull/158) [`426df10`](https://github.com/browserbase/stagehand-python/commit/426df10) Thanks @miguelg719! - Fix parsing schema for extract with no arguments (full page extract) +[#166](https://github.com/browserbase/stagehand-python/pull/166) [`15fd40b`](https://github.com/browserbase/stagehand-python/commit/15fd40b) Thanks @filip-michalsky! - fix logging param name +[#159](https://github.com/browserbase/stagehand-python/pull/159) [`cd3dc7f`](https://github.com/browserbase/stagehand-python/commit/cd3dc7f) Thanks @tkattkat! - Add support for claude 4 sonnet in agent & remove all images but the last two from anthropic cua client + ## 0.4.1 ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index e2bd8981..f894f9f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.4.1" +version = "0.5.0" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]