Skip to content

Releases: aws/aws-iot-device-sdk-js-v2

Browser mqtt fix

09 Dec 17:58
d6aa508
Compare
Choose a tag to compare
  • Fixes an issue that broke the browser version of the crt mqtt client

Crash fix for queued napi function calls

06 Dec 20:52
1275479
Compare
Choose a tag to compare
  • Dependency version updates
  • Fixes a crash in native-to-node calls where the connection was closed while a threadsafe function was queued

Documentation Updates

26 Oct 17:50
a8254e1
Compare
Choose a tag to compare

This release modifies how the SDK and CRT documentation is tagged and generated in an effort to improve the discoverability and usability of the repo-internal documentation.

Stability Fix

22 Sep 17:56
d3536db
Compare
Choose a tag to compare
  • Fixes crashes that could occur if closing a connection that is currently in the connecting or disconnecting state.

Memory usage improvements and leak fixes

03 Sep 22:01
7c219f9
Compare
Choose a tag to compare
  • Fixed a number of memory leaks in both managed and native objects
  • Tls context caching in the mqtt connection builder reduced per-connection memory consumption from ~800K to ~100K on concurrent tests

Fix CA override functions

16 Aug 05:00
22f1989
Compare
Choose a tag to compare

Fix the issue where "override_default_trust_store" functions did not actually override the system trust store on Linux and Apple platforms.

Dependency updates and Arm64 support

23 Jul 19:21
375d667
Compare
Choose a tag to compare
  • adds arm64 support on linux; no longer requires a cmake-rebuild of the native code in aws-crt
  • updates a number of dependency versions
  • removes some unused depenencies
  • CRC calculation bindings

Dependency version bumps

09 Jul 23:04
788023c
Compare
Choose a tag to compare
  • Update crt version which in turn updates mqtt and crypto dependency versions

Mac SNI Fix

28 Jun 14:58
53a36e3
Compare
Choose a tag to compare
  • Fixed an issue where SNI was not being performed properly when establishing a tls connection with a root ca override

Windows CRL tls failure fix

18 Jun 01:16
e41ef09
Compare
Choose a tag to compare
  • Fix an issue where tls could fail on Windows with a CRL server offline error.