Releases: ntex-rs/ntex-mqtt
Releases · ntex-rs/ntex-mqtt
ntex mqtt v0.4.1
Changes
-
Use ashash instead on fxhash
-
Drop unneeded InOrder service usage
ntex mqtt v0.4.0
Changes
-
Refactor io dispatcher
-
Rename Connect/ConnectAck to Handshake/HandshakeAck
ntex mqtt v0.3.17
Changes
- v5: Allow to configure ConnectAck::max_qos value
ntex mqtt v0.3.16
Changes
-
Do not print publish payload in debug fmt
-
v5: Create topic handlers on firse use
ntex mqtt v0.3.15
Changes
- v5: Handle "Request Problem Information" flag
ntex mqtt v 0.3.13
Changes
- Allow to set packet id for sink operations
ntex mqtt v0.3.12
Changes
-
v5: Add helper method Connect::fail_with()
-
v5: Better name SubscribeIter::confirm()
ntex mqtt v0.3.11
Changes
- v5: Fix borrow error in MqttSink::close_with_reason()
ntex mqtt v0.3.10
Changes
- Add async fn
MqttSink::ready()
returns when there is available client credit.
ntex mqtt v0.3.9
Changes
-
ControlMessage
(v3/v5) and referenced types have#[derive(Debug)]
added -
Add
Deref
impl forSession<_>
-
v5: Do not override
max_packet_size
,receive_max
andtopic_alias_max