Releases: xtyxtyx/minio-dart
Releases · xtyxtyx/minio-dart
v3.5.7
What's Changed
- fix maxKeys error while using listObject query by @lakshit1 in #97
- Bump intl from 0.19.0 to 0.20.0 in the root-pub group by @dependabot in #96
New Contributors
Full Changelog: v3.5.6...v3.5.7
v3.5.6
What's Changed
- Fix non en-US date time parse by @juliano-souza000 in #95
New Contributors
- @juliano-souza000 made their first contribution in #95
Full Changelog: v3.5.5...v3.5.6
v3.5.5
What's Changed
- Add validation for HTTP response for getObjectACL / Make retrieval of ACLs optional for statObject by @thomasmhofmann in #48
- Bump mime from 1.0.6 to 2.0.0 in the root-pub group by @dependabot in #91
- Move x-amz-security-token allocation before signV4 to correctly sign the request by @JacoFaberSA in #92
New Contributors
- @thomasmhofmann made their first contribution in #48
- @dependabot made their first contribution in #91
- @JacoFaberSA made their first contribution in #92
Full Changelog: v3.5.2...v3.5.5
v3.5.2
- Updates minimum supported SDK version to Dart 3.0.
- Fixes all lint warnings.
- Added x-amz-security-token header support for session tokens.
- Wait for rename to finish before in
fGetObject
. - Updated
MinioError
to implement theException
interface. - Added XML validation before parsing response body.
- Updated return type of
presignedPostPolicy
toFuture<PostPolicyResult>
. - Replaced
push
withadd
for adding conditions to the policy.