Skip to content

Releases: pma/amqp

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

v0.0.6

27 Oct 14:41
@pma pma
Compare
Choose a tag to compare
  • Update to RabbitMQ 3.4.0
  • Minor doc improvements (including links to Github source in docs)

v0.0.5

24 Sep 23:51
@pma pma
Compare
Choose a tag to compare

Documented AMQP.Basic.get
Added dependencies amqp_client and rabbit_common to the list of applications. This way, applications that depend on amqp don't have to add them when generating releases with exrm.

v0.0.4

07 Sep 19:31
@pma pma
Compare
Choose a tag to compare
Updated to 1.0.0-rc2: fixed deprecated Record.record?