Skip to content

Releases: ntex-rs/ntex-mqtt

ntex mqtt v0.3.8

02 Sep 18:32
Compare
Choose a tag to compare

Changes

  • Fix packet ordering

  • Check default router service readiness

  • v5: Fix in/out bound frame size checks in codec

ntex mqtt v0.3.6

01 Sep 19:06
63d72b0
Compare
Choose a tag to compare

Changes

  • v5: Add Error::ack_with() helper method

ntex mqtt v0.3.5

31 Aug 17:53
Compare
Choose a tag to compare

Changes

  • v3: New client api

  • v5: New client api

  • v5: Send publish packet returns ack or publish error

ntex mqtt v0.3.2

13 Aug 06:01
Compare
Choose a tag to compare

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

12 Aug 17:02
Compare
Choose a tag to compare

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

03 Aug 11:03
Compare
Choose a tag to compare

Changes

  • Fix v5 decoding for properties going beyond properties boundary

ntex-mqtt v0.2.0

28 Jul 10:08
Compare
Choose a tag to compare

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

06 Jul 12:16
Compare
Choose a tag to compare

Changes

  • Add mqtt v5 protocol support

  • Refactor control packets handling

MQTT 3.1.1 Client/Server framework - v0.1.3

26 May 15:40
Compare
Choose a tag to compare

Changes

  • Check for duplicated in-flight packet ids

MQTT 3.1.1 Client/Server framework - v0.1.1

07 Apr 15:48
Compare
Choose a tag to compare

Changes

  • Add disconnect timeout