All Versions
10
Latest Version
Avg Release Cycle
113 days
Latest Release
1867 days ago
Changelog History
Changelog History
-
v1.4.0 Changes
December 05, 2019๐ New Features:
- ๐ It's now easier to use versions not listed in
PredefinedVersion
enum. Just passnew BaseVersion("3.8.1")
to theEmbeddedRabbitMqConfig.Builder().version()
and it should work! See PR #62 for more info.
Contributors:
- dkaelbling, who reported and contributed the idea+code for this new functionality.
- ๐ It's now easier to use versions not listed in
-
v1.3.3 Changes
November 27, 2019Enhancements:
- ๐ New
RabbitMqDiagnostics
class to help invokerabbitmq-diagnostics
commands to inspect status of the node/cluster. See manual or See PR #59 for more info. (Note: no parsing of the information resulting from invoking commands has been implemented).
๐ Fixes:
- In version 1.3.2 (PR #58), when invoking
RabbitMqPlugins
orRabbitMqCtl
, all environment variables defined byRabbitMqConfig
were ignored. This is no longer the case. OnlyRABBITMQ_NODE_PORT
will be ignored by default, but you can define other variables to be ignored or even add new environment variables. See PR #59 for more info.
- ๐ New
-
v1.3.2 Changes
November 25, 2019Fixes:
- ๐ง Issue #57: Hard links found in the generic-linux artifact weren't being correctly re-created during extraction.
-
v1.3.1 Changes
November 04, 2019Improvements:
- โ Added RabbitMQ versions 3.7.18 and 3.8.0 to the list of predefined versions
๐ Fixes:
- ๐ When running on MacOS and using predefined version 3.7.18 or higher, the binary couldn't be downloaded from official repos (See Issue #53)
- CVE-2019-12402 issue due to
commons-compress
dependency.
Contributors:
- Johno Crawford (@johnou)
Known Issues:
- ๐ Using RabbitMQ v3.7.18 on Mac, when executing
rabbitmqctl
orrabbitmq-plugins
commands, execution will fail. See Issue #57 for more info.
-
v1.3.0 Changes
September 15, 2018Notes:
- ๐ This version changes the default repository for downloading RabbitMQ artifacts from the RabbitMQ website to Github since starting with v3.7.0, the RabbitMQ website won't be used to distribute artifacts. See "Package Distribution Changes" announcement.
Commits:
Contributors:
-
v1.2.2 Changes
November 25, 2017๐ Fixed CVE-2015-4035
It was discovered that the xzgrep's xz helper script did not properly sanitize certain file names. A local attacker could use this flaw to inject and execute arbitrary commands by tricking a user into running the xzgrep script on a file with a specially crafted file name.
Commits:
Contributors:
-
v1.2.1 Changes
August 08, 2017Commits:
- ๐ fd2c317: Added support for using a Proxy to download RabbitMQ artifacts
Contributors:
Known Issues:
-
v1.1.2 Changes
May 03, 2017Commits:
- โ
cfa9347:
Added the latest version (3.6.7, 3.6.8 and 3.6.9) to the Predefined Versions
Contributors:
- โ
cfa9347:
-
v1.1.1 Changes
February 23, 2017๐ This release simply adds RabbitMQ version 3.6.6 to the list of predefined versions.