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

ntex-mqtt v7.6.0

Changes

  • Add support for ntex-error
22 days ago
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

23 days ago
ntex-mqtt

ntex-mqtt v7.4.0

Changes

  • Do not send DISCONNECT if DISCONNECT packet is already received
26 days ago
ntex-mqtt

ntex-mqtt v7.3.1

Changes

  • Enforces an upper bound for max concurrent outbound messages
27 days ago
ntex-mqtt

ntex-mqtt v6.7.0

Changes

  • Allow to set max_send for v5 handshake
27 days ago
ntex-mqtt

ntex-mqtt v7.3.0

Changes

  • Allow to set max_send for v5 handshake
29 days ago
ntex-mqtt

ntex-mqtt v7.2.0

Changes

  • MqttServiceConfig is not Clone
29 days ago
ntex-mqtt

ntex-mqtt v7.1.0

Changes

  • SharedCfg is not Copy anymore
2026-01-30 15:16:11
ntex-mqtt

ntex-mqtt v7.0.0

Changes

  • Better disconnect handling on control service failure
2026-01-30 00:40:54
ntex-mqtt

ntex-mqtt v7.0.0-pre.2

Changes

  • Send Disconnect packet once