From 0bd4da6748cdeef8df9571a9a84f4d45516f8997 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:41:26 +0000 Subject: [PATCH 1/2] chore(main): release 8.0.0-beta.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff078267a..28d886a71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.9" + ".": "8.0.0-beta.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07cab2649..6d7b4aa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [8.0.0-beta.10](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.9...v8.0.0-beta.10) (2026-08-26) + + +### Bug Fixes + +* **sdk:** complete object union and structured error handling ([#1093](https://github.com/adcontextprotocol/adcp-client-python/issues/1093)) ([337d0d8](https://github.com/adcontextprotocol/adcp-client-python/commit/337d0d853a50355e1e86fc28f48388703127ef8b)) +* **webhooks:** validate outbox worker configuration ([e1d3b45](https://github.com/adcontextprotocol/adcp-client-python/commit/e1d3b45a787c42106a203a1b461b339330204ea9)) +* **webhooks:** validate outbox worker configuration ([8a8d98d](https://github.com/adcontextprotocol/adcp-client-python/commit/8a8d98dc5d59a4aa9b2279cdd19b0bccd47485f4)) + ## [8.0.0-beta.9](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.8...v8.0.0-beta.9) (2026-08-25) diff --git a/pyproject.toml b/pyproject.toml index 595c206a4..899add494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b9" +version = "8.0.0-beta.10" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 15636d3a6cc7252f7bc887b7a875afa8c24f1a42 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Wed, 26 Aug 2026 09:41:40 +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 899add494..a0cf42fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0-beta.10" +version = "8.0.0b10" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}