Skip to content

Commit 140cbd1

Browse files
chore(main): release 5.1.0 (#654)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 976ab4f commit 140cbd1

3 files changed

Lines changed: 17 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-
".": "5.0.0"
2+
".": "5.1.0"
33
}

CHANGELOG.md

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

3+
## [5.1.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v5.0.0...v5.1.0) (2026-05-11)
4+
5+
6+
### Features
7+
8+
* **a2a:** per-request agent-card URL resolution via callable public_url ([#650](https://github.com/adcontextprotocol/adcp-client-python/issues/650)) ([1b4f3e0](https://github.com/adcontextprotocol/adcp-client-python/commit/1b4f3e05bd075b65b334a289fa05403008918796))
9+
* **server:** add spec_compat_hooks() for pre-v3 / pre-4.4 buyer compatibility ([#648](https://github.com/adcontextprotocol/adcp-client-python/issues/648)) ([30690e5](https://github.com/adcontextprotocol/adcp-client-python/commit/30690e54a0298960489e8595c3f5480a401ad00f))
10+
* **server:** TenantRegistry.as_platform() adapter for serve() integration ([#649](https://github.com/adcontextprotocol/adcp-client-python/issues/649)) ([0e396ca](https://github.com/adcontextprotocol/adcp-client-python/commit/0e396ca778ea0a4def1f44d315b0d69b6cc00443))
11+
* **testing:** forward pre_validation_hooks through build_asgi_app ([#655](https://github.com/adcontextprotocol/adcp-client-python/issues/655)) ([2df49c0](https://github.com/adcontextprotocol/adcp-client-python/commit/2df49c03d4c34902c0869a6f25e65488ad303968))
12+
13+
14+
### Bug Fixes
15+
16+
* **decisioning:** wrap pydantic.ValidationError from delegates as INVALID_REQUEST ([#656](https://github.com/adcontextprotocol/adcp-client-python/issues/656)) ([976ab4f](https://github.com/adcontextprotocol/adcp-client-python/commit/976ab4f611c93fcfe461cb5e5028b1a13bb90f0a))
17+
318
## [5.0.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v4.6.1...v5.0.0) (2026-05-10)
419

520

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 = "5.0.0"
7+
version = "5.1.0"
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)