v0.51.0 #76
michaelklishin
announced in
Announcements
v0.51.0
#76
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.51.0 (Sep 16, 2025)
Enhancements
responses::TagList
,responses::PluginList
,responses::XArguments
,responses::NodeList
,responses::MessageList
,responses::FeatureFlagList
,responses::DeprecatedFeatureList
now all implementDeref
andDerefMut
responses::Channel#state
now uses an enum,responses::ChannelState
, instead of a string.Client#enable_vhost_deletion_protection
protects a virtual host from deletion (using thePOST /api/vhosts/{vhost}/deletion/protection
endpoint).Client#disable_vhost_deletion_protection
lifts deletion protection (using theDELETE /api/vhosts/{vhost}/deletion/protection
endpoint).Client#auth_attempts_statistics
is a new function providing support for theGET /api/auth/attempts/{node}
endpoint.Client#list_topic_permissions
is a new function that provides support for theGET /api/topic-permissions
endpoint.Client#list_topic_permissions_in
is a new function that provides support for theGET /api/vhosts/{vhost}/topic-permissions
endpoint.Client#get_topic_permissions_of
is a new function that provides support for theGET /api/topic-permissions/{vhost}/{user}
endpoint.Client#list_channels_on
is a new function that provides support for theGET /api/connections/{connection}/channels
endpoint.Client#get_channel_info
returns information about a specific channel.Client#current_user
is a new function providing support for theGET /api/whoami
endpoint.Bug Fixes
Client#delete_binding
could panic if the optionalx-arguments
value was passed in asNone
api::Client#enable_schema_definition_sync_on_node
was unintentionally namedenable_schema_definition_sync_one_node
This discussion was created from the release v0.51.0.
Beta Was this translation helpful? Give feedback.
All reactions