Skip to content

Commit 99496ac

Browse files
authored
Merge pull request #163 from adcontextprotocol/release-please--branches--main
chore(main): release 3.10.0
2 parents f86f6c4 + edc34dc commit 99496ac

4 files changed

Lines changed: 21 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

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

523

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
@@ -385,7 +385,7 @@
385385
get_adcp_signed_headers_for_webhook,
386386
)
387387

388-
__version__ = "3.9.1"
388+
__version__ = "3.10.0"
389389

390390

391391
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)