Skip to content

chore: release - #671

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-02-19T16-22-36Z
Closed

chore: release#671
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-02-19T16-22-36Z

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • rmcp-macros: 0.16.0 -> 0.17.0
  • rmcp: 0.16.0 -> 0.17.0 (⚠ API breaking changes)
  • mcp-conformance: 0.1.0

rmcp breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---
Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field StoredCredentials.token_received_at in /tmp/.tmpa4Z4D5/rust-sdk/crates/rmcp/src/transport/auth.rs:69
field StoredCredentials.token_received_at in /tmp/.tmpa4Z4D5/rust-sdk/crates/rmcp/src/transport/auth.rs:69
field NumberSchema.default in /tmp/.tmpa4Z4D5/rust-sdk/crates/rmcp/src/model/elicitation_schema.rs:263
field StringSchema.default in /tmp/.tmpa4Z4D5/rust-sdk/crates/rmcp/src/model/elicitation_schema.rs:119
field IntegerSchema.default in /tmp/.tmpa4Z4D5/rust-sdk/crates/rmcp/src/model/elicitation_schema.rs:368
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.46.0/src/lints/inherent_method_missing.ron
Failed in:
StreamableHttpPostResponse::expect_accepted, previously in file /tmp/.tmpo4X3mp/rmcp/src/transport/streamable_http_client.rs:157
--- failure trait_method_parameter_count_changed: pub trait method parameter count changed ---
Description:
A trait method now takes a different number of parameters.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/trait_method_parameter_count_changed.ron
Failed in:
StreamableHttpClient::delete_session now takes 4 instead of 3 parameters, in file /tmp/.tmpa4Z4D5/rust-sdk/crates/rmcp/src/transport/streamable_http_client.rs:184
StreamableHttpClient::get_stream now takes 5 instead of 4 parameters, in file /tmp/.tmpa4Z4D5/rust-sdk/crates/rmcp/src/transport/streamable_http_client.rs:191
Changelog

rmcp-macros

0.17.0 - 2026-02-26

Added

  • add trait-based tool declaration (#677)

rmcp

0.17.0 - 2026-02-26

Added

  • mcp sdk conformance (#687)
  • add default value support to string, number, and integer schemas (#686)
  • add trait-based tool declaration (#677)
  • send and validate MCP-Protocol-Version header (#675)

Fixed

  • improve error logging and remove token secret from logs (#685)
  • refresh token expiry (#680)
  • gate optional dependencies behind feature flags (#672)
  • allow empty content in CallToolResult (#681)
  • (schema) remove AddNullable from draft2020_12 settings (#664)

Other

  • Fix/sse channel replacement conflict (#682)
  • document session management for streamable HTTP transport (#674)

mcp-conformance

0.1.0 - 2026-02-26

Added

  • mcp sdk conformance (#687)


This PR was generated with release-plz.

@github-actions
github-actionsBotforce-pushed the release-plz-2026-02-19T16-22-36Z branch from ba237c3 to 31d8f11CompareFebruary 20, 2026 17:05
@github-actions
github-actionsBot requested a review from a team as a code ownerFebruary 20, 2026 17:05
@github-actions
github-actionsBotforce-pushed the release-plz-2026-02-19T16-22-36Z branch 3 times, most recently from ff97345 to 020177fCompareFebruary 24, 2026 16:04
@github-actionsgithub-actionsBot changed the title chore: release v0.16.1chore: release v0.17.0Feb 24, 2026
@github-actions
github-actionsBotforce-pushed the release-plz-2026-02-19T16-22-36Z branch 8 times, most recently from 732a583 to bf0e140CompareFebruary 26, 2026 15:08
@github-actionsgithub-actionsBot changed the title chore: release v0.17.0chore: releaseFeb 26, 2026
@github-actions
github-actionsBotforce-pushed the release-plz-2026-02-19T16-22-36Z branch from bf0e140 to f140d01CompareFebruary 26, 2026 18:35
Sign up for freeto 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.

0 participants