Skip to content

Commit 0f017ed

Browse files
chore(main): release 2.14.0
1 parent 934f437 commit 0f017ed

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [2.14.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.13.0...v2.14.0) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* update schemas ([436f754](https://github.com/adcontextprotocol/adcp-client-python/commit/436f75414e954476f3cf69a0106a3e8f54458a64))
9+
* update webhook handling ([874d170](https://github.com/adcontextprotocol/adcp-client-python/commit/874d170145cea29a88d93bec320dccdef35ba748))
10+
11+
12+
### Bug Fixes
13+
14+
* apply PR suggestion ([cecc2dc](https://github.com/adcontextprotocol/adcp-client-python/commit/cecc2dcc0ff926d1d9d978ed9ffce578f85186dc))
15+
* drop --collapse-root-models option from type gen. Regenerate types ([6cba9ef](https://github.com/adcontextprotocol/adcp-client-python/commit/6cba9efc3b9cdb54835a0c2c35c6eed28efb0bb0))
16+
* format ([aabb322](https://github.com/adcontextprotocol/adcp-client-python/commit/aabb322f98c5565d8d29f1e1a104f16b02656bda))
17+
* format ([1dca6f1](https://github.com/adcontextprotocol/adcp-client-python/commit/1dca6f1bd26ee5046eb7594a5995da600b6d9394))
18+
* format ([83da78d](https://github.com/adcontextprotocol/adcp-client-python/commit/83da78d752efeb27c163a52c383fc6039827bfec))
19+
* handle all authorization types in get_properties_by_agent ([#100](https://github.com/adcontextprotocol/adcp-client-python/issues/100)) ([934f437](https://github.com/adcontextprotocol/adcp-client-python/commit/934f437c9ed260fbd748a2c74a3b4cd0c3bb0bc9))
20+
* regenerate schemas ([4ab4f53](https://github.com/adcontextprotocol/adcp-client-python/commit/4ab4f53be009faf2c7e3e07312d97e0ceebfa7d9))
21+
* tests ([e1664aa](https://github.com/adcontextprotocol/adcp-client-python/commit/e1664aa825b667aa7d0f0f9b3a6daae2a32ffd0e))
22+
* update MCP SDK to >=1.23.2 for streaming stability ([#94](https://github.com/adcontextprotocol/adcp-client-python/issues/94)) ([3c25822](https://github.com/adcontextprotocol/adcp-client-python/commit/3c258225e4e609e018b14dd9c32f9f1d6fcb7b68))
23+
* update verify signature function to work with timestamp ([aaa7c8b](https://github.com/adcontextprotocol/adcp-client-python/commit/aaa7c8be915f890de3129268851ec32e3ec42e63))
24+
* utility functions ([bc47233](https://github.com/adcontextprotocol/adcp-client-python/commit/bc47233e6465f9d23fd6a6c93f5c3af31b7b4173))
25+
326
## [2.13.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.12.2...v2.13.0) (2025-12-07)
427

528

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 = "2.13.0"
7+
version = "2.14.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
@@ -186,7 +186,7 @@
186186
get_adcp_signed_headers_for_webhook,
187187
)
188188

189-
__version__ = "2.13.0"
189+
__version__ = "2.14.0"
190190

191191

192192
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)