v0.50.0 #75
michaelklishin
announced in
Announcements
v0.50.0
#75
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.50.0 (Sep 13, 2025)
Breaking Changes
blocking_api::Client#enable_schema_definition_sync
,blocking_api::Client#disable_schema_definition_sync
wereremoved in favor of
blocking_api::Client#enable_schema_definition_sync_on_node
andblocking_api::Client#disable_schema_definition_sync_on_node
that accept an
Option<&str>
for name, like inapi::Client
.None
means "on all cluster nodes".Enhancements
common::Username
,common::VirtualHostName
,common::PermissionPattern
,common::ChannelId
.responses::TagList
,responses::PluginList
,responses::NodeList
,responses::FeatureFlagList
,responses::DeprecatedFeatureList
now implement
contains
.This discussion was created from the release v0.50.0.
Beta Was this translation helpful? Give feedback.
All reactions