Releases: minio/minio-java
Releases · minio/minio-java
Bug fix release.
- b5d5fe1 - fix: temp file existence checking is wrong getObject method (#387) (7 weeks ago)
- dd57cd0 - handle errors in makeBucket, removeBucket and DeleteObject examples. (#386) (7 weeks ago)
- e22346f - fix: add non-standard Amazon S3 error code support in error response XML. (6 weeks ago) <Bala.FA>
- 4a8325c - fix: encode all special characters in createRquest() (6 weeks ago) <Bala.FA>
- d820000 - fix: encode special characters properly. (6 weeks ago) <Bala.FA>
- 3f47d83 - common-java:DuplicatedBlocks - Source files should not have any duplicated blocks (#394) (5 weeks ago)
- 9a7a609 - docs: README.md updated to be in sync with docs.minio.io (#399) (4 weeks ago)
- e9ebd8b - squid:S1192 - String literals should not be duplicated (#395) (5 weeks ago)
- d7e7171 - Multiple code improvements - squid:RedundantThrowsDeclarationCheck, squid:S1226, squid:S1213, squid:S1488, squid:S1125, squid:S1126 (4 weeks ago)
- 5c57601 - fix: complete multipart upload should process white space characters. (#421) (7 hours ago)
- edcc4b4 - fix: add method to set HTTP timeouts. (#420) (11 hours ago)
- e127802 - fix: disable sha256 computation for HTTPS requests. (#418) (15 hours ago)
- acff204 - doc:API.md/Updated to bring it in sync with docs.minio.io (#416) (8 days ago)
- ff1d0ae - fix: date parsing throws IllegalArgumentException. (#414) (2 weeks ago)
- cd84287 - fix: have correct name space in XML messages. (#412) (3 weeks ago)
- 9aa98d5 - Multiple code improvements - squid:S1192, squid:S1166, squid:S1172, squid:S1213, squid:S1155, squid:UselessImp
ortCheck (#402) (3 weeks ago)
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.