v0.21.0 #40
michaelklishin
announced in
Announcements
v0.21.0
#40
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.21.0 (Feb 8, 2025)
Enhancements
responses::VirtualHostDefinitionSet
is an equivalent ofresponses::ClusterDefinitionSet
but adaptedfor the specific of virtual host-specific definitions, namely the fact that they do not contain
virtual hosts, users, or permissions, and objects such as queues or bindings do not have the
virtual host field to make it possible to import them into a virtual host with any name
Client#export_vhost_definitions
,Client#export_vhost_definitions_as_string
andClient#export_vhost_definitions_as_data
are new functions that export virtual host-specificdefinitions (as opposed to cluster-wide ones)
Breaking Changes
responses::DefinitionSet
was renamed toresponses::ClusterDefinitionSet
todifferentiate it from virtual host-specific definitions, which are from now on
represented by
responses::VirtualHostDefinitionSet
Client#export_definitions
was renamed toClient#export_cluster_wide_definitions
Client#export_definitions_as_string
was renamed toClient#export_cluster_wide_definitions_as_string
Client#export_definitions_as_data
was renamed toClient#export_cluster_wide_definitions_as_data
This discussion was created from the release v0.21.0.
Beta Was this translation helpful? Give feedback.
All reactions