Releases: pma/amqp
Releases · pma/amqp
v0.2.1
v0.2.0
v0.2.0-pre.2
v0.2.0-pre.1
Enhancements
- Update amqp_client to 3.6.7-pre.1. That means we now officially support OTP 19
Deprecations
- OTP 17 and 18 are not supported by 0.2.x anymore . Please use 0.1.x for old versions of OTP.
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
- Basic.consume will now send additional events to the consumer process. These include:
basic_consume_ok
,basic_cancel
andbasic_cancel_ok
- The consumer process will now receive new messages as a tuple in the form
{:basic_deliver, payload, meta}
, instead of the old{payload, meta}
, to distinguish them from the new events; - Improves docs for Connection.open and Basic.consume
- Adds xmerl to the list of applications in mix.exs, so it's included when generating a release with exrm