Skip to content

rumqttd 0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 13:39
· 122 commits to main since this release

Blog Post discussing this release - https://bytebeam.io/blog/qos2-and-websockets-support-rumqttd/

Significant Changes

  • QoS2 support (#604) πŸš€
  • Support for Websocket connections (#633) πŸ•ΈοΈ

Changed

  • Ability to configure segment size individually (#602)
  • LinkBuilder for constructing LinkRx/LinkTx (#659)

Deprecated

  • Link and its implementation, use LinkBuilder instead

Fixed

  • Include reason code for UnsubAck in v5

New Contributors πŸŽ‰