Releases: ntex-rs/ntex-amqp
Releases · ntex-rs/ntex-amqp
ntex amqp v0.5.9
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
Changes
- Cleanup session end flow #17
ntex amqp codec v0.7.4
Changes
- Fix overflow in frame decoder
ntex amqp v0.5.7
Changes
- Add memory pools support
ntex amqp v0.5.6
Changes
-
Set SenderLink's max_message_size from Attach frame
-
Set ReceiverLink's max_message_size from Attach frame
ntex amqp v0.5.5
Changes
- Add Clone impls for error types
ntex amqp v0.5.4
Changes
- Add helper method
Session::detach_sender_link()
ntex amqp v0.5.3
Changes
- Add set_max_message_size on SenderLink
ntex amqp v0.5.2
Changes
-
Add ControlFrame::SessionEnded control frame
-
Allow to set attach properties for receiver link builder
ntex amqp v0.5.0
Changes
- No changes