Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Releases: inway/mojo-rabbitmq-client

v0.3.1

20 Aug 20:48
Compare
Choose a tag to compare
  • Re-apply licensing note from #37 - now in proper place

v0.3.0

20 Aug 20:39
Compare
Choose a tag to compare
  • Allow EXTERNAL as well as AMQPLAIN auth #35 (@AdamWill)
  • fixes legal issues with AMQP specs licensing #37

v0.2.4

20 Aug 20:38
Compare
Choose a tag to compare
  • Prevent warning about undefined object on closed channels #36 (@okurz)

v0.2.3

24 Jul 21:09
Compare
Choose a tag to compare

v0.2.2

23 May 11:22
Compare
Choose a tag to compare

v0.2.1

29 Jul 14:18
Compare
Choose a tag to compare

v0.2.0

25 Jul 13:24
Compare
Choose a tag to compare
  • Remove internal frame buffer handling, use Net::AMQP #11 (@kraih)

v0.1.0

16 Feb 10:16
Compare
Choose a tag to compare
  • 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

v0.0.9

16 Feb 09:50
Compare
Choose a tag to compare
  • 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

v0.0.8

30 Jan 12:20
Compare
Choose a tag to compare
  • Fix issues with UTF-8 data corruption on SSL sockets #7
  • Drop List::MoreUtils none in favour of core List::Util #4
  • Correct spelling in POD
  • Change developer tests