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::DeprecatedFeatureListnow all implementDerefandDerefMutresponses::Channel#statenow uses an enum,responses::ChannelState, instead of a string.Client#enable_vhost_deletion_protectionprotects a virtual host from deletion (using thePOST /api/vhosts/{vhost}/deletion/protectionendpoint).Client#disable_vhost_deletion_protectionlifts deletion protection (using theDELETE /api/vhosts/{vhost}/deletion/protectionendpoint).Client#auth_attempts_statisticsis a new function providing support for theGET /api/auth/attempts/{node}endpoint.Client#list_topic_permissionsis a new function that provides support for theGET /api/topic-permissionsendpoint.Client#list_topic_permissions_inis a new function that provides support for theGET /api/vhosts/{vhost}/topic-permissionsendpoint.Client#get_topic_permissions_ofis a new function that provides support for theGET /api/topic-permissions/{vhost}/{user}endpoint.Client#list_channels_onis a new function that provides support for theGET /api/connections/{connection}/channelsendpoint.Client#get_channel_inforeturns information about a specific channel.Client#current_useris a new function providing support for theGET /api/whoamiendpoint.Bug Fixes
Client#delete_bindingcould panic if the optionalx-argumentsvalue was passed in asNoneapi::Client#enable_schema_definition_sync_on_nodewas unintentionally namedenable_schema_definition_sync_one_nodeThis discussion was created from the release v0.51.0.
Beta Was this translation helpful? Give feedback.
All reactions