Skip to content

Releases: quartiq/minimq

Minimq 0.9.0

29 Apr 14:32
2b8b2ee
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where a corrupted mqtt header length could result in a crash

Changed

  • [breaking] embedded-nal bumped

Minimq 0.8.0

01 Nov 13:48
da875e9
Compare
Choose a tag to compare

Changed

  • [breaking] Const generics for message size and allowable in-flight messages have been removed.
    Instead, the user now supplies an RX buffer, a TX buffer, and a session state buffer.
  • Setup-only configuration APIs such as set_will() and set_keepalive_interval() have been moved
    to a new Config structure that is supplied to the Minimq::new() constructor to simplify the
    client.
  • Added a new correlate() API to publication builder to easily add correlation data.

Added

  • Support for subscribing at QoS::ExactlyOnce
  • Support for downgrading the QoS to the maximum permitted by the server
  • Brokers may now be provided using domain-name syntax or static IP addresses.

Fixed

  • Fixed an issue where PubComp was serialized with an incorrect control code
  • Fixed an issue where some response control packets would be improperly serialized
  • The client now respects the server max packet reception

Minimq 0.7.0

22 Jun 09:16
14310b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

Minimq 0.6.2

05 Apr 10:29
d620537
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...v0.6.2

Minimq v0.6.1

03 Nov 13:04
c8ea624
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

Minimq v0.6.0

03 Nov 09:53
04f857a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.6.0

Minimq 0.5.3

14 Feb 12:08
2e5be1c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

Minimq 0.5.2

14 Dec 10:27
ba68a2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

Minimq 0.5.1

14 Dec 10:19
d770e61
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

Minimq 0.5.0

06 Dec 09:31
8c2d9d5
Compare
Choose a tag to compare

This release contains support for will messages. Check out the CHANGELOG for more information.