Skip to content

Releases: agentclientprotocol/rust-sdk

agent-client-protocol-v0.11.1

21 Apr 20:18
7a66763

Choose a tag to compare

Fixed

  • (acp) remove boxfnonce dependency in favor of Box<dyn FnOnce> (#137)

agent-client-protocol-tokio-v0.11.1

21 Apr 20:18
7a66763

Choose a tag to compare

Other

  • updated the following local packages: agent-client-protocol

agent-client-protocol-rmcp-v0.11.1

21 Apr 20:19
7a66763

Choose a tag to compare

Other

  • updated the following local packages: agent-client-protocol

agent-client-protocol-cookbook-v0.11.1

21 Apr 20:19
7a66763

Choose a tag to compare

Other

  • updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-conductor, agent-client-protocol-rmcp

agent-client-protocol-conductor-v0.11.1

21 Apr 20:18
7a66763

Choose a tag to compare

Other

  • updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-tokio

v0.11.0

20 Apr 16:23
e8309e3

Choose a tag to compare

0.11.0 - 2026-04-20

Added

Fixed

  • (rpc) log errors when sending response to peer fails (#101)
  • (rpc) handle write failures in handle_io loop (#99)
  • (rpc) use RawValue::NULL constant instead of from_string().unwrap() (#96)

Other

  • Cleanup docs still referencing sacp (#129)
  • Add mdbook build (#120)
  • Add migration guide for next release (#111)
  • remove debug code from rpc_tests (#100)
  • (test) add conditional compilation (#98)

Full Changelog: v0.10.4...v0.11.0

v0.10.4

31 Mar 13:27
23ab9bf

Choose a tag to compare

Added

  • (schema) Update schema to 0.11.4 (#95)

Fixed

  • add warning logs for silent failures in RPC message handling (#92)
  • Clearer error message when connection is broken before messages are sent (#89)

Other

  • Fix the rpc_test and example use following the new schema api (#88)

v0.10.3

25 Mar 07:53
46e4720

Choose a tag to compare

Added

  • (unstable) Add logout support (#84)
  • (schema) Update schema to 0.11.3 (#82)

v0.10.2

11 Mar 11:23
a0917aa

Choose a tag to compare

Added

  • (unstable) Add support for session/close methods (#77)

v0.10.1

10 Mar 18:37
67ce48d

Choose a tag to compare

Added

  • Stabilize session_list and session_info_update (#74)

Fixed

  • Make examples compile again (#76)