Releases: aws/aws-iot-device-sdk-js-v2
Releases · aws/aws-iot-device-sdk-js-v2
Upgrading CRT Version
- 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
- Upgrade to latest CRT which converts mqtt NAPI errors which became crashes into catchable errors.
Browser fixes
- Fixes a number of issues with the SDK's browser code paths
fix race condition & possible momery leak from dependency
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
- 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
- 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
- Update crt dependecy to the one with the latest signing interface
NamedShadow release
v1.2.0 NamedShadow import (#54)
Fleet Provisioning API
Fleetprovisioning (#39)
Fleet provisioning
Update Jobs API with missing parameter
- Add missing parameter to UpdateJobExecution