Skip to content

Releases: awslabs/aws-crt-python

Python 3.10 wheel support

07 Oct 16:53
24bf341
Compare
Choose a tag to compare
Pre-release
  • Support Python 3.10 wheels. We dropped manylinux1 for Python 3.10 as 3.10 is not available in manylinux1.

s3 default max part size update

02 Oct 01:06
7ba020b
Compare
Choose a tag to compare
Pre-release
  • Update aws-c-s3 for the default max part size update, which supports the huge file (large than 0.32TB to be transferred by default)
  • update aws-c-common for:
    • Add build flag: USE_CPU_EXTENSIONS
    • byte_buffer_reserve work with initial capacity zero
  • update aws-checksum for Add build flag: USE_CPU_EXTENSIONS

Proxy environment variable support

23 Sep 16:29
970ca87
Compare
Choose a tag to compare
Pre-release

Proxy environment variable support HTTP_PROXY and HTTPS_PROXY enabled by default for S3 client

  • env HTTPS_PROXY/https_proxy will be checked when the main connection use tls.
  • env HTTP_PROXY/http_proxy will be checked when the main connection NOT use tls.
  • The lower case version has precedence.

update Submodules

08 Sep 00:00
88cb82f
Compare
Choose a tag to compare
update Submodules Pre-release
Pre-release
v0.12.2

update the submodules (#310)

Ephemeral client-side TLS keys on Windows

31 Aug 23:05
e7e8046
Compare
Choose a tag to compare
  • Migrates Windows client-side TLS configuration to ephemeral keys

Fix CA override functions

16 Aug 03:26
1ae87c2
Compare
Choose a tag to compare
Pre-release

Fix the issue where "override_default_trust_store" functions did not actually override the system trust store on Linux and Apple platforms.

Fix SNI on Macs when root CA overridden

25 Jun 19:27
42691b8
Compare
Choose a tag to compare
Pre-release
  • Properly perform an SNI check on OSX when the root CA has been overridden.

Cal Logging Fixes

16 Jun 17:26
df54d95
Compare
Choose a tag to compare
Cal Logging Fixes Pre-release
Pre-release
  • Removes stderr output in favor of logging when doing aws-c-cal libcrypto symbol resolution

Sigv4a

03 Jun 23:18
6196c71
Compare
Choose a tag to compare
Sigv4a Pre-release
Pre-release
  • Sigv4a implementation

SNI, Pi fixes

02 Jun 20:25
c058989
Compare
Choose a tag to compare
SNI, Pi fixes Pre-release
Pre-release
  • Fix input stream seek behavior on raspberry Pis as a side-effect of improving seek offset type/size support
  • On Windows, perform SNI checks even when the root CA has been overridden
  • On Windows, properly honor the verify_peer flag when set to false