Skip to content

Releases: pma/amqp

v2.0.0

26 Jan 19:29
@ono ono
Compare
Choose a tag to compare

Version 2.0 includes some internal improvements on reliability and performance. All users are recommended to upgrade and it contains only a minor backward incompatibility change.

Please see our 2.0 release notes for more detail.

v2.0.0-rc.1

03 Jan 16:31
@ono ono
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

The first Release candidate for 2.0.0. See #177 for the details.

v1.6.0

05 Oct 17:13
@ono ono
Compare
Choose a tag to compare
  • Support a custom consumer on AMQP.Channel.open/2 (#172)
  • Add DirectConsumer implementation (#172)

v1.5.0

27 Jun 11:42
@ono ono
Compare
Choose a tag to compare
  • Take the connection name from options instead of a parameter. Deprecate Connection.open/3 #165 #167
  • Documentation tweak. #166
  • Support arrays in tables (headers/arguments) #157

v1.4.2

14 Apr 19:13
@ono ono
Compare
Choose a tag to compare
  • Queue.subscribe/4 to take options for Basic.consume/4 (#164)

v1.4.1

25 Feb 12:05
@ono ono
Compare
Choose a tag to compare
  • Accept String values for some arguments on Connection.open/3 (#163)

v1.4.0

10 Dec 22:38
@ono ono
Compare
Choose a tag to compare

Official 1.4.0 release. No changes from v.1.4.0-rc.0 apart from minor README tweak.

v1.4.0-rc.0

22 Nov 12:02
@ono ono
Compare
Choose a tag to compare
v1.4.0-rc.0 Pre-release
Pre-release

Dependencies update.

  • Update amqp_client to 3.8.x.
  • Drop support for Elixir 1.6-.

See PR and support commit for more details.

v1.3.2

03 Oct 18:00
@ono ono
Compare
Choose a tag to compare

Documentation update release

v1.3.1

05 Sep 19:52
@ono ono
Compare
Choose a tag to compare

Include an important bug fix. All users on 1.3.0 are recommended to upgrade to this version.

  • Fix the issue on opening a connection with URI #145 #147