Skip to content

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

CRT update

17 Aug 21:48
4a3f224
Compare
Choose a tag to compare

What's Changed

- Update CRT to latest release v.1.14.1

CRT update for fix for dlopen usage from Mac

15 Aug 17:02
f1225bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.5...v1.8.6

Typescript and typedoc major version upgrades

11 Jul 14:42
0c2c240
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.8.5

Remove npm-force-resolutions

30 Jun 22:41
6dbde81
Compare
Choose a tag to compare

What's Changed

  • Remove npm-force-resolutions and update CRT to 1.12.5 by @xiazhvera in #265

Full Changelog: v1.8.3...v1.8.4

JavaScript Browser Library Update

23 Jun 16:26
7b40db5
Compare
Choose a tag to compare

What's Changed

  • Update CRT lib and added browser sample by @TingDaoK in #225
    • Implemented reconnection backoff for JavaScript Browser library
    • Added browser sample
  • Documentation Update:
  • Update NPM packages and remove package-lock.json from all samples by @TwistedTwigleg in #250

Full Changelog: v1.8.2...v1.8.3

Custom Authorizer support

26 May 19:52
b9074ad
Compare
Choose a tag to compare

Adds custom authorizer support and a sample showing how to connect using a custom authorizer. Also adds support for the ClientToken field in Shadows and documentation adjustments.

What's Changed

Full Changelog: v1.8.1...v1.8.2

Device Advisor Script

14 Apr 20:49
e4166fb
Compare
Choose a tag to compare

What's changed:

  • Add the device advisor scripts to enable GitHub Actions to automatically run device advisor test

Support mutual TLS using a certificate from a Windows cert store

24 Mar 18:05
2b53e07
Compare
Choose a tag to compare

What's Changed

  • Split the PubSub sample down into smaller samples by @TwistedTwigleg in #231
  • Support mutual TLS using a certificate from a Windows cert store by @graebm in #232

Full Changelog: v1.7.1...v1.8.0

Security Fix - OpenSSL CVE-2022-0778

15 Mar 20:30
a88da19
Compare
Choose a tag to compare

Security Fix

  • Updates the aws-lc submodule to a version that is not vulnerable to OpenSSL CVE-2022-0778 - a bug in BN_mod_sqrt() can cause the function to enter an infinite loop

PKCS#11 Support

14 Feb 17:00
1daaa28
Compare
Choose a tag to compare
  • NEW: Support PKCS#11 for mutual TLS on Unix platforms (Node only)
  • BUGFIX: Fix potential native memory leak when looping around a failed call to Connect