R11
rumqttc v0.11.0
tls::Error
is now publicrustls
upgraded to 0.20- Manual acknowledgment of Publishes received by setting
MqttOptions.manual_acks = true
and passing received publish packet toClient.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).