The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.3.1 2019-08-20T20:45:53Z
  - Re-apply licensing note from #37 - now in proper place
0.3.0 2019-08-20T20:35:39Z
  - Allow EXTERNAL as well as AMQPLAIN auth #35 (@AdamWill)
  - fixes legal issues with AMQP specs licensing #37
0.2.4 2019-08-20T00:49:27Z
  - Prevent warning about undefined object on closed channels #36 (@okurz)
0.2.3 2019-07-24T21:06:16Z
  - Clarified documentation #33, #34 (@AdamWill)
0.2.2 2019-05-23T11:20:22Z
  - Minor documentation fixes #32 (@sjn)
  - fix around 30 memory leaks #31 (@kraih)
0.2.1 2018-07-29T14:17:43Z
  - Fixed POD syntax, spelling & grammar errors #27,#28 (@gregoa)
  - Fixed POD error #26 (@manwar)
0.2.0 2018-07-25T13:23:26Z
  - Remove internal frame buffer handling, use Net::AMQP #11 (@kraih)
0.1.0 2018-02-16T10:15:32Z
  - Make Mojo::RabbitMQ::Client::Consumer use promises #23 (@christopherraa)
  - Fix circular includes by #20 (@christopherraa)
  - Start implementing Mojo::Promise, drop support for Mojolicious <7.53
  - Implement DEBUG on Client as suggested in #11
  - Fix early success event from ->publish #16
  - Fix query parameter naming in Publisher
  - Fix missing imports in Publisher #15
  - Fix #14
  - Implement Publisher API #5
0.0.9 2017-02-18T11:07:56Z
  - Proper implementation of URI parser PR#8 & #9
  - Support for query parameter with aliases
  - Add max_channels attribute to force maximum number of channels active
  - Additional developer test for quick consumer
  - Documentation changes
0.0.8 2017-01-30T12:13:18Z
  - Fix issues with UTF-8 data corruption on SSL sockets PR#7
  - Drop List::MoreUtils `none` in favour of core List::Util PR#4
0.0.7 2016-12-02T20:52:17Z
  - Fix missing dependencies
0.0.6 2016-11-24T00:45:01Z
  - First CPAN release
0.0.5  2016-11-23
  - First Minilla release
  - Drop support for Module::Install
0.0.4  2016-11-23
  - Moved all utility packages to Mojo::RabbitMQ::Client::* namespace
  - Added shorthand static methods for consumer & publisher
0.0.3  2016-11-18
  - Draft specs for new Publisher API
0.0.2  2016-10-25
  - Change the way how channels are opened
  - Deprecate _open method for channels
  - Show proper project url in client_properties
  - Support connect url according to spec
  - Include Module::Install for cleaner use in Docker containers
  - Docs updates & cleanups
0.0.1  2015-06-29
  - Initial release. Most things work.