Skip to content

Releases: awslabs/aws-crt-python

Fixing a low severity issue with parsing certificate Common Name (CN)

31 Jan 22:36
cb40e0f

Choose a tag to compare

What's Changed

  • Fixing a low severity issue with parsing certificate Common Name (CN) by @waahm7 in #440

Full Changelog: v0.16.8...v0.16.9

Remove future from operation statistics in MQTT

27 Jan 14:31
172cbbe

Choose a tag to compare

What's Changed

Full Changelog: v0.16.6...v0.16.8

v0.16.7

26 Jan 01:29
082ebfe

Choose a tag to compare

v0.16.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.5...v0.16.7

v0.16.6

26 Jan 01:11
082ebfe

Choose a tag to compare

v0.16.6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.5...v0.16.6

v0.16.5

24 Jan 21:48
755ceac

Choose a tag to compare

v0.16.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.4...v0.16.5

MQTT5 fixes

13 Jan 18:56
10d3900

Choose a tag to compare

MQTT5 fixes Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.3...v0.16.4

Failed WebSocket handshake response now includes body

23 Dec 19:06
337b17a

Choose a tag to compare

What's Changed

  • Failed WebSocket handshake response now includes body by @graebm in #432

Full Changelog: v0.16.2...v0.16.3

MQTT5 fixes, WebSocket flow-control, PQ TLS Cipher Prefs

21 Dec 17:27
c1c25ca

Choose a tag to compare

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

06 Dec 22:11
c3d2b5e

Choose a tag to compare

Pre-release

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

30 Nov 23:25
86f4640

Choose a tag to compare

Pre-release

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