Releases: awslabs/aws-crt-python
Releases · awslabs/aws-crt-python
S3 client
Custom credentials provider
- Allow custom AwsCredentialsProviders
- EventLoopGroup can be pinned to a processor group (NUMA support)
Fix try-lock on Windows
v0.9.16 Fix try-lock on Windows (#217)
eventstream deadlock fix
- BUGFIX: latest aws-c-event-stream for deadlock fix
- INTERNAL: update to new default resolver creation function
eventstream connection must be closed by user
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)
Fix eventstream module so it's included in installed package.
Updated to match new aws-c-event-stream API
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
NEW FEATURE: awscrt.eventstream and awscrt.eventstream.rpc
Fix manylinux2014-aarch64 wheels (take 1)
aarch64 wheels have been missing since 0.9.1, this should fix it
publish manylinux2014-x86_64 wheels
v0.9.8 jenkins is not a tty (#197)