Releases: aws/aws-iot-device-sdk-js-v2
Releases · aws/aws-iot-device-sdk-js-v2
OSX backward compatibility updates
What's Changed
- Update crt-nodejs to 1.14.8 to support OSX 10.9 by @xiazhvera in #300
Full Changelog: v1.8.10...v1.8.11
Add ECC key support for OSX
What's Changed
- CI Adjustment by @TwistedTwigleg in #290
- Added Raspberry support for Github Action by @xiazhvera in #292
- New CodeBuild workflow by @TwistedTwigleg in #293
- Update to latest CRT libs to add Mac ECC key support by @xiazhvera in #298
Full Changelog: v1.8.9...v1.8.10
Node-specific cognito credentials provider
What's Changed
- Remove typo in the shadow sample cmd in README by @steventine in #283
- Add CI check for code generated files by @TwistedTwigleg in #285
- fix typo by @jmklix in #288
- Update CRT to pull in node Cognito binding by @bretambrose in #291
New Contributors
- @steventine made their first contribution in #283
Full Changelog: v1.8.8...v1.8.9
CRT Update and Raspberry Pi build fix
Updates the CRT to get the latest changes and fixes to S2N-TLS and AWS-LC, as well as getting a bug-fix for the build script on the CRT failing when building the CRT from source on some platforms, like Raspberry Pi.
What's Changed
- Use latest versions of S2N-TLS and AWS-LC by @graebm in #281
- Update CRT to version 1.14.4 by @TwistedTwigleg in #282
Full Changelog: v1.8.7...v1.8.8
CRT update
What's Changed
- Update CRT to latest release v.1.14.1CRT update for fix for dlopen usage from Mac
What's Changed
- Fix documentation link by @bretambrose in #269
- Adjust browser pubsub to show cognito use by @TwistedTwigleg in #270
- Update CONTRIBUTING to reflect how CI works in our repos by @TwistedTwigleg in #271
- Update CRT to latest release by @TwistedTwigleg in #272
- Updated doc generator for browser API by @xiazhvera in #273
- Update to latest CRT release by @TwistedTwigleg in #274
Full Changelog: v1.8.5...v1.8.6
Typescript and typedoc major version upgrades
What's Changed
- Major version upgrades for typescript and typedoc by @bretambrose in #266
Full Changelog: v1.8.4...v1.8.5
Remove npm-force-resolutions
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
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:
- Mention the default ClientID in the sample readme by @TwistedTwigleg in #257
- Readme install instructions update by @TwistedTwigleg in #245
- Add FAQ and create documents folder by @jmklix in #252
- 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
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
- Fix it so CI runs on branches with '/' in name by @graebm in #236
- Added ClientToken to ShadowDeltaUpdated by @TwistedTwigleg in #241
- Autodocs by @graebm in #242
- Added custom authorizer sample by @TwistedTwigleg in #246
Full Changelog: v1.8.1...v1.8.2