Skip to content

Releases: awslabs/aws-c-mqtt

v0.8.4

04 Jan 18:11
5cbde90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

Adapt to websocket API changes

23 Dec 18:51
ac51334
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Adapt to minor breaking change in websocket API by @graebm in #243

Full Changelog: v0.8.2...v0.8.3

v0.8.2

15 Dec 17:17
c2bc310
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

09 Dec 01:58
709047b
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.0...v0.8.1

MQTT5 developer preview support

25 Nov 22:55
cde0625
Compare
Choose a tag to compare
Pre-release

Note: MQTT5 support is currently in developer preview. We encourage feedback at all times, but feedback during the preview window is especially valuable in shaping the final product. During the preview period we may make backwards-incompatible changes to the public API, but in general, this is something we will try our best to avoid.

What's Changed

New Contributors

Full Changelog: v0.7.13...v0.8.0

v0.7.13

04 Nov 15:32
882c689
Compare
Choose a tag to compare
v0.7.13 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.7.12...v0.7.13

v0.7.12

23 Aug 15:54
cea176e
Compare
Choose a tag to compare
v0.7.12 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.11...v0.7.12

Improve clean up on user disconnection

05 Jul 04:27
936b788
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.7.10...v0.7.11

Remove using of try_lock

02 Dec 23:18
6168e32
Compare
Choose a tag to compare
Pre-release
  • Try lock is not available in Windows Server 2008. Remove it from our debug build

Empty payload fixes

10 Nov 20:41
60f9a17
Compare
Choose a tag to compare
Empty payload fixes Pre-release
Pre-release
  • Fix a crash on Windows when the will payload was empty (precondition is turned into a fatal assert on Windows CD builds still)
  • Fix a decode error when receiving a message with an empty payload