Skip to content

Releases: awslabs/aws-crt-python

S3 client

13 Jan 06:59
416db8b
Compare
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
Compare
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
Compare
Choose a tag to compare
Pre-release
v0.9.16

Fix try-lock on Windows (#217)

eventstream deadlock fix

08 Dec 19:54
2584495
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
eventstream Pre-release
Pre-release

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

Fix manylinux2014-aarch64 wheels (take 1)

27 Oct 21:24
cc07689
Compare
Choose a tag to compare

aarch64 wheels have been missing since 0.9.1, this should fix it

publish manylinux2014-x86_64 wheels

27 Oct 05:42
1cd1a7f
Compare
Choose a tag to compare
Pre-release
v0.9.8

jenkins is not a tty (#197)