smithy_aws 0.3.0 smithy_aws: ^0.3.0 copied to clipboard
Smithy runtime for AWS clients with utilities for endpoint resolution, retry behavior, and SigV4 signing.
0.3.0 #
Breaking Changes #
- chore(common)!: Add
onCancel
toAWSBaseHttpRequest.send
- chore(smithy)!: Use base requests in
HttpRequestInterceptor
- feat(smithy)!: Cancelable operations
- refactor(smithy)!: Use base HTTP response type
Fixes #
- fix(smithy): Add check for 2xx errors in S3 client
- fix(smithy): Incorrect port/scheme
- fix(smithy): Partial response in S3 GetObject
- fix(smithy): Propagate cancellation
0.2.0 #
0.1.2 #
- Minor bug fixes and improvements
0.1.1 #
- Fix package analysis issues
0.1.0 #
- Initial version.