Releases: ntex-rs/ntex-mqtt
ntex mqtt v0.3.8
Changes
-
Fix packet ordering
-
Check default router service readiness
-
v5: Fix in/out bound frame size checks in codec
ntex mqtt v0.3.6
Changes
- v5: Add Error::ack_with() helper method
ntex mqtt v0.3.5
Changes
-
v3: New client api
-
v5: New client api
-
v5: Send publish packet returns ack or publish error
ntex mqtt v0.3.2
Changes
-
v5: Handle packet id in use for publish, subscribe and unsubscribe packets
-
v5: Handle 16 concurrent control service requests
-
v3: Handle packet id in use for subscribe and unsubscribe packets
-
v3: Handle 16 concurrent control service requests
ntex mqtt v0.3.0
Changes
-
v5: Add topic aliases support
-
v5: Forward publish errors to control service
-
Move keep-alive timeout to Framed dispatcher
-
Rename PublishBuilder::at_most_once/at_least_once into send_at_most_once/send_at_least_once
-
Replace ConnectAck::properties with ConnectAck::with
ntex-mqtt v0.2.1
Changes
- Fix v5 decoding for properties going beyond properties boundary
ntex-mqtt v0.2.0
Changes
[0.2.0] - 2020-07-28
-
Fix v5 server constraints
-
Add v3::Connect::service_unavailable()
-
Refactor Topics matching
[0.2.0-beta.2] - 2020-07-22
- Add Publish::packet_mut() method
MQTT 3.1.1/5.0 Client/Server framework - v0.2.0-beta.1
Changes
-
Add mqtt v5 protocol support
-
Refactor control packets handling
MQTT 3.1.1 Client/Server framework - v0.1.3
Changes
- Check for duplicated in-flight packet ids
MQTT 3.1.1 Client/Server framework - v0.1.1
Changes
- Add disconnect timeout