Skip to content

chore: release v1.3.0#747

Merged
DaleSeo merged 2 commits intomainfrom
release-plz-2026-03-11T18-14-25Z
Mar 26, 2026
Merged

chore: release v1.3.0#747
DaleSeo merged 2 commits intomainfrom
release-plz-2026-03-11T18-14-25Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 11, 2026

🤖 New release

  • rmcp-macros: 1.2.0 -> 1.3.0
  • rmcp: 1.2.0 -> 1.3.0

Note: cargo-semver-checks reports breaking changes with all features, but the team has agreed to release as 1.3.0.

Changelog

rmcp-macros

1.3.0 - 2026-03-26

Added

  • add local feature for !Send tool handler support (#740)

Other

  • fix all clippy warnings across workspace (#746)

rmcp

1.3.0 - 2026-03-26

Added

  • add "theme" to Icon (#766)
  • (transport) add Unix domain socket client for streamable HTTP (#749)
  • (auth) implement SEP-2207 OIDC-flavored refresh token guidance (#676)
  • add configuration for transparent session re-init (#760)
  • add local feature for !Send tool handler support (#740)

Fixed

  • prevent CallToolResult and GetTaskPayloadResult from shadowing CustomResult in untagged enums (#771)
  • drain in-flight responses on stdin EOF (#759)
  • remove default type param from StreamableHttpService (#758)
  • use cfg-gated Send+Sync supertraits to avoid semver break (#757)
  • (rmcp) surface JSON-RPC error bodies on HTTP 4xx responses (#748)
  • default CallToolResult content to empty vec on missing field (#752)
  • (auth) redact secrets in Debug output for StoredCredentials and StoredAuthorizationState (#744)

Other

  • add #[non_exhaustive] to remaining public structs (#768)
  • fix all clippy warnings across workspace (#746)


This PR was generated with release-plz.

@github-actions github-actions bot requested a review from a team as a code owner March 11, 2026 18:14
@github-actions github-actions bot changed the title chore: release v1.2.1 chore: release v2.0.0 Mar 11, 2026
@github-actions github-actions bot force-pushed the release-plz-2026-03-11T18-14-25Z branch 4 times, most recently from 220b08f to 063773e Compare March 17, 2026 13:30
Copy link
Member

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Holding off on this for now. The major bump to 2.0.0 is being triggered by the local feature added in #740, which intentionally relaxes Send + Sync bounds. Without local enabled, the public API is unchanged from 1.2.0.

Working on a fix to avoid the unnecessary major bump. Will update here once it's ready.

@github-actions github-actions bot force-pushed the release-plz-2026-03-11T18-14-25Z branch 2 times, most recently from ec98ace to e0e4595 Compare March 18, 2026 15:42
@github-actions github-actions bot force-pushed the release-plz-2026-03-11T18-14-25Z branch 8 times, most recently from f0ac25f to 619de92 Compare March 26, 2026 14:26
@github-actions github-actions bot force-pushed the release-plz-2026-03-11T18-14-25Z branch from 619de92 to 6bd71d6 Compare March 26, 2026 14:29
@DaleSeo DaleSeo force-pushed the release-plz-2026-03-11T18-14-25Z branch from 6bd71d6 to 6450f17 Compare March 26, 2026 14:59
@github-actions github-actions bot added T-documentation Documentation improvements T-dependencies Dependencies related changes T-config Configuration file changes T-macros Macro changes labels Mar 26, 2026
@DaleSeo DaleSeo changed the title chore: release v2.0.0 chore: release v1.3.0 Mar 26, 2026
@alexhancock alexhancock self-requested a review March 26, 2026 15:27
@DaleSeo DaleSeo merged commit ac749e3 into main Mar 26, 2026
17 checks passed
@DaleSeo DaleSeo deleted the release-plz-2026-03-11T18-14-25Z branch March 26, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-config Configuration file changes T-dependencies Dependencies related changes T-documentation Documentation improvements T-macros Macro changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants