Skip to content

chore: release#288

Merged
lpahlavi merged 4 commits intomainfrom
release-plz-2026-02-18T09-14-27Z
Feb 18, 2026
Merged

chore: release#288
lpahlavi merged 4 commits intomainfrom
release-plz-2026-02-18T09-14-27Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 18, 2026

🤖 New release

  • sol_rpc_types: 3.1.0 -> 3.1.1
  • sol_rpc_canister: 1.3.0 -> 1.3.1
  • sol_rpc_client: 4.0.0 -> 5.0.0
Changelog

sol_rpc_types

3.1.1 - 2026-02-18

Changed

  • Upgrade various dependencies (#266 and #279)

sol_rpc_canister

1.3.1 - 2026-02-18

Changed

  • Upgrade various dependencies (#266 and #279)

sol_rpc_client

5.0.0 - 2026-02-18

Changed

  • BREAKING: Bump ic-canister-runtime to v0.2.0. See PR description for more details on the breaking changes. Notably, clients instances created with SolRpcClient::builder_for_ic() now by default do not perform inter-canister calls if the canister performing the calls is stopping. To enable calls while the canister is stopping, the client can be initialized with a custom ic_canister_runtime::IcRuntime instance configured to allow such calls with the allow_calls_when_stopping method. (#288)
  • Upgrade various dependencies (#266 and #279)


This PR was generated with release-plz.

@lpahlavi lpahlavi marked this pull request as ready for review February 18, 2026 10:04
@lpahlavi lpahlavi requested a review from a team as a code owner February 18, 2026 10:04
Copy link
Contributor

@gregorydemay gregorydemay left a comment

Choose a reason for hiding this comment

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

Thanks for making the release!

Expanded the breaking change note for `ic-canister-runtime` to v0.2.0, detailing new behavior for client instances and configuration options.
@lpahlavi lpahlavi merged commit acfb340 into main Feb 18, 2026
19 checks passed
@lpahlavi lpahlavi deleted the release-plz-2026-02-18T09-14-27Z branch February 18, 2026 10:59
lpahlavi added a commit that referenced this pull request Mar 2, 2026
PR #288 accidentally did not bump the `sol_rpc_canister` version in the
`Cargo.toml`, this PR bumps the version to match the changelogs.
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.

2 participants