Skip to content

Commit ee62e59

Browse files
chore(main): release 5.6.0 (#740)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7904f85 commit ee62e59

3 files changed

Lines changed: 20 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.5.0"
2+
".": "5.6.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+
## [5.6.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v5.5.0...v5.6.0) (2026-05-19)
4+
5+
6+
### Features
7+
8+
* **auth:** per-instance discovery_tools override for BearerTokenAuth ([#743](https://github.com/adcontextprotocol/adcp-client-python/issues/743)) ([76d0673](https://github.com/adcontextprotocol/adcp-client-python/commit/76d067344390693f811d412b7d4deea64e0e2633))
9+
10+
11+
### Bug Fixes
12+
13+
* **types:** open Format.assets discriminated union with UnknownFormatAsset fallback arm (issue [#742](https://github.com/adcontextprotocol/adcp-client-python/issues/742)) ([#744](https://github.com/adcontextprotocol/adcp-client-python/issues/744)) ([7904f85](https://github.com/adcontextprotocol/adcp-client-python/commit/7904f85ca0a9241977fb70e782a687425a4a7565))
14+
* **types:** resolve capability sub-models via field annotation, not numbered names ([#745](https://github.com/adcontextprotocol/adcp-client-python/issues/745)) ([b63c7e6](https://github.com/adcontextprotocol/adcp-client-python/commit/b63c7e6bf4df453ad40760e70fd638080deecdfa))
15+
16+
17+
### Documentation
18+
19+
* **decisioning:** document AccountStore.resolve() as the multi-tenant encoding seam ([#739](https://github.com/adcontextprotocol/adcp-client-python/issues/739)) ([0b30743](https://github.com/adcontextprotocol/adcp-client-python/commit/0b30743818c0b3c85ce2ddb05f4305badbe6504f))
20+
321
## [5.5.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v5.4.0...v5.5.0) (2026-05-14)
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 = "5.5.0"
7+
version = "5.6.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)