Releases: awslabs/aws-crt-python
Releases · awslabs/aws-crt-python
S3 issue fix
- 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
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