Skip to content

Releases: pma/amqp

v1.0.0

14 Feb 14:11
@ono ono
Compare
Choose a tag to compare

This release includes some backward incompatible changes.
Please take a look at our migration guide before upgrading.

Changes

v0.3.1

04 Dec 17:42
@ono ono
Compare
Choose a tag to compare

Add recon to dependencies. rabbit_common has introduced the dependency from 3.1.13. However it wouldn't get picked by the applications that use amqp in some reasons. Explicitly specifying the library on amqp's dependency solves the issue. See #78 for more details.

If you want to use amqp_client 0.3.12- in some reasons, please lock amqp version to 0.3.0.

v0.3.0

27 Aug 10:38
@ono ono
Compare
Choose a tag to compare
  • Fix Elixir 1.5 deprecations #71

We recommend all Elixir 1.3+ users to update amqp to this version. All functions are compatible to 0.2. It's just a release to keep things safe for Elixir 1.2- users.

See https://github.com/pma/amqp/wiki/Versions-and-Compatibilities for more detail.

v0.2.4

27 Aug 10:35
@ono ono
Compare
Choose a tag to compare

There are no behavior changes. Just lock the Elixir version with < 1.6. Unless you are using older than Elixir 1.3, we strongly recommend you to update amqp to 0.3.

See https://github.com/pma/amqp/wiki/Versions-and-Compatibilities for the detail.

v1.0.0-pre.1

19 Jul 18:09
@ono ono
Compare
Choose a tag to compare
v1.0.0-pre.1 Pre-release
Pre-release

Enhancements

  • Handle errors from amqp_client and avoid the chances raising MatchError - #68

v0.2.3

19 Jul 16:46
@ono ono
Compare
Choose a tag to compare

Enhancements

  • Add typespecs to all functions - #67

Hotfixes

  • Fix typo - #64
  • OTP 20 support (test fixes) - #65

v0.2.2

11 May 13:06
@ono ono
Compare
Choose a tag to compare

Enhancements

  • Support Basic return - #63

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