Skip to content

Releases: ntex-rs/ntex-mqtt

ntex v0.8.10

25 Sep 08:47
Compare
Choose a tag to compare

Changes

  • Add .into_inner() client's helper for publish control message

ntex-mqtt v0.8.9

16 Sep 13:57
Compare
Choose a tag to compare

Changes

  • v3: Send disconnect packet on sink close

  • v3: Treat disconnect packet as error on client side

ntex-mqtt v0.8.8

22 Aug 10:13
55afff5
Compare
Choose a tag to compare

Changes

  • Allow to get inner io stream and codec for negotiated clients

  • Remove inflight limit for client's control service

  • v3: Add Debug trait for client's ControlMessage

ntex mqtt v0.8.7

09 Jun 05:59
Compare
Choose a tag to compare

Changes

  • v5: Encoding missing will properties: will_delay_interval_sec, is_utf8_payload, message_expiry_interval, content_type, response_topic, correlation_data, user_properties

ntex mqtt v0.8.6

05 May 07:55
Compare
Choose a tag to compare

Changes

  • v5: Account for property type byte in property length when encoding Subscribe packet

  • v5: Add Router::finish() helper method, it converts router to service factory

  • v3/v3: Clearify session type for Router

ntex mqtt v0.8.5

19 Apr 18:17
Compare
Choose a tag to compare

Changes

  • v3: Make topic generic type for MqttSink::publish() method

  • v5: Correct receive max value for v5 connector when broker omits value #100

ntex mqtt v0.8.4

14 Mar 10:25
Compare
Choose a tag to compare

Changes

  • Add support in-flight messages size back-pressure

  • Refactor handshake timeout handling

  • Add serializer and deserializer derive (#89)

  • Correct spelling of SubscribeAckReason::SharedSubsriptionNotSupported and DisconnectReasonCode::SharedSubsriptionNotSupported (#93)

  • Removed PubAckReason::ReceiveMaximumExceeded as this error code is only valid for DISCONNECT packets (#95)

  • Update subs.rs example to use confirm instead of subscribe (#97)

ntex-mqtt v0.8.3

10 Jan 05:00
Compare
Choose a tag to compare

Changes

  • Cleanup v3/v5 client connectors

ntex mqtt v0.8.2

04 Jan 13:53
Compare
Choose a tag to compare

Changes

  • Optimize compilation times

ntex mqtt v0.8.0

30 Dec 14:40
Compare
Choose a tag to compare

Changes

[0.8.0] - 2021-12-30

  • Upgrade to ntex 0.5.0

[0.8.0-b.6] - 2021-12-30

  • Update to ntex-io 0.1.0-b.10

[0.8.0-b.5] - 2021-12-28

  • Shutdown io stream after failed handshake

[0.8.0-b.4] - 2021-12-27

  • Use IoBoxed for all server interfaces

[0.8.0-b.3] - 2021-12-27

  • Upgrade to ntex 0.5 b4

[0.8.0-b.2] - 2021-12-24

  • Upgrade to ntex-service 0.3.0

[0.8.0-b.1] - 2021-12-22

  • Better handling for io::Error

  • Upgrade to ntex 0.5.0-b.2

[0.8.0-b.0] - 2021-12-21

  • Upgrade to ntex 0.5