Skip to content

Releases: awslabs/aws-c-mqtt

v0.12.1

29 Jan 00:21
83247bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

29 Jan 00:20
9c093c4
Compare
Choose a tag to compare

What's Changed

  • chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in #373
  • MQTT5 options logging conformity by @sbSteveK in #377
  • Switch CI to roles by @DmitriyMusatkin in #378
  • Add topic argument to publish callback in request-response stream client by @sfod in #380

New Contributors

Full Changelog: v0.11.0...v0.12.0

Update Minimum CMake to 3.9

23 Oct 16:59
627c333
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.6...v0.11.0

v0.10.7

07 Oct 17:05
77d6f00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.5...v0.10.7

v0.10.6

19 Sep 20:54
77d6f00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.5...v0.10.6

v0.10.5

12 Sep 21:03
c43232c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

v0.10.4

25 Apr 17:20
ed7bbd6
Compare
Choose a tag to compare
v0.10.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.1...v0.10.4

v0.10.3

29 Feb 16:08
74da9ca
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release

What's Changed

  • return an error code when an mqtt5 puback has a failing reason code by @sbSteveK in #352

Full Changelog: v0.10.2...v0.10.3

v0.10.2

14 Feb 23:50
d4346e0
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release

What's Changed

  • Remove no-longer-necessary setup callback cross-thread task by @bretambrose in #341
  • Fix a bunch of places we forget to aws_raise_error() by @graebm in #350
  • push ping time only if the request complete is successful by @alfred2g in #348

Full Changelog: v0.10.1...v0.10.2

Adapt to `port` changing from uint16_t to uint32_t, to support VSOCK

30 Dec 00:51
17ee24a
Compare
Choose a tag to compare

What's Changed

  • Change port from uint16_t to uint32_t, to support VSOCK by @graebm in #338

Full Changelog: v0.10.0...v0.10.1