Skip to content

Releases: ntex-rs/ntex-amqp

ntex-amqp v0.8.6

27 Nov 12:57
Compare
Choose a tag to compare

Changes

  • Better server builder

  • Do not handle transfers if connection is down

ntex-amqp v0.8.4

09 Oct 08:14
fdc7874
Compare
Choose a tag to compare

Changes

  • Fix credit limit handling

ntex-amqp v0.8.0

22 Jun 13:21
319207a
Compare
Choose a tag to compare

Changes

  • Release v0.8.0

ntex-amqp v0.8.0 (beta.1)

19 Jun 09:59
Compare
Choose a tag to compare

Changes

  • Make session id accessible

  • Fix broken channel id handling

  • Fix session managment for sender links

  • Fix router leaks service handlers

  • Local detach/end handling

  • Send message to router that allows it to release service handlers for detached links

ntex-amqp v0.8.0 (beta0)

16 Jun 18:35
Compare
Choose a tag to compare
  • Migrate to ntex-0.7

ntex-amqp v0.7.2

11 May 07:26
f9bdbad
Compare
Choose a tag to compare

Changes

  • Fix session flow frame handling, could cause tight loop and 100% cpu consumption

ntex-amqp v0.7.1

24 Apr 19:25
9beb38d
Compare
Choose a tag to compare

Changes

  • Fix handling sync multiple control frames

  • Add SendLink::ready() helper, allow to wait for available credit

  • Add SendLink::on_credit_update() helper, allow to wait for credit updates

ntex-amqp v0.7.0

04 Jan 12:20
Compare
Choose a tag to compare

Changes

  • 0.7 Release

  • Use uuid-1.2

ntex-amqp v0.7.0-beta.0

28 Dec 12:34
1afaa60
Compare
Choose a tag to compare

Changes

  • Migrate to ntex-service 1.0

ntex-amqp v0.6.4

22 Aug 10:40
fe4918a
Compare
Choose a tag to compare

Changes

ntex-amqp [0.6.4]

  • Must respond with attach before detach when rejecting links #24

ntex-amqp-codec [0.8.2]

  • Missing derives