Skip to content

0.9.0

Compare
Choose a tag to compare
@michaelklishin michaelklishin released this 08 Oct 21:22
· 109 commits to master since this release

0.9.0 is minor feature release. It targets RabbitMQ 3.6.x. For 3.7.0 (including preview releases), see individual cluster formation plugins.

General Changes

  • HTTP[S] proxy support.

    Contributed by Matteo Cafasso.

    GitHub issue: #46.

  • Documentation and Docker example improvements.

Consul Backend

  • Corrected service deregistration key.

    Git commit: b8d27c8.

  • Session creation operation now will be retried up to 10 times should Consul
    respond with a 500.

    GitHub issue: #44.

  • Arbitrary tags now can be used when registering with Consul.

    Contributed by Andrew Colin Kissa.

    GitHub issue: #50