Skip to content

Releases: awslabs/aws-crt-python

Updating aws-lc submodule

17 Mar 21:44
12d6b6f
Compare
Choose a tag to compare
Pre-release

Updating aws-lc submodule to pick up changes to consume less resources when building.

Integrated AWS-LC, Updated Submodules, Removed awsiot_mqtt_connection_builder

17 Mar 15:29
0e57d02
Compare
Choose a tag to compare
  • aws-lc is now a submodule and s2n submodule has been updated.
  • API Change: Removed awsiot_mqtt_connection_builder.
  • Updating aws-c-* submodules:
    • Updates to aws-c-cal:
      • Integrated AWS LC as crypto implementation on UNIX platforms.
    • Updates to aws-c-common:
      • Corrected/improved musl support with respect to thread affinity control.
      • Updated managed thread join to return success/failure, allowing downstream callers (CRTs) to branch shutdown logic between strict and permissive.
      • Fixed shared libs.
    • Updates to aws-c-io:
      • Added support for BYO_CRYPTO.
      • Updated builder version of s2n to latest release.
    • Updates to aws-c-s3
      • Additional logging and removing toggle for client stats logging.
      • Fixed two race conditions inside of the client clean-up code.
      • Fixed a bug where the S3 Client could stop processing new work.
      • Adding user-agent information about the S3 Client to request headers.

EventStreamRPC connect ack bug fix

26 Feb 00:50
3430b90
Compare
Choose a tag to compare
Pre-release
  • EventStreamRPC connect ack bugfix. (#243)
  • Documentation update (#242)

New managed thread API

22 Feb 04:50
d0a2498
Compare
Choose a tag to compare
Pre-release
  • New managed thread API
  • Declare license in setup.py for the benefit ofpip show

MQTT on-message callback has more info

17 Feb 01:01
13c389e
Compare
Choose a tag to compare
Pre-release
  • MQTT on-message callback now has qos, retain, and dup of args. This is a backwards-compatible change.

Updated libcrypto to get EVP_CipherUpdate overflow fix

17 Feb 00:31
dd6fec7
Compare
Choose a tag to compare
v0.10.5

update the str of excpetion to make it more clear out side of CRT env…

S3 follow up

15 Feb 19:36
5523913
Compare
Choose a tag to compare
S3 follow up Pre-release
Pre-release
  • Several fixes from aws-c-s3
  • Clean up the binding

Submodule fixes

11 Feb 17:08
d020399
Compare
Choose a tag to compare
Submodule fixes Pre-release
Pre-release
  • Address instability due to numa dynamic loading on certain platforms
  • Improved arm cpu feature detection

S3 issue fix

15 Jan 19:16
9a92a8c
Compare
Choose a tag to compare
S3 issue fix Pre-release
Pre-release
  • Update aws-c-s3 fixed issues:
  • Multipart upload will hang if error occurs
  • Read from input stream cannot report an error correctly
  • Read from input stream will have a recursive lock for cancel

Win32 Fix

13 Jan 08:13
8d38585
Compare
Choose a tag to compare
Win32 Fix Pre-release
Pre-release
update submodules for win32 builiding (#222)

Co-authored-by: Dengke Tang <[email protected]>