Skip to content

Conversation

@acp-release-bot
Copy link
Contributor

@acp-release-bot acp-release-bot bot commented Dec 4, 2025

🤖 New release

  • agent-client-protocol-schema: 0.9.1 -> 0.10.0 (⚠ API breaking changes)

agent-client-protocol-schema breaking changes

--- failure inherent_associated_pub_const_missing: inherent impl's associated pub const removed ---

Description:
An inherent impl's associated public constant is removed or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/inherent_associated_pub_const_missing.ron

Failed in:
  ErrorCode::PARSE_ERROR, previously at /tmp/.tmpUfVVmd/agent-client-protocol-schema/rust/error.rs:134
  ErrorCode::INVALID_REQUEST, previously at /tmp/.tmpUfVVmd/agent-client-protocol-schema/rust/error.rs:140
  ErrorCode::METHOD_NOT_FOUND, previously at /tmp/.tmpUfVVmd/agent-client-protocol-schema/rust/error.rs:146
  ErrorCode::INVALID_PARAMS, previously at /tmp/.tmpUfVVmd/agent-client-protocol-schema/rust/error.rs:152
  ErrorCode::INTERNAL_ERROR, previously at /tmp/.tmpUfVVmd/agent-client-protocol-schema/rust/error.rs:159
  ErrorCode::AUTH_REQUIRED, previously at /tmp/.tmpUfVVmd/agent-client-protocol-schema/rust/error.rs:166
  ErrorCode::RESOURCE_NOT_FOUND, previously at /tmp/.tmpUfVVmd/agent-client-protocol-schema/rust/error.rs:173

--- failure struct_with_pub_fields_changed_type: struct with pub fields became an enum or union ---

Description:
A struct with pub fields became an enum or union, breaking accesses to its public fields.
        ref: https://github.com/obi1kenobi/cargo-semver-checks/issues/297#issuecomment-1399099659
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/struct_with_pub_fields_changed_type.ron

Failed in:
  struct agent_client_protocol_schema::ErrorCode became enum in file /tmp/.tmprvUk2G/agent-client-protocol/src/error.rs:129
Changelog

0.10.0 - 2025-12-06

Added

  • (rust-only) More convenient builder method params (#313)
  • (unstable) Draft implementation of session/fork (#311)
  • feat!(rust-only): Provide nicer interface to ErrorCode and add them to the docs (#301)

Fixed

  • (rust) Make new methods consistent for all id params (#306)

Other

  • Bump the minor group with 2 updates (#310)
  • (rust) Move to a more typical rust lib setup (#299)


This PR was generated with release-plz.

@acp-release-bot acp-release-bot bot requested a review from a team as a code owner December 4, 2025 13:23
@acp-release-bot acp-release-bot bot changed the title chore: release v0.9.2 chore: release v0.10.0 Dec 4, 2025
@acp-release-bot acp-release-bot bot force-pushed the release-plz-2025-12-04T13-23-33Z branch 12 times, most recently from dbde557 to d26d434 Compare December 6, 2025 19:21
@acp-release-bot acp-release-bot bot force-pushed the release-plz-2025-12-04T13-23-33Z branch from d26d434 to daf4f32 Compare December 6, 2025 19:30
@benbrandt benbrandt enabled auto-merge (squash) December 8, 2025 10:23
@benbrandt benbrandt merged commit 2bb4a42 into main Dec 8, 2025
5 checks passed
@benbrandt benbrandt deleted the release-plz-2025-12-04T13-23-33Z branch December 8, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants