- Minor bug fixes and improvements
- chore: bump json_annotation dependency to v4.9
- Minor bug fixes and improvements
- Minor bug fixes and improvements
- fix: properly handle 16-bit code units (#4717)
- feat: update
built_value
version constraint (#4634)
- feat: update plus plugins version (#4619)
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped path to ">=1.8.0 <2.0.0"
- Minor bug fixes and improvements
- Minor bug fixes and improvements
- feat(aws_common)!: Add credentials provider chain
- feat(aft): Generate AWS config (#3424)
- feat(logging): logger can register one plugin per type in a logger hierarchy (#3173)
- Minor bug fixes and improvements
- fix(core): Disallowed JS tearoff (#3150)
- Minor bug fixes and improvements
- Dart 3 support (must update Dart SDK constraint to
^3.0.0
)
- fix(repo): Flutter 3.3 support
- 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