Skip to content

chore: release#203

Merged
benbrandt merged 2 commits into
mainfrom
release-plz-2026-06-09T07-49-28Z
Jun 19, 2026
Merged

chore: release#203
benbrandt merged 2 commits into
mainfrom
release-plz-2026-06-09T07-49-28Z

Conversation

@acp-release-bot

@acp-release-bot acp-release-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • agent-client-protocol-derive: 0.14.0 -> 0.15.0
  • agent-client-protocol: 0.14.0 -> 0.15.0 (⚠ API breaking changes)
  • agent-client-protocol-polyfill: 0.14.0 -> 0.15.0 (✓ API compatible changes)
  • agent-client-protocol-rmcp: 0.14.0 -> 0.15.0 (✓ API compatible changes)
  • agent-client-protocol-trace-viewer: 0.14.0 -> 0.15.0 (✓ API compatible changes)
  • agent-client-protocol-conductor: 0.14.0 -> 0.15.0 (✓ API compatible changes)
  • agent-client-protocol-http: 0.1.0
  • agent-client-protocol-cookbook: 0.14.0 -> 0.15.0 (✓ API compatible changes)

agent-client-protocol breaking changes

--- failure copy_impl_added: type now implements Copy ---

Description:
A public type now implements Copy, causing non-move closures to capture it by reference instead of moving it.
        ref: https://github.com/rust-lang/rust/issues/100905
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/copy_impl_added.ron

Failed in:
  agent_client_protocol::role::RemoteStyle in /tmp/.tmp7oYX44/rust-sdk/src/agent-client-protocol/src/role.rs:86

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/function_missing.ron

Failed in:
  function agent_client_protocol::util::into_jsonrpc_error, previously in file /tmp/.tmpKkm0QS/agent-client-protocol/src/util.rs:101

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/module_missing.ron

Failed in:
  mod agent_client_protocol::handler, previously in file /tmp/.tmpKkm0QS/agent-client-protocol/src/handler.rs:1
  mod agent_client_protocol::cookbook, previously in file /tmp/.tmpKkm0QS/agent-client-protocol/src/cookbook.rs:1
  mod agent_client_protocol::jsonrpcmsg, previously in file /tmp/.tmpKkm0QS/agent-client-protocol/src/lib.rs:108

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron

Failed in:
  struct agent_client_protocol::handler::NullHandler, previously in file /tmp/.tmpKkm0QS/agent-client-protocol/src/jsonrpc/handlers.rs:12

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_missing.ron

Failed in:
  trait agent_client_protocol::handler::HandleDispatchFrom, previously in file /tmp/.tmpKkm0QS/agent-client-protocol/src/jsonrpc.rs:199
Changelog

agent-client-protocol-derive

0.14.0 - 2026-06-05

Other

  • release v0.13.1 (#189)

agent-client-protocol

0.15.0 - 2026-06-18

Added

  • (deps) update schema to 0.14.0 (#211)
  • (acp) Update scheam crate to 0.13.8 (#210)
  • (transports) add HTTP/WebSocket transport support (#162)
  • (acp) add unstable request cancellation support (#179)

Other

  • (acp) Replace jsonrpcmsg crate with shared schema types (#205)
  • (acp) Remove unused module files (#204)
  • (deps) Preserve serde_json object order (#202)

agent-client-protocol-polyfill

0.15.0 - 2026-06-18

Added

  • (deps) update schema to 0.14.0 (#211)
  • (transports) add HTTP/WebSocket transport support (#162)

Other

  • (acp) Replace jsonrpcmsg crate with shared schema types (#205)

agent-client-protocol-rmcp

0.15.0 - 2026-06-18

Added

  • (transports) add HTTP/WebSocket transport support (#162)

agent-client-protocol-trace-viewer

0.15.0 - 2026-06-18

Added

  • (transports) add HTTP/WebSocket transport support (#162)

agent-client-protocol-conductor

0.15.0 - 2026-06-18

Added

  • (deps) update schema to 0.14.0 (#211)
  • (acp) Update scheam crate to 0.13.8 (#210)
  • (transports) add HTTP/WebSocket transport support (#162)
  • (acp) add unstable request cancellation support (#179)

Other

  • (acp) Replace jsonrpcmsg crate with shared schema types (#205)
  • (acp) Remove unused module files (#204)
  • (deps) Preserve serde_json object order (#202)

agent-client-protocol-http

0.1.0 - 2026-06-18

Added

  • (deps) update schema to 0.14.0 (#211)
  • (transports) add HTTP/WebSocket transport support (#162)

agent-client-protocol-cookbook

0.15.0 - 2026-06-18

Added

  • (deps) update schema to 0.14.0 (#211)


This PR was generated with release-plz.

@acp-release-bot acp-release-bot Bot changed the title chore: release v0.14.1 chore: release v0.15.0 Jun 10, 2026
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-06-09T07-49-28Z branch 3 times, most recently from fb47823 to dfdb953 Compare June 15, 2026 15:34
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-06-09T07-49-28Z branch from dfdb953 to efe9832 Compare June 17, 2026 10:59
@acp-release-bot acp-release-bot Bot changed the title chore: release v0.15.0 chore: release Jun 18, 2026
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-06-09T07-49-28Z branch 3 times, most recently from 5434cb2 to 75cee50 Compare June 18, 2026 15:20
@acp-release-bot acp-release-bot Bot force-pushed the release-plz-2026-06-09T07-49-28Z branch from 75cee50 to 3f93f86 Compare June 18, 2026 16:46
@benbrandt benbrandt merged commit ef358fc into main Jun 19, 2026
13 checks passed
@benbrandt benbrandt deleted the release-plz-2026-06-09T07-49-28Z branch June 19, 2026 08:32
@acp-release-bot acp-release-bot Bot mentioned this pull request Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant