Skip to content

Releases: ntex-rs/ntex-amqp

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

ntex amqp v0.5.4

04 Nov 13:03
Compare
Choose a tag to compare

Changes

  • Add helper method Session::detach_sender_link()

ntex amqp v0.5.3

02 Nov 02:54
Compare
Choose a tag to compare

Changes

  • Add set_max_message_size on SenderLink

ntex amqp v0.5.2

06 Oct 14:41
Compare
Choose a tag to compare

Changes

  • Add ControlFrame::SessionEnded control frame

  • Allow to set attach properties for receiver link builder

ntex amqp v0.5.0

17 Sep 09:40
Compare
Choose a tag to compare

Changes

  • No changes