Skip to content

Releases: ntex-rs/ntex-mqtt

ntex mqtt v0.7.6

02 Dec 17:50
Compare
Choose a tag to compare

Changes

  • Add memory pools support

ntex mqtt v0.7.5

04 Nov 10:03
Compare
Choose a tag to compare

Changes

  • v5: Use variable length byte to encode the subscription ID #73

ntex mqtt v0.7.4

28 Oct 18:33
Compare
Choose a tag to compare

Changes

  • Expose some control plane type constructors

ntex mqtt v0.7.3

20 Oct 03:38
Compare
Choose a tag to compare

Changes

  • Do not poll service for readiness if it failed before

ntex mqtt v0.7.2

01 Oct 16:14
Compare
Choose a tag to compare

Changes

  • Serialize control message handling

ntex mqtt v0.7.0

17 Sep 09:41
Compare
Choose a tag to compare

Changes

  • Update ntex to 0.4

ntex mqtt v0.7.0-b9

07 Sep 07:13
Compare
Choose a tag to compare

Changes

  • v5: add helper methods to client control publish message

ntex mqtt v0.7.0-b10

07 Sep 14:38
Compare
Choose a tag to compare

Changes

  • v3: add ControlMessage::Error and ControlMessage::ProtocolError

ntex mqtt v0.7.0-b8

28 Aug 15:42
Compare
Choose a tag to compare

Changes

  • use new ntex's timer api

ntex mqtt v0.7.0-b7

17 Aug 06:45
630cba3
Compare
Choose a tag to compare

Changes

  • v3: Boxed Packet::Connect to trim down Packet size
  • v5: Boxed Packet::Connect and Packet::ConnAck variants to trim down Packet size