Skip to content

rumqttd 0.18.0

Compare
Choose a tag to compare
@swanandx swanandx released this 13 Sep 10:15
· 77 commits to main since this release

What's Changed

This release fixes retained and will messages and adds support for will delay interval in MQTTv5. Rumqttd now have an enhanced release profile in Cargo.toml which would improve performance while reducing the binary size! Here are some of the other changes:

⚡ Added

🚨 Changed

  • Non-consuming builder pattern for constructing Connection by @swanandx in #708
  • Removed Link and its implementation which were deprecated by @swanandx in #684

🛠️ Fixed

🔒 Security

  • Remove dependency on webpki to fix CVE

🚧 Maintenance changes

Full Changelog: rumqttd-0.17.0...rumqttd-0.18.0