Skip to content

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

Upgrading CRT Version

25 Aug 03:08
bec1d87
Compare
Choose a tag to compare
  • CRT VERSION UPGRADE: Upgrading CRT version to pull in fix. Notable changes brought in with this CRT upgrade:
    • API CHANGE: AwsSigningConfig.signed_body_value is now a string instead of an int enum.
    • BUG FIX: MQTT on_interrupt and on_resume callbacks firing correctly.
    • BUG FIX: Websocket no longer hangs if CLOSE frame cannot be sent.

Better error surfacing

18 Aug 17:18
27f9fcc
Compare
Choose a tag to compare
  • Upgrade to latest CRT which converts mqtt NAPI errors which became crashes into catchable errors.

Browser fixes

15 Aug 00:21
a322e24
Compare
Choose a tag to compare
  • Fixes a number of issues with the SDK's browser code paths

fix race condition & possible momery leak from dependency

06 Aug 18:15
d1a7a89
Compare
Choose a tag to compare
update denpendency to latest crt (#79)

Co-authored-by: Dengke Tang <[email protected]>

Fixes: ARM source build failures, glibc version mismatches, ecs credentials provider crash, tls windowing

17 Jul 22:55
dd60b21
Compare
Choose a tag to compare
  • Fixes an error with source-based build-installs of the SDK, arm builds being the most commonly affected
  • Lowers glibc dependency version for the pre-built x86_64 linux package
  • Crash fix in ecs credentials provider
  • Tls windowing fix

Bug and sample fixes

13 Jul 16:52
83b6e9d
Compare
Choose a tag to compare
  • Fixed a number of issues with the fleet provisioning sample
  • Reexport crt modules from the SDK, updated samples accordingly
  • Fixed a crash with the ECS credentials provider
  • Updated README and sample-specific README
  • Updated sample client ids to a common pattern across all SDK samples

Updated signing interface

15 Jun 18:25
9b80d9d
Compare
Choose a tag to compare
  • Update crt dependecy to the one with the latest signing interface

NamedShadow release

11 Jun 21:52
bc98b6d
Compare
Choose a tag to compare
v1.2.0

NamedShadow import (#54)

Fleet Provisioning API

13 May 00:23
341d365
Compare
Choose a tag to compare

Fleetprovisioning (#39)

Fleet provisioning

Update Jobs API with missing parameter

07 Apr 20:24
0e96076
Compare
Choose a tag to compare
  • Add missing parameter to UpdateJobExecution