Skip to content

Releases: pma/amqp

v0.2.1

20 Apr 18:09
@ono ono
Compare
Choose a tag to compare

Enhancements

  • Support direct connection with Connection.open_direct - #61

v0.2.0

20 Apr 18:00
@ono ono
Compare
Choose a tag to compare

Enhancements

  • Update amqp_client to 3.6.8
  • Change publish to use call - #58

v0.2.0-pre.2

21 Feb 13:34
@ono ono
Compare
Choose a tag to compare
v0.2.0-pre.2 Pre-release
Pre-release

Enhancements

  • Add type definition for Channel and Connection #53

Hotfix

  • Fix rabbit_common is not installed at first run of mix deps.get #54 #55

v0.2.0-pre.1

09 Feb 21:47
@ono ono
Compare
Choose a tag to compare
v0.2.0-pre.1 Pre-release
Pre-release

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

30 Sep 07:23
@pma pma
Compare
Choose a tag to compare

Allow custom type in Exchange.declare

v0.1.4

16 Nov 15:25
@pma pma
Compare
Choose a tag to compare

Update deps, which now compile without warnings in Erlang 18

v0.1.3

17 Sep 09:30
@pma pma
Compare
Choose a tag to compare

Fixes #12

v0.1.2

14 Sep 13:36
@pma pma
Compare
Choose a tag to compare

Changes:

  • Support passing arguments and headers without specifying the AMQP type (#5)
  • Allow Elixir 1.1.0-beta

v0.1.1

03 Apr 16:42
@pma pma
Compare
Choose a tag to compare

Update deps, fixing a compile error (#6)

v0.1.0

29 Jan 18:57
@pma pma
Compare
Choose a tag to compare
  • Basic.consume will now send additional events to the consumer process. These include: basic_consume_ok, basic_cancel and basic_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