All Versions
15
Latest Version
Avg Release Cycle
51 days
Latest Release
1740 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0 Changes
June 17, 2020- Custom deadletter exchange type (#190)
- ⚡️ Updated telemetry events (#189)
- ⬆️ Bump amqp from 1.2.1 to 1.4.2 (#182)
- ⬆️ Bump min supported elixir version to 1.8 (#184)
- Task Supervisor for message consumers (#179)
📚 It is a major release, which contains non-backward compatible changes. Please check how to migrate to version
3.0.0
from older versions: https://github.com/meltwater/gen_rmq/blob/master/documentation/migrations/3.0.0.md -
v2.6.1 Changes
April 27, 2020🛠 Fixes queue options parsing bug - #177
-
v2.6.0 Changes
April 06, 2020📚 With the redesigned queue configuration options, users have bigger flexibility in creating their desired consumer setup. This includes support for quorum queues as well. Check our documentation to learn more: https://github.com/meltwater/gen_rmq#documentation
-
v2.5.0 Changes
March 20, 2020 -
v2.4.0 Changes
February 03, 2020 -
v2.2.0 Changes
October 14, 2019- ✂ Remove use of
Mix
module fromPublisher
- 0️⃣ Use
:gen_rmq
as the default if there's noconfig[:app_id]
- ✂ Remove use of
-
v2.1.0 Changes
October 01, 2019 -
v2.0.0 Changes
September 18, 2019 -
v1.3.0 Changes
July 05, 2019- ➕ Add possibility to specify custom deadletter routing key
- 🛠 Fix custom deadletter exchange configuration
- ⬆️ Bump
amqp
version to1.2.1
- ➕ Add dialyzer
- 🛠 Fix specs