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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
v0.21.0 (Feb 8, 2025)
Enhancements
responses::VirtualHostDefinitionSetis an equivalent ofresponses::ClusterDefinitionSetbut 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_stringandClient#export_vhost_definitions_as_dataare new functions that export virtual host-specificdefinitions (as opposed to cluster-wide ones)
Breaking Changes
responses::DefinitionSetwas renamed toresponses::ClusterDefinitionSettodifferentiate it from virtual host-specific definitions, which are from now on
represented by
responses::VirtualHostDefinitionSetClient#export_definitionswas renamed toClient#export_cluster_wide_definitionsClient#export_definitions_as_stringwas renamed toClient#export_cluster_wide_definitions_as_stringClient#export_definitions_as_datawas renamed toClient#export_cluster_wide_definitions_as_dataThis discussion was created from the release v0.21.0.
Beta Was this translation helpful? Give feedback.
All reactions