- fix(aws_common): fix HTTP cancel error/transform error (#2294)
- fix(common): Set contentLength to
-1 when unknown
- fix(common): staticInterop external member (#2280)
- chore(common)!: Add
onCancel to AWSBaseHttpRequest.send
- feat(core): AWS config file
- feat(http): Downgrade to HTTP/1.1 when possible (#2243)
- feat(smithy): IDL 2.0
- fix(http):
transformRequest results in loop
- fix(aws): Cancellation of concurrent requests
- fix(aws_common): Case insentitive iteration
- Fix package analysis issues
- Bump minimum Dart SDK to 2.17
- Consolidate
AWSHttpMethodHelper into AWSHttpMethod
- Add
AWSDebuggable mixin for debug-friendly toString
- Add
AWSLogger class and utilities