From 7e90c05e5764a83af34e9029d85261398a67c151 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 05:32:11 +0000 Subject: [PATCH 1/2] chore(main): release 8.0.0-beta.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ddaced514..468c50524 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.3" + ".": "8.0.0-beta.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c95cd113..36532e893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.0.0-beta.4](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.3...v8.0.0-beta.4) (2026-08-19) + + +### Bug Fixes + +* **ci:** skip Ladon for release bot PRs ([#1030](https://github.com/adcontextprotocol/adcp-client-python/issues/1030)) ([07ca85b](https://github.com/adcontextprotocol/adcp-client-python/commit/07ca85ba29f42fce5485a0cafa65f68a9700e9fe)) + + +### Performance Improvements + +* **server:** reduce MCP schema expansion cost ([#1043](https://github.com/adcontextprotocol/adcp-client-python/issues/1043)) ([a81adc7](https://github.com/adcontextprotocol/adcp-client-python/commit/a81adc78b4b36bf6bdb77e4cdf3ba40da65ce43f)) + ## [8.0.0-beta.3](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.2...v8.0.0-beta.3) (2026-08-18) SDK 8 beta release notes are cumulative. Adopters upgrading from SDK 7 should diff --git a/pyproject.toml b/pyproject.toml index 15ef81bc4..1eedec105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b3" +version = "8.0.0-beta.4" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From fc8b780921bdbac1d10e9e9a283aff79e1c8b043 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Wed, 19 Aug 2026 05:32:24 +0000 Subject: [PATCH 2/2] chore: normalize prerelease version to PEP 440 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eedec105..e1d56d2d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-beta.4" +version = "8.0.0b4" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}