Skip to content

chore: release v0.11.0#911

Open
joshrotenberg wants to merge 1 commit intomainfrom
release-plz-2026-03-20T16-32-15Z
Open

chore: release v0.11.0#911
joshrotenberg wants to merge 1 commit intomainfrom
release-plz-2026-03-20T16-32-15Z

Conversation

@joshrotenberg
Copy link
Collaborator

@joshrotenberg joshrotenberg commented Mar 20, 2026

🤖 New release

  • redisctl-core: 0.10.1 -> 0.11.0 (✓ API compatible changes)
  • redisctl: 0.10.1 -> 0.11.0 (✓ API compatible changes)
  • redisctl-mcp: 0.10.1 -> 0.11.0 (⚠ API breaking changes)

redisctl-mcp breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  redisctl_mcp::state::AppState::new now takes 5 parameters instead of 3, in /tmp/.tmpOvWxgU/redisctl/crates/redisctl-mcp/src/state.rs:75
  redisctl_mcp::AppState::new now takes 5 parameters instead of 3, in /tmp/.tmpOvWxgU/redisctl/crates/redisctl-mcp/src/state.rs:75
Changelog

redisctl-core

0.11.0 - 2026-03-20

Fixed

  • (auth) support Redis Cloud secret env var alias (#913)

redisctl

0.11.0 - 2026-03-20

Fixed

  • (auth) support Redis Cloud secret env var alias (#913)

Other

  • (readme) fix MCP policy example (#915)

redisctl-mcp

0.11.0 - 2026-03-20

Added

  • (mcp) cluster-aware connections + client_name (#906)

Fixed

  • (auth) support Redis Cloud secret env var alias (#913)
  • (mcp) preserve raw tool denies in synthesized policy (#912)


This PR was generated with release-plz.

@joshrotenberg joshrotenberg force-pushed the release-plz-2026-03-20T16-32-15Z branch 3 times, most recently from 32f107b to 3a1dcb6 Compare March 20, 2026 17:34
@joshrotenberg joshrotenberg force-pushed the release-plz-2026-03-20T16-32-15Z branch from 3a1dcb6 to 751721a Compare March 20, 2026 17:41
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