Skip to content

Releases: awslabs/aws-c-mqtt

Fix memory leak in websocket shutdown.

13 Dec 00:40
68af49e
Compare
Choose a tag to compare
Pre-release
v0.4.21

Release the websocket request upon websocket shutdown. (#114)

Client bootstrap API changes

10 Dec 18:20
27b2989
Compare
Choose a tag to compare
Pre-release

Adapt to API changes in aws-c-io v0.4.20

v0.4.19

05 Dec 19:15
9360723
Compare
Choose a tag to compare
v0.4.19 Pre-release
Pre-release

Some uncommon-path memory leaks

v0.4.18

03 Dec 21:34
393c1dc
Compare
Choose a tag to compare
v0.4.18 Pre-release
Pre-release

Memory leaks and crash fixes

v0.4.17

22 Nov 21:49
8c78e08
Compare
Choose a tag to compare
v0.4.17 Pre-release
Pre-release
  • Fix for double completion crash

Proxy Options Unitialized Memory Fix

12 Nov 01:20
632f996
Compare
Choose a tag to compare
Pre-release

Whoops

Memory tracing updates

05 Nov 21:30
ab98e46
Compare
Choose a tag to compare
Pre-release
Fixed tests to match tracer API updates (#102)

* Fixed tests to match tracer API updates

Memory tracing updates

05 Nov 18:21
e02d928
Compare
Choose a tag to compare
Pre-release
Updated tests to use mem tracer instead of test allocator (#101)

* Updated tests to use mem tracer instead of test allocator

Topic Copying

31 Oct 22:02
1b7f915
Compare
Choose a tag to compare
Topic Copying Pre-release
Pre-release

Unsubscribe and publish now behave like subscribe, in that they copy the topic string internally, so the caller doesn't need to keep it alive for the duration of the event.

Also fixes an assert in topic_tree when attempting to unsubscribe from a topic that doesn't exist.

web sockets now on by default. Proxy configuration now supported.

29 Oct 23:22
Compare
Choose a tag to compare
v0.4.12

MQTT_WITH_WEBSOCKETS is ON by default (#99)