Skip to content

Commit 169b7c2

Browse files
chore(main): release 7.0.0-beta.7
1 parent 9782830 commit 169b7c2

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.3.0-beta.7"
2+
".": "7.0.0-beta.7"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [7.0.0-beta.7](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0-beta.7...v7.0.0-beta.7) (2026-06-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **server:** Debug endpoints now fail closed when enable_debug_endpoints=True unless callers pass debug_validate_request= or explicitly set debug_public=True for local/test deployments.
9+
10+
### Features
11+
12+
* **protocol:** support AdCP 3.1.0-rc.8 ([#912](https://github.com/adcontextprotocol/adcp-client-python/issues/912)) ([9782830](https://github.com/adcontextprotocol/adcp-client-python/commit/9782830499d2ac8dbec62a4070b866bfc173b804))
13+
* **server:** harden MCP session lifecycle ([#908](https://github.com/adcontextprotocol/adcp-client-python/issues/908)) ([caa2735](https://github.com/adcontextprotocol/adcp-client-python/commit/caa273531422f20298192f5dd7e33f36b8e02db4))
14+
315
## [6.3.0-beta.7](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0-beta.6...v6.3.0-beta.7) (2026-05-30)
416

517
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "adcp"
7-
version = "6.3.0b7"
7+
version = "7.0.0-beta.7"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

0 commit comments

Comments
 (0)