Skip to content

Commit 04a1200

Browse files
chore(main): release 3.10.0
1 parent 523ea20 commit 04a1200

4 files changed

Lines changed: 19 additions & 3 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-
".": "3.9.1"
2+
".": "3.10.0"
33
}

CHANGELOG.md

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

3+
## [3.10.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.9.1...v3.10.0) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* add RC2 governance support and full spec coverage ([523ea20](https://github.com/adcontextprotocol/adcp-client-python/commit/523ea204d3a137480681cbf13dd0005517e3a3d9))
9+
* filter MCP tools by handler type, add webhook replay protection ([ae7f378](https://github.com/adcontextprotocol/adcp-client-python/commit/ae7f3781069b09e9f583bb010c3848c6ba7b19a2))
10+
11+
12+
### Bug Fixes
13+
14+
* address PR review feedback (FieldModel collision, handler boilerplate, deprecation aliases) ([b9eac61](https://github.com/adcontextprotocol/adcp-client-python/commit/b9eac61a1a76a295c7a2cd31fb92d40487dfee7d))
15+
* replace TypeAdapter with model_validate, tighten slug regex ([103d616](https://github.com/adcontextprotocol/adcp-client-python/commit/103d6168374feeace1630eb442e8df7f5469a426))
16+
* require webhook headers when secret configured, restrict unknown handler tools ([12f1080](https://github.com/adcontextprotocol/adcp-client-python/commit/12f1080106cdd2e962bc7cf544b6c9bb23cb42dd))
17+
* walk MRO for tool filtering, add tool name validation ([39985e5](https://github.com/adcontextprotocol/adcp-client-python/commit/39985e51153c125866ee354ac5862f0eb525362f))
18+
319
## [3.9.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.9.0...v3.9.1) (2026-03-16)
420

521

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 = "3.9.1"
7+
version = "3.10.0"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

src/adcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
get_adcp_signed_headers_for_webhook,
384384
)
385385

386-
__version__ = "3.9.1"
386+
__version__ = "3.10.0"
387387

388388

389389
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)