How should I interpret RabbitMQs version numbering?
RabbitMQ is versioned with the scheme major.minor.patch. • major: This number indicates the major version of the software. It is only changed for significant alterations to the software, such as (for instance) a total rewrite. • minor: A change in this number indicates new or significantly altered features. • patch: This number changes to make each distinct packaging of the software uniquely numbered. Small changes such as bug-fixes or packaging alterations may cause a change in only the patch number.