Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.2"
".": "0.5.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0](https://github.com/adcontextprotocol/adcp-client/compare/v0.4.2...v0.5.0) (2025-10-17)


### ⚠ BREAKING CHANGES

* Updated to AdCP v2.0.0 schemas with structured FormatID. Format discovery now returns FormatID objects instead of strings.

### Features

* add creative agent support and update to AdCP v2.0.0 schemas ([#45](https://github.com/adcontextprotocol/adcp-client/issues/45)) ([6fe3dea](https://github.com/adcontextprotocol/adcp-client/commit/6fe3dea220067d73b760b64eac13630b3ef9b67b))
* add generative creative support (AdCP v2.0.0) - dynamic schema management ([#43](https://github.com/adcontextprotocol/adcp-client/issues/43)) ([b141533](https://github.com/adcontextprotocol/adcp-client/commit/b1415335ba17b06a5aaafd040120ed98f376e067))
* enforce strict FormatID typing and remove deprecated fields ([#44](https://github.com/adcontextprotocol/adcp-client/issues/44)) ([af32459](https://github.com/adcontextprotocol/adcp-client/commit/af32459fc07a971953b2dbda92be70df70a98513))


### Bug Fixes

* improve UI error handling and add webhook support ([#41](https://github.com/adcontextprotocol/adcp-client/issues/41)) ([08dfe52](https://github.com/adcontextprotocol/adcp-client/commit/08dfe528143583797491830c6051937e107287e0))
* support dynamic agents added via UI ([#40](https://github.com/adcontextprotocol/adcp-client/issues/40)) ([ec3b9d1](https://github.com/adcontextprotocol/adcp-client/commit/ec3b9d1cf2e2bec68e91e17f3f5b5b365edf9893))

## [0.4.2](https://github.com/adcontextprotocol/adcp-client/compare/v0.4.1...v0.4.2) (2025-10-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adcp/client",
"version": "2.0.0",
"version": "0.5.0",
"description": "AdCP client library with protocol support for MCP and A2A, includes testing framework",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down