From 136951f560139890976b50be34b491440903e6a1 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:43:39 +0000 Subject: [PATCH 1/3] chore(main): release 8.0.0-rc.2 --- .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 ac86c829..93ce76d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0-rc.2" + ".": "8.0.0-rc.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 058eb17b..fd26e030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.0.0-rc.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0-rc.2...v8.0.0-rc.2) (2026-08-16) + + +### ⚠ BREAKING CHANGES + +* **identity:** create_roster_account_store now requires an authorize callback. + +### Bug Fixes + +* **identity:** enforce tenant and credential isolation ([#1001](https://github.com/adcontextprotocol/adcp-client-python/issues/1001)) ([95a3a6e](https://github.com/adcontextprotocol/adcp-client-python/commit/95a3a6e0540bd89ce6a34c055072ca96ef21513e)) +* **release:** harden version 7 for stable release ([6fca33c](https://github.com/adcontextprotocol/adcp-client-python/commit/6fca33c9f13af41b1b3b698792e54437fc52e445)) + ## [7.0.0-rc.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0-rc.1...v7.0.0-rc.2) (2026-08-13) diff --git a/pyproject.toml b/pyproject.toml index 99c2e98a..3d367005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "7.0.0rc2" +version = "8.0.0-rc.2" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 2b8b859f572c1dcd3c121dc74b4f27ac3ee213d0 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Sun, 16 Aug 2026 16:43:51 +0000 Subject: [PATCH 2/3] 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 3d367005..a541c8c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-rc.2" +version = "8.0.0rc2" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 581f98ed16047cb9fb9c8d8c983b91e03d527e09 Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Sun, 16 Aug 2026 18:45:51 +0200 Subject: [PATCH 3/3] chore(release): correct stable 7.0.0 version --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93ce76d6..aeda91d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-rc.2" + ".": "7.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd26e030..7b005c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog -## [8.0.0-rc.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0-rc.2...v8.0.0-rc.2) (2026-08-16) +## [7.0.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0-rc.2...v7.0.0) (2026-08-16) ### ⚠ BREAKING CHANGES * **identity:** create_roster_account_store now requires an authorize callback. +* **decisioning:** a custom executor now requires an explicit timed_sync_get_products_limit. +* **signing:** PostgreSQL-backed idempotency now requires a distinct lock pool. ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a541c8c4..b2895da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0rc2" +version = "7.0.0" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}