Skip to content

Releases: pma/amqp

v1.3.0

31 Aug 10:48
@ono ono
Compare
Choose a tag to compare
  • Add support for opening connections with options and URI (#144)
  • Document all options in all functions (#143)
  • Fix typo in document (#139)

v1.2.2

03 Jul 18:48
@ono ono
Compare
Choose a tag to compare

Contains an important bugfix. All 1.2.x users are recommended to update to this version or above.

Bugfix: Process leaks on message broker #137. Special thanks to @xadhoom for reporting!

v1.2.1

23 May 10:19
@ono ono
Compare
Choose a tag to compare

Remove compiler warnings #133

v1.2.0

24 Apr 16:29
@ono ono
Compare
Choose a tag to compare

Official 1.2.0 release. It's identical to v1.2.0-rc.0.

v1.2.0-rc.0

17 Apr 22:52
@ono ono
Compare
Choose a tag to compare
v1.2.0-rc.0 Pre-release
Pre-release
  • Changed the default connection timeout time shorter #119
  • Support confirm #125
  • Support user specific connection name #129
  • Handle subscribe error properly #113
  • Changed the way handling incoming messages from RabbitMQ #131

v1.1.1

05 Feb 16:27
@ono ono
Compare
Choose a tag to compare
  • Update amqp_client that includes ranch update (#124)

v1.1.0

27 Nov 15:50
@ono ono
Compare
Choose a tag to compare

Support OTP 21 officially by updating rabbit_common and amqp_client.

There are some other improvements including

  • Remove :logger from applications (#111 )
  • Remove some Elixir complier warnings (#109)

v1.0.3

31 May 09:22
@ono ono
Compare
Choose a tag to compare

Bug fix in normalize_ssl_options/1 (#94)

v1.0.2

26 Feb 10:21
@ono ono
Compare
Choose a tag to compare

Minor documentation fix (#91)

v1.0.1

20 Feb 18:11
@ono ono
Compare
Choose a tag to compare

This includes important bug fix. All users who use 1.0.0 are recommended to update to 1.0.1.

Bugfixes

  • Connection gets closed after 60 seconds #88 #89