From becd5d35deddaed5c750a3e42885fe11b49a755c Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 18:11:43 +0000 Subject: [PATCH 1/2] chore(main): release 8.0.0-beta.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c112d007..5a5cf80b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.5" + ".": "8.0.0-beta.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d25c62237..1e51fbdd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [8.0.0-beta.6](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.5...v8.0.0-beta.6) (2026-08-21) + + +### Features + +* **compat:** add legacy purchase continuation coordinator ([#1059](https://github.com/adcontextprotocol/adcp-client-python/issues/1059)) ([f2f1dc0](https://github.com/adcontextprotocol/adcp-client-python/commit/f2f1dc027e712e8b75c9118bb0db937eb0a1d720)) +* **compat:** harden continuation ledger lifecycle ([#1061](https://github.com/adcontextprotocol/adcp-client-python/issues/1061)) ([930368e](https://github.com/adcontextprotocol/adcp-client-python/commit/930368ee3e02fc1a3f8d3b76597116e3aaed830d)) + + +### Bug Fixes + +* **compat:** harden legacy purchase continuation recovery ([#1060](https://github.com/adcontextprotocol/adcp-client-python/issues/1060)) ([fb89aa0](https://github.com/adcontextprotocol/adcp-client-python/commit/fb89aa0824151a51cb97ed8dd1052c974b82ae58)) +* **compat:** preserve continuation replay fences ([#1062](https://github.com/adcontextprotocol/adcp-client-python/issues/1062)) ([be71316](https://github.com/adcontextprotocol/adcp-client-python/commit/be713161efb93b343e1be1b60a68b568bdcbd722)) +* **compat:** reject unfingerprinted continuation writes ([#1063](https://github.com/adcontextprotocol/adcp-client-python/issues/1063)) ([e813092](https://github.com/adcontextprotocol/adcp-client-python/commit/e8130924ce8319e11b616ad0877031e5fa14c06a)) +* **sdk:** address beta testing and migration gaps ([#1056](https://github.com/adcontextprotocol/adcp-client-python/issues/1056)) ([16e6bbb](https://github.com/adcontextprotocol/adcp-client-python/commit/16e6bbb3165b6277902cbaae079a00d3bc82ba85)) + ## [8.0.0-beta.5](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.4...v8.0.0-beta.5) (2026-08-19) diff --git a/pyproject.toml b/pyproject.toml index 72f96ae4c..2b83efc9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b5" +version = "8.0.0-beta.6" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From ea721be3f56226d577ba1e179288d5a78c68fc11 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Fri, 21 Aug 2026 18:11:57 +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 2b83efc9e..f38c00e6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-beta.6" +version = "8.0.0b6" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}