Releases: ntex-rs/ntex-amqp
Releases · ntex-rs/ntex-amqp
ntex amqp v0.6.3
Changes
-
Do not store Attach frame in ReceiverLink
-
Expose available sender link
-
Expose available session remove window size
ntex-amqp v0.6.1
Changes
[0.6.1]
-
Cleanup server errors
-
Cleanup client connector interface
codec [0.8.1]
- Use new ByteString api
ntex amqp v0.6.0
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
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
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