Releases: aws/aws-iot-device-sdk-python-v2
Releases · aws/aws-iot-device-sdk-python-v2
Device Advisor Script
What's changed:
- Add the device advisor scripts to enable GitHub Actions to automatically run device advisor test
Release fix 2
What's Changed
Last release fix missed a minor argument. This should fully fix it.
- Additional continuous delivery fix by @TwistedTwigleg in #306
Full Changelog: v1.10.2...v1.10.3
Release fix
What's Changed
- Fixes release not correctly sending to PyPi by @TwistedTwigleg in #305
- README Adjustment by @TwistedTwigleg in #294
- Issue templates by @jmklix in #300
- Standardize issue templates for discussions by @kellertk in #301
- Pub sub sample split by @TwistedTwigleg in #296
New Contributors
Full Changelog: v1.10.1...v1.10.2
Fix for None handling in iotshadow.py
What's Changed
- Refactor of command line argument parsing to single file by @TwistedTwigleg in #278
- changes to iotshadow.py json None handling by @sbSteveK in #297
Full Changelog: v1.10.0...v1.10.1
Support mutual TLS using certificate in a Windows cert store
What's Changed
- Connection builder simplification by @TwistedTwigleg in #276
- Support mutual TLS using a certificate from a Windows cert store by @graebm in #292
New Contributors
- @xiazhvera made their first contribution in #281
Full Changelog: v1.9.3...v1.10.0
Security Fix - OpenSSL CVE-2022-0778
Security Fix
- Updates the aws-lc submodule to a version that is not vulnerable to OpenSSL CVE-2022-0778 - a bug in BN_mod_sqrt() can cause the function to enter an infinite loop
Shadow package update
What's Changed
- IMPROVEMENT: Modification to Shadow API to allow passing
None
as valid input by @TwistedTwigleg in #269
New Contributors
- @TwistedTwigleg made their first contribution in #269
Full Changelog: v1.9.1...v1.9.2
Ecs and Leak fixes
- Fixes a bug with the ECS credentials provider where it would not use the port in the URI
- Fixes a potential memory leak when looping around the mqtt client connect call
Greengrass Client V2 (developer preview)
What's Changed
- NEW: Greengrass Client V2 (developer preview) by @MikeDombo in #266
- IMPROVEMENT: China endpoint support for Greengrass by @jmklix in #198
New Contributors
- @MikeDombo made their first contribution in #266
Full Changelog: v1.8.0...v1.9.0
Support PKCS#11 for mutual TLS on Unix platforms
- NEW: Support PKCS#11 for mutual TLS on Unix platforms
- NEW: New
windows_user
member onawsiot.greengrasscoreipc.model.RunWithInfo
- BUGFIX: Fix MQTT crash on Windows when Will had empty payload.