Skip to content

Releases: awslabs/aws-crt-python

Updating Submodules

16 Apr 21:39
aea4e37
Compare
Choose a tag to compare
Updating Submodules Pre-release
Pre-release
  • Updating aws-c-auth submodule
  • Updating aws-c-common submodule
  • Updating aws-c-mqtt submodule
  • Updating aws-c-io submodule
    • BUG FIX: Fixed a file stream reading issue. This will fix an issue on Windows when uploading using the S3 Client and the send_filepath argument. Previously, the underlying data stream could terminate early.
  • Updating aws-c-s3 submodule
    • BUG FIX: Fixed abort-multipart-upload messages not being sent when a multipart upload failed or was cancelled.

Updating aws-c-mqtt, aws-c-s3, s2n submodules

13 Apr 18:50
307cf1a
Compare
Choose a tag to compare
  • Updating aws-c-mqtt submodule
  • Updating aws-c-s3 submodule
    • BUG FIX: Fixed bug that could cause a slow down/hang.
    • BUG FIX: Turned off path normalization for default signing config as this can cause a signing mismatch with the service.
  • Updating s2n submodule

Updating Submodules

08 Apr 21:19
a5cddf8
Compare
Choose a tag to compare
Updating Submodules Pre-release
Pre-release
  • Updating aws-c-mqtt submodule
  • Updating aws-c-http submodule
  • Updating aws-c-s3 submodule
    • Under-the-hood refactoring for how requests are managed.

Limit parallelism when installing from source

07 Apr 00:12
c2ab683
Compare
Choose a tag to compare
  • Some low end machines (ex: Raspberry Pi 3B+) were running out of memory while compiling aws-lc with unlimited parallelism.

Fix source distribution

06 Apr 22:34
c947ea2
Compare
Choose a tag to compare
Pre-release
  • Put necessary files back into source distribution

Fix distribution error

06 Apr 00:51
fd18c91
Compare
Choose a tag to compare
Pre-release
  • Some of the dependencies are required for aws-lc to build, but we pruned them for distribution. Now, putting it back

Updating aws-c-common to v0.5.3

30 Mar 02:18
01fefdf
Compare
Choose a tag to compare
Pre-release

Updating aws-c-common submodule to v0.5.3 which includes a fix for thread affinity functionality.

Updating aws-lc, fixing bugs

26 Mar 18:30
a877f75
Compare
Choose a tag to compare
Pre-release
  • BUG FIX: libssl was being built by aws-lc
  • BUG FIX: Updated aws-lc to get c99 related fix
  • Pruned bloat from wheel manifest

Upgrading aws-c-cal to v0.5.2

25 Mar 19:39
0bf7d5a
Compare
Choose a tag to compare
Pre-release

Upgrading aws-c-cal to v0.5.2 which includes aws-lc.cmake skipping libssl, building only libcrypto.

Protocol Operation Timeout Added

22 Mar 19:50
2771e2c
Compare
Choose a tag to compare
Pre-release
  • Take protocol_operation_timeout_ms as part of the mqtt connection configuration. Milliseconds to wait for the response to the operation requires response by protocol.
  • Support comments in pem file from aws-c-io updates