All Versions
11
Latest Version
Avg Release Cycle
50 days
Latest Release
1292 days ago

Changelog History
Page 1

  • v1.6.0 Changes

    October 05, 2020
    • ๐Ÿ‘Œ Support a custom consumer on AMQP.Channel.open/2 (#172)
    • โž• Add DirectConsumer implementation (#172)
  • v1.5.0 Changes

    June 27, 2020
    • ๐Ÿ—„ Take the connection name from options instead of a parameter. Deprecate Connection.open/3 #165 #167
    • ๐Ÿ“š Documentation tweak. #166
    • ๐Ÿ‘Œ Support arrays in tables (headers/arguments) #157
  • v1.4.2 Changes

    April 14, 2020
    • Queue.subscribe/4 to take options for Basic.consume/4 (#164)
  • v1.4.1 Changes

    February 25, 2020
    • Accept String values for some arguments on Connection.open/3 (#163)
  • v1.4.0 Changes

    December 10, 2019

    ๐Ÿš€ Official 1.4.0 release. No changes from v.1.4.0-rc.0 apart from minor README tweak.

  • v1.4.0-rc.0 Changes

    November 22, 2019

    โšก๏ธ Dependencies update.

    • โšก๏ธ Update amqp_client to 3.8.x.
    • โฌ‡๏ธ Drop support for Elixir 1.6-.

    ๐Ÿ‘€ See PR and support commit for more details.

  • v1.3.2 Changes

    October 03, 2019

    ๐Ÿ“š Documentation update release

  • v1.3.1 Changes

    September 05, 2019

    Include an important bug fix. All users on 1.3.0 are recommended to upgrade to this version.

    • ๐Ÿ›  Fix the issue on opening a connection with URI #145 #147
  • v1.3.0 Changes

    August 31, 2019
    • โž• Add support for opening connections with options and URI (#144)
    • Document all options in all functions (#143)
    • ๐Ÿ›  Fix typo in document (#139)
  • v1.2.2 Changes

    July 03, 2019

    ๐Ÿ›  Contains an important bugfix. All 1.2.x users are recommended to update to this version or above.

    ๐Ÿ›  Bugfix: Process leaks on message broker #137. Special thanks to @xadhoom for reporting!