From dc821b8f95511d494e7319d5634adb7b74d44ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=81=A5=E8=8E=B9?= Date: Sun, 27 Oct 2024 09:24:05 +0800 Subject: [PATCH] v3.5.5 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7526a17..b78c0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.5.5 + +- Move x-amz-security-token allocation before signV4 to correctly sign the request #92 +- Bump mime from 1.0.6 to 2.0.0 in the root-pub group #91 + # 3.5.4 - Add validation for HTTP response for `getObjectACL` / Make retrieval of ACLs optional for `statObject` #48 diff --git a/pubspec.yaml b/pubspec.yaml index 0433009..c4f5bbd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minio description: Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server. -version: 3.5.4 +version: 3.5.5 homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues