Skip to content

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

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.

Bug fixes for tls and mqtt

28 May 21:10
4be4139
Compare
Choose a tag to compare
  • On Windows, perform a full verification of SNI/server cert chain even when using an overridden root CA
  • Mqtt received messages to use the received topic and not the original subscription topic when calling into javascript

Fixes #147

Updating CRT to v1.7.0

25 May 20:46
0714429
Compare
Choose a tag to compare
  • Updating aws-crt-nodejs to v1.7.0:
    • Backwards Incompatible API Change: verify_peer in TlsContextOptions now defaults to true instead of false.
    • WebsocketConfig now has an optional member (tls_ctx_options) for specifying TlsContextOptions.

Improved proxy support

18 May 21:03
e9802c4
Compare
Choose a tag to compare
  • Direct mqtt connections can now use http proxies
  • Update proxy-aware samples to use preferred proxy configuration
  • CRT update
    • Fix tls context initialization failures due to pem sanitization bug

Audit updates

11 May 23:26
53bbca4
Compare
Choose a tag to compare
  • Dependency security updates
  • A number of fixes for the ECS credentials provider

Mqtt, Http, Windows, and S3 bug fixes

30 Apr 22:46
c76887a
Compare
Choose a tag to compare
  • BUGFIX: Fix several MQTT race conditions.
  • BUGFIX: More validation of HTTP/1.1 messages.
  • BUGFIX: High resolution clock fix on Windows.
  • BUGFIX: Non-ascii file open fix on Windows.
  • BUGFIX: Support non-desktop Windows.
  • BUGFIX: Fixing sending of S3 abort-multipart-upload message

Crt and package lock update

23 Apr 17:35
ec4d9cf
Compare
Choose a tag to compare
  • Update to latest CRT and manually pin several packages