Releases: ntex-rs/ntex-mqtt
ntex-mqtt v0.8.8
Changes
-
Allow to get inner io stream and codec for negotiated clients
-
Remove inflight limit for client's control service
-
v3: Add Debug trait for client's ControlMessage
ntex mqtt v0.8.7
Changes
- v5: Encoding missing will properties: will_delay_interval_sec, is_utf8_payload, message_expiry_interval, content_type, response_topic, correlation_data, user_properties
ntex mqtt v0.8.6
Changes
-
v5: Account for property type byte in property length when encoding Subscribe packet
-
v5: Add Router::finish() helper method, it converts router to service factory
-
v3/v3: Clearify session type for Router
ntex mqtt v0.8.5
Changes
-
v3: Make topic generic type for MqttSink::publish() method
-
v5: Correct receive max value for v5 connector when broker omits value #100
ntex mqtt v0.8.4
Changes
-
Add support in-flight messages size back-pressure
-
Refactor handshake timeout handling
-
Add serializer and deserializer derive (#89)
-
Correct spelling of SubscribeAckReason::SharedSubsriptionNotSupported and DisconnectReasonCode::SharedSubsriptionNotSupported (#93)
-
Removed PubAckReason::ReceiveMaximumExceeded as this error code is only valid for DISCONNECT packets (#95)
-
Update subs.rs example to use confirm instead of subscribe (#97)
ntex-mqtt v0.8.3
Changes
- Cleanup v3/v5 client connectors
ntex mqtt v0.8.2
Changes
- Optimize compilation times
ntex mqtt v0.8.0
Changes
[0.8.0] - 2021-12-30
- Upgrade to ntex 0.5.0
[0.8.0-b.6] - 2021-12-30
- Update to ntex-io 0.1.0-b.10
[0.8.0-b.5] - 2021-12-28
- Shutdown io stream after failed handshake
[0.8.0-b.4] - 2021-12-27
- Use IoBoxed for all server interfaces
[0.8.0-b.3] - 2021-12-27
- Upgrade to ntex 0.5 b4
[0.8.0-b.2] - 2021-12-24
- Upgrade to ntex-service 0.3.0
[0.8.0-b.1] - 2021-12-22
-
Better handling for io::Error
-
Upgrade to ntex 0.5.0-b.2
[0.8.0-b.0] - 2021-12-21
- Upgrade to ntex 0.5
ntex mqtt v0.8.0-b.0
Changes
- Upgrade to ntex 0.5