Releases: awslabs/aws-crt-python
Releases · awslabs/aws-crt-python
Fixes for OpenBSD
What's Changed
- Allow passing None for the PKCS11 user pin by @TwistedTwigleg in #446
- Latest submodules, with fixes for OpenBSD by @graebm in #449
- Fix linking on OpenBSD by @knightjoel in #448
- AWS-LC v1.5.0 which includes fix for CVE-2023-0286
New Contributors
- @knightjoel made their first contribution in #448
Full Changelog: v0.16.10...v0.16.11
v0.16.10
What's Changed
- Update submodules to pull in reconnect behavior fix by @bretambrose in #443
Full Changelog: v0.16.9...v0.16.10
Fixing a low severity issue with parsing certificate Common Name (CN)
What's Changed
Full Changelog: v0.16.8...v0.16.9
Remove future from operation statistics in MQTT
What's Changed
- Remove future from operation statistics by @TwistedTwigleg in #439
Full Changelog: v0.16.6...v0.16.8
v0.16.7
What's Changed
- Mqtt311 operation statistics support by @TwistedTwigleg in #437
Full Changelog: v0.16.5...v0.16.7
v0.16.6
What's Changed
- Mqtt311 operation statistics support by @TwistedTwigleg in #437
Full Changelog: v0.16.5...v0.16.6
v0.16.5
MQTT5 fixes
What's Changed
- Mqtt5 canary by @sbSteveK in #418
- Handle user calling sys.exit() from WebSocket callback by @graebm in #434
Full Changelog: v0.16.3...v0.16.4
Failed WebSocket handshake response now includes body
What's Changed
Full Changelog: v0.16.2...v0.16.3
MQTT5 fixes, WebSocket flow-control, PQ TLS Cipher Prefs
What's Changed
- Fix GCC/Clang ASM error by @graebm in #421
- handle null ack packets in callbacks by @sbSteveK in #422
- Convert from strlen to strnlen where it's safe and reasonable to do so by @bretambrose in #424
- Fix bug passing enum value from python to C as a byte instead of int by @graebm in #425
- Mqtt5 reconnect enum by @sbSteveK in #428
- Add Option to configure Hybrid PQ TLS Cipher Preferences by @alexw91 in #427
- Websocket flow-control by @graebm in #429
New Contributors
Full Changelog: v0.16.1...v0.16.2