Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.0.0-rc.2"
".": "7.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [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

* **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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "adcp"
version = "7.0.0rc2"
version = "7.0.0"
description = "Official Python client for the Ad Context Protocol (AdCP)"
authors = [
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}
Expand Down
Loading