All Versions
15
Latest Version
Avg Release Cycle
51 days
Latest Release
1380 days ago

Changelog History
Page 2

  • v1.2.0 Changes

    April 09, 2019

    โฌ†๏ธ Upgrades underlying amqp version
    ๐Ÿ”– Version 1.1.0 of amqp uses newer version of amqp_client and ranch (pma/amqp@2e82976)
    Upgrading amqp should help avoid ranch conflicts that are outlined here: https://github.com/meltwater/gen_rmq/wiki/Migrations#solve-ranch-conflicts

    Ensure consumer / publisher setup is non-blocking
    #71

  • v1.1.0 Changes

    December 03, 2018
    • ๐Ÿ‘Œ Improve connection / channel cleanup on shutdown
    • ๐Ÿ‘Œ Verify OTP21 builds in CI
  • v1.0.2 Changes

    November 02, 2018

    Consumers can now declare a priority queue by setting queue_max_priority attribute.

  • v1.0.1 Changes

    September 19, 2018
    • ๐Ÿ‘Œ Improve connection cleanup on different termination scenarios (#33)
    • ๐Ÿ”จ Refactor consumer setup (#34)
    • ๐Ÿ‘ท Downgrade ex_doc and verify doc generation in CI (#43)
  • v1.0.0 Changes

    July 02, 2018
    • โฌ†๏ธ Upgrade amqp to version 1.0.3 (#22)
    • ๐Ÿ‘ Allow writing to metadata fields in publisher (#21)