Skip to content

R11

Compare
Choose a tag to compare
@de-sh de-sh released this 03 Mar 14:06

rumqttc v0.11.0

  • tls::Error is now public
  • rustls upgraded to 0.20
  • Manual acknowledgment of Publishes received by setting MqttOptions.manual_acks = true and passing received publish packet to Client.ack()

rumqttd v0.10.0

  • tokio_rustls upgraded to 0.23.2

NOTE: mqttbytes moved into separate repo, dependency on the same from rumqtt client and broker crates are hence forth removed.

This release was possible due to some of our awesome contributors: @jplatte (for #287), @belltoy (for #325), @shikoku1 (for #326) , @wiktorsikora (for #341), @RAvenGEr (for #336) and @de-sh (for #328, #346, #342 and #359).