Skip to content

Releases: ntex-rs/ntex-amqp

ntex amqp v0.6.3

17 Feb 10:04
Compare
Choose a tag to compare

Changes

  • Do not store Attach frame in ReceiverLink

  • Expose available sender link

  • Expose available session remove window size

ntex-amqp v0.6.1

10 Jan 04:57
906d3cc
Compare
Choose a tag to compare

Changes

[0.6.1]

  • Cleanup server errors

  • Cleanup client connector interface

codec [0.8.1]

  • Use new ByteString api

ntex amqp v0.6.0

30 Dec 14:39
Compare
Choose a tag to compare

Changes

[0.6.0] - 2021-12-30

  • Upgrade to ntex 0.5.0

[0.6.0-b.5] - 2021-12-28

  • Make Server universal, accept both Io and IoBoxed

[0.6.0-b.4] - 2021-12-27

  • Upgrade to ntex 0.5-b4

[0.6.0-b.3] - 2021-12-24

  • Upgrade to ntex-service 0.3.0

[0.6.0-b.2] - 2021-12-22

  • Add ReceiverLink::poll_recv() method, replace for Stream::poll_next()

  • Allow to access io object during handshake

  • Refactor AmqpDispatcherError, add Disconnected entry

  • Upgrade to ntex 0.5.0 b.2

[0.6.0-b.1] - 2021-12-20

  • Upgrade to ntex 0.5.0 b.1

[0.6.0-b.0] - 2021-12-19

  • Upgrade to ntex 0.5

ntex amqp v0.6.0 b.0

19 Dec 10:59
42c70f2
Compare
Choose a tag to compare

Changes

[0.6.0-b.0] - 2021-12-19

  • Upgrade to ntex 0.5

[codec-0.8.0] - 2021-12-19

  • Upgrade to ntex-codec 0.6

ntex amqp v0.5.9

14 Dec 16:50
2b4c30c
Compare
Choose a tag to compare

Changes

  • Send the close frame in close and close_with_error
  • Allow the control service to handle remote_close
  • Propagate IO errors
  • Change dispatcher trait bounds to allow different error types from Sr and Ctl
  • Hold shutdown of dispatcher until control service has handled the close control message
  • Add client start with custom control service

ntex amqp v0.5.8

14 Dec 11:02
Compare
Choose a tag to compare

Changes

  • Cleanup session end flow #17

ntex amqp codec v0.7.4

03 Dec 05:03
Compare
Choose a tag to compare

Changes

  • Fix overflow in frame decoder

ntex amqp v0.5.7

02 Dec 18:22
Compare
Choose a tag to compare

Changes

  • Add memory pools support

ntex amqp v0.5.6

29 Nov 12:44
Compare
Choose a tag to compare

Changes

  • Set SenderLink's max_message_size from Attach frame

  • Set ReceiverLink's max_message_size from Attach frame

ntex amqp v0.5.5

08 Nov 12:15
Compare
Choose a tag to compare

Changes

  • Add Clone impls for error types