- Minor bug fixes and improvements
- Minor bug fixes and improvements
- feat(aws_common): AWSFile basic mime type detection based on extension name
- feat(aws_common): allow specifying contentType initiating AWSFile
- fix(http): Synchronous cancellations on JS (#2453)
- fix(aws_common): AWSFile doc example
- Minor bug fixes and improvements
- Minor bug fixes and improvements
- 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