ntex-rs/ntex-mqtt
 Watch   
 Star   
 Fork   
2 days ago
ntex-mqtt

ntex-mqtt v8.0.0-beta.4

Changes

[8.0.0-beta.4] - 2026-04-30

  • Include MaxSize error parameters

[8.0.0-beta.3] - 2026-04-24

  • Add control service support for client

[8.0.0-beta.2] - 2026-04-24

  • Restore Handshake::packet_mut()
13 days ago
ntex-mqtt

ntex-mqtt v8.0.0-beta.1

Changes

  • Introduce new control service only for network level messages

  • Split control messages to protocol control messages and connection control messages.

  • v5: MqttSink::close_with_no_reason() properly close io

2026-03-28 08:38:20
ntex-mqtt

ntex-mqtt v7.5.1

Changes

  • Fix deadlock in io::dispatcher if disconnect happen during long in-flight publish and Disconnect packet.
2026-03-28 08:34:15
ntex-mqtt

ntex-mqtt v7.6.1

Changes

  • Fix deadlock in io::dispatcher if disconnect happen during long in-flight publish and Disconnect packet.
2026-03-15 05:25:23
ntex-mqtt

ntex-mqtt v7.6.0

Changes

  • Add support for ntex-error
2026-02-24 00:14:48
ntex-mqtt

ntex-mqtt v7.5.0

Changes

  • Close connection after Receiving Disconnect packet

  • Handle MQTT-3.14.2-2 error cases

  • Better handling for protocol spec violation errors

2026-02-22 21:10:56
ntex-mqtt

ntex-mqtt v7.4.0

Changes

  • Do not send DISCONNECT if DISCONNECT packet is already received
2026-02-20 17:18:17
ntex-mqtt

ntex-mqtt v7.3.2

Changes

  • HandshakeAck::max_send() uses Option
2026-02-20 16:46:07
ntex-mqtt

ntex-mqtt v7.3.1

Changes

  • Enforces an upper bound for max concurrent outbound messages
2026-02-19 16:23:32
ntex-mqtt

ntex-mqtt v6.7.0

Changes

  • Allow to set max_send for v5 handshake