Releases: aws/aws-iot-device-sdk-python-v2
Releases · aws/aws-iot-device-sdk-python-v2
Fix Python out of memory error on resubscribe
Updates to the latest CRT to get a fix for a Python out of memory error that sometimes is reported when a client gets disconnected, reconnects, and then calls resubscribe_existing_topics
.
What's Changed
- Update to latest CRT by @TwistedTwigleg in #351
Full Changelog: v1.11.7...v1.11.8
build fixes for 32bit Unix
What's Changed
Full Changelog: v1.11.6...v1.11.7
CRT update for fix connect infinite loop
What's Changed
- Update CRT to introduce the following mqtt improvement:
- Removed forced cleansession behavior on a user called disconnect
- Added Minimum stable connection time before resetting reconnect timer to fix connection infinite loop
Full Changelog: v1.11.5...v1.11.6
Release fix for v1.11.4
What's Changed
- Fix PyPi release to use IoT specific token by @TwistedTwigleg in #344
Full Changelog: v1.11.4...v1.11.5
CRT update for fix for dlopen usage from Mac
What's Changed
- Update Greengrass V2 IPC model for PutComponentMetric operation by @kucnavya in #332
- Update CONTRIBUTING to reflect how CI works in our repos by @TwistedTwigleg in #333
- Avoid warnings for using 'is' with literals in python 3.8+ (mirror) by @TwistedTwigleg in #335
- Update to use latest CRT by @TwistedTwigleg in #334
- Prevent a non-None empty username from being passed down and used to … by @sbSteveK in #336
- Fix kwargs in default builder not being unpacked correctly by @TwistedTwigleg in #341
- update CRT to latest by @TingDaoK in #343
New Contributors
Full Changelog: v1.11.3...v1.11.4
Greengrass IPC model update
What's Changed
- FAQ by @jmklix in #318
- Give explicit permissions to Github actions by @graebm in #320
- Delete Test Resources for Device Advisor by @xiazhvera in #319
- Mention the default ClientID in the sample readme by @TwistedTwigleg in #321
- further awscrt bump for arm64 support by @peteward in #322
- Fix typo. (Port No '433' to '443') by @moritalous in #326
- Update Greengrass V2 IPC models by @MikeDombo in #325
- stop disabling test by @graebm in #242
New Contributors
- @peteward made their first contribution in #322
- @moritalous made their first contribution in #326
Full Changelog: v1.11.2...v1.11.3
Custom Authorizer support
Adds custom authorizer support and a sample showing how to connect using a custom authorizer.
What's Changed
- Readme install instructions update by @TwistedTwigleg in #316
- Added custom authorizer sample by @TwistedTwigleg in #315
Full Changelog: v1.11.1...v1.11.2
Official support for Apple silicon (aka M1)
What's Changed
- Remove developer preview warning from Greengrass V2 Client by @MikeDombo in #311
- Add shadow client token by @TwistedTwigleg in #310
- Improved support for Apple Silicon aka M1 aka arm64 aka Universal2 by @graebm in #314
Full Changelog: v1.11.0...v1.11.1
Add ECC support for PKCS#11
What's Changed
- Add ECC support for PKCS#11 by @JamieHunter in #308
Full Changelog: v1.10.4...v1.11.0
Device Advisor Script
What's changed:
- Add the device advisor scripts to enable GitHub Actions to automatically run device advisor test