Skip to content

Releases: awslabs/aws-crt-python

S3 issue fix

15 Jan 19:16
9a92a8c

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

Choose a tag to compare

Win32 Fix Pre-release
Pre-release
update submodules for win32 builiding (#222)

Co-authored-by: Dengke Tang <dengket@amazon.com>

S3 client

13 Jan 06:59
416db8b

Choose a tag to compare

S3 client Pre-release
Pre-release
  • Introduce the S3 client based on CRT

Custom credentials provider

08 Jan 19:14
56aa08e

Choose a tag to compare

Pre-release
  • Allow custom AwsCredentialsProviders
  • EventLoopGroup can be pinned to a processor group (NUMA support)

Fix try-lock on Windows

30 Dec 21:49
f46d7e5

Choose a tag to compare

Pre-release
v0.9.16

Fix try-lock on Windows (#217)

eventstream deadlock fix

08 Dec 19:54
2584495

Choose a tag to compare

Pre-release
  • BUGFIX: latest aws-c-event-stream for deadlock fix
  • INTERNAL: update to new default resolver creation function

eventstream connection must be closed by user

04 Dec 01:17
15b7024

Choose a tag to compare

eventstream connection must be closed by user (#208)

Tried to infer when user wanted it to close via refcounts. This was difficult to pull off, and the strange side-effects were difficult to explain. Instead, go for the simple "you must close it" approach.

evenstream (take 2)

19 Nov 01:40
b481f3c

Choose a tag to compare

evenstream (take 2) Pre-release
Pre-release

Fix eventstream module so it's included in installed package.

Updated to match new aws-c-event-stream API

18 Nov 17:28
037fe03

Choose a tag to compare

Update to builder v0.7.0 (#205)

* Update to builder v0.7.0

* master -> main

* Updated aws-c-event-stream to v0.2.4

eventstream

16 Nov 22:19
037fe03

Choose a tag to compare

eventstream Pre-release
Pre-release

NEW FEATURE: awscrt.eventstream and awscrt.eventstream.rpc