Skip to content

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

Upgrading CRT version

28 Aug 22:56
1a6cf56

Choose a tag to compare

from 1.2.0 to 1.3.0
includes:

  • BUG_FIXED: Fixes a crash when shutting down an mqtt connection with an incomplete request with no callback from aws-c-mqtt
  • BUG_FIXED: Fixed upgrade typo
  • BUG_FIXED: Added a http.HttpRequest derived from crt_native.HttpRequest, taking InputStream as argument
  • BUG_FIXED: Fix the refcounts for aws_http_message under HttpRequest

Upgrading CRT Version

25 Aug 03:08
bec1d87

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

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

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

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

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

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

Choose a tag to compare

  • Update crt dependecy to the one with the latest signing interface

NamedShadow release

11 Jun 21:52
bc98b6d

Choose a tag to compare

v1.2.0

NamedShadow import (#54)

Fleet Provisioning API

13 May 00:23
341d365

Choose a tag to compare

Fleetprovisioning (#39)

Fleet provisioning