Releases: awslabs/aws-crt-python
Releases · awslabs/aws-crt-python
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
WebSocket Developer Preview
What's Changed
- Fix mqtt5 code using wrong letter to pass int types by @graebm in #417
- Add WebSocket bindings by @graebm in #419
Full Changelog: v0.16.0...v0.16.1
MQTT5 developer preview support
Adds MQTT5 support to aws-crt-python.
Note: MQTT5 support is currently in developer preview. We encourage feedback at all times, but feedback during the preview window is especially valuable in shaping the final product. During the preview period we may make backwards-incompatible changes to the public API, but in general, this is something we will try our best to avoid.
What's Changed
Full Changelog: v0.15.3...v0.16.0