Skip to content

Releases: ntex-rs/ntex-mqtt

ntex mqtt v0.4.1

04 Jan 04:26
Compare
Choose a tag to compare

Changes

  • Use ashash instead on fxhash

  • Drop unneeded InOrder service usage

ntex mqtt v0.4.0

03 Jan 19:01
Compare
Choose a tag to compare

Changes

  • Refactor io dispatcher

  • Rename Connect/ConnectAck to Handshake/HandshakeAck

ntex mqtt v0.3.17

04 Nov 04:07
Compare
Choose a tag to compare

Changes

  • v5: Allow to configure ConnectAck::max_qos value

ntex mqtt v0.3.16

29 Oct 19:26
Compare
Choose a tag to compare

Changes

  • Do not print publish payload in debug fmt

  • v5: Create topic handlers on firse use

ntex mqtt v0.3.15

20 Oct 17:12
66fe638
Compare
Choose a tag to compare

Changes

  • v5: Handle "Request Problem Information" flag

ntex mqtt v 0.3.13

07 Oct 10:19
Compare
Choose a tag to compare

Changes

  • Allow to set packet id for sink operations

ntex mqtt v0.3.12

05 Oct 17:02
Compare
Choose a tag to compare

Changes

  • v5: Add helper method Connect::fail_with()

  • v5: Better name SubscribeIter::confirm()

ntex mqtt v0.3.11

29 Sep 06:23
Compare
Choose a tag to compare

Changes

  • v5: Fix borrow error in MqttSink::close_with_reason()

ntex mqtt v0.3.10

22 Sep 14:29
Compare
Choose a tag to compare

Changes

  • Add async fn MqttSink::ready() returns when there is available client credit.

ntex mqtt v0.3.9

18 Sep 08:41
Compare
Choose a tag to compare

Changes

  • ControlMessage (v3/v5) and referenced types have #[derive(Debug)] added

  • Add Deref impl for Session<_>

  • v5: Do not override max_packet_size, receive_max and topic_alias_max