- Minor bug fixes and improvements
- Minor bug fixes and improvements
- fix(http): Header casing in HTTP/2
- fix(sigv4): Query parameter encoding
- fix(aws_common): Explicitly serialize values
- fix(core): Refine
toJson
outputs when createFactory = false
- feat(aws_common): add openRead API for AWSFile
- Minor bug fixes and improvements
- fix(http): Cancel streamed responses (#2545)
- feat(analytics): Use indexedDB on Web (#2600)
- fix(aws_common): AWSFile contentType getter should not throw exception
- 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