Releases: pma/amqp
v4.0.0
v3.3.2
v3.3.1
v3.3.0
Some house keeping updates such as compatibilities. You can now use with amqp_client 3.10, 3.11 and 3.12 too. Make sure you use it with the right OTP version. For example, 3.11+ will require OTP 25. See this guide on how to specify amqp_client version.
This library will highly likely with the future amqp_client version. The update relaxes the version compatibility so you can always use the latest version.
v3.2.0
Internal improvements for people who use connection or channel via Application.get_connection/1
and Application.get_channel/1
. It links the connection/channel processes to the Application process so they don't get orphaned. Check out #220 and #221 for the details.
Also added some maintenance changes like Elixir 1.14 support in CI.
Thanks to @craigp!
v3.1.1
v3.1.0
v3.0.1
v3.0.0
The new version of Erlang upstream library has been out. The improvement includes OTP24 support and logging mechanism and allows us eliminate some workarounds for Elixir developers.
Check out this document for more details and upgrade guide.