Skip to content

Releases: awslabs/aws-c-iot

DeviceDefender bugfix

31 Dec 01:21
f850f5b
Compare
Choose a tag to compare
DeviceDefender bugfix Pre-release
Pre-release

What's Changed

  • Fix bug where DeviceDefender accidentally closed file descriptor 0 (aka stdin) by @graebm in #63

Full Changelog: v0.1.1...v0.1.2

Secure Tunneling related updates

01 Nov 16:57
7b64917
Compare
Choose a tag to compare
Pre-release

Pass http_proxy_options from secure_tunnel to websocket_options

Add const to aws_socket_options and aws_http_proxy_options in aws_secure_tunnel_options

Secure Tunneling tests properly categorized

21 Oct 17:53
527d482
Compare
Choose a tag to compare
v0.1.0

switched secure_tunneling tests to be net tests (#61)

HTTP Proxy Support for Secure Tunneling

19 Oct 17:40
df3dd37
Compare
Choose a tag to compare
Pre-release
  • HTTP Proxy Support for Secure Tunneling
  • Fix memory ownership issues

Crash fix on deleted defender task

30 Sep 22:56
793f4b4
Compare
Choose a tag to compare
Pre-release

Fixes a crash on mqtt connection completion callbacks invoked during connection destruction

Custom metrics integration

28 Jul 22:19
118c5bf
Compare
Choose a tag to compare
Pre-release
  • Added custom metrics (#48)
  • Changed interface for DeviceDefender configuration and task resource management and lifecycle

Test compile error fixes

23 Jun 20:18
9ce6e5b
Compare
Choose a tag to compare
Pre-release
  • Fixes a signature mismatch between a test and a private mqtt API

New managed thread API

22 Feb 18:53
f205793
Compare
Choose a tag to compare
Pre-release

Convert to new managed thread system for threads that cannot be reliably explicitly joined.

Adapt to aws-c-mqtt API change

17 Feb 23:07
c77d6f0
Compare
Choose a tag to compare
Pre-release
v0.0.4

Adapt to API changes in aws-c-mqtt (#49)

More symbol tweaking

11 Feb 21:15
8db1a56
Compare
Choose a tag to compare
More symbol tweaking Pre-release
Pre-release
  • additional fixes for problems that did not show up until doing piecewise .so builds