Releases: minio/minio-java
Releases · minio/minio-java
API change release
- MinioClient constructor now takes 'secure' instead of 'insecure' as the boolean option.
- All ACL's APIs have been removed.
- Other misc bug fixes
Minior release
🍰 - Eclipse warning/standardization fixes
Major release with numerous API changes.
Fully API revamp, with complete re-write of all functionalities. Following lists the new and old API operations with their relevant examples.
Bucket Operations
- ListBuckets.java
- ListObjects.java
- BucketExists.java
- MakeBucket.java
- SetBucketAcl.java
- GetBucketAcl.java
- RemoveBucket.java
- ListIncompleteUploads.java
Object Operations
Presigned Operations
New API methods
- listIncompleteUploads similar to listObjects but for partially uploaded multipart uploads.
- removeIncompleteUpload - renamed from dropIncompleteUpload
- presignedPutObject
- presignedPostPolicy
- remove 'milkyway' as default region - default to 'us-east-1'
New API preSignedGetObject() and improved examples
0.2.5 Bump to 0.2.5
Examples simplified and provide new shadowJarred artifact
0.2.4 Bump to 0.2.4
Major refactor release
0.2.3 Bump to new release 0.2.3
Moved from google-http to squareup/okhttp
This release also deprecates support for OpenJDK6, OracleJDK6 since they are not supported anymore with no futher security fixes coming in.