Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Sep 13, 2024
1 parent a3476e1 commit 350fd7c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,60 @@
# 3.5.1

- 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 the `Exception` interface.
- Added XML validation before parsing response body.
- Updated return type of `presignedPostPolicy` to `Future<PostPolicyResult>`.
- Replaced `push` with `add` for adding conditions to the policy.

# 3.5.0

- Fix listObject with utf-8 prefix

# 3.4.0-pre

- Better upload progress on web

# 3.3.3

- Fix empty upload error
- Update README.md

# 3.3.3-pre

- Update stream file upload

# 3.3.2-pre

- Add tests

# 3.3.1-pre

- Improve upload progress granularity
- Fix broken test

# 3.3.0-pre

- Support listening upload progress

# 3.2.0

- Fix response body utf-8 encoding [#14]

# 3.1.0

- Add `listAllObjects` and `listAllObjectsV2`
- Fix signing error in `listObjects` when prefix contains spaces [#34]
- Improved compatibility with Filebase [#31]

# 3.0.0

- Fixes signing error in case object name contains symbols [#29]

# 2.1.0-pre

- `getObject` now returns `MinioByteStream` with an additional `contentLength` field.

## 2.0.0-pre
Expand All @@ -43,6 +66,7 @@
- Object's ACL Query; Include object's ACL in stat [#23](https://github.com/xtyxtyx/minio-dart/pull/23), thanks [@rtgnx](https://github.com/rtgnx)

## 1.3.0

- fix HTTP header for user-defined object metadata [#17](https://github.com/xtyxtyx/minio-dart/issues/17), thanks [@philenius](https://github.com/philenius)

## 1.2.0
Expand All @@ -55,7 +79,6 @@

- fix bucketExists is true when bucket doesn't exist #13


## 1.0.2-pre

- Replace static region 'us-east-1' in method listBuckets() with variable's value
Expand Down Expand Up @@ -114,4 +137,4 @@
[#34]: https://github.com/xtyxtyx/minio-dart/issues/34
[#31]: https://github.com/xtyxtyx/minio-dart/issues/31
[#29]: https://github.com/xtyxtyx/minio-dart/issues/29
[#14]: https://github.com/xtyxtyx/minio-dart/issues/14
[#14]: https://github.com/xtyxtyx/minio-dart/issues/14
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.0
version: 3.5.1
homepage: https://github.com/xtyxtyx/minio-dart
issue_tracker: https://github.com/xtyxtyx/minio-dart/issues

Expand Down

0 comments on commit 350fd7c

Please sign in to comment.