Releases: minio/minio-java
Releases · minio/minio-java
Bug fix release.
Bug fix release.
Breaking change release 3.0.0
- AwsS3Endpoints.java: Added Canada (Central) to the list. (#495) (2 days ago)
- fix: send given byte array properly. (#491) (12 days ago)
- build: use endpoint, access/secret keys from command line. (#486) (13 days ago)
- api: Enhance presignedGetObject API to support request params. (#488) (13 days ago)
- examples: update all examples using play.minio.io (#484) (6 weeks ago)
- doc: update contribute information. (#481) (6 weeks ago)
- doc: update maintainers guide. (#480) (6 weeks ago)
- fix: make reusable S3 compatible encoding function. (#482) (6 weeks ago)
- tests: suppress functional test output. (#483) (6 weeks ago)
- Remove MinioClient initalization code (#479) (6 weeks ago)
- Refactor policy implementation based on minio-go. (#475) (6 weeks ago)
- AwsS3Endpoints.java/Added Ohio Region, US East 2. (#474) (7 weeks ago)
- Refactor gradle build script. (#473) (7 weeks ago)
- Add support for cn-north-1 endpoint (#444) (#472) (8 weeks ago)
Bug fix release.
- api: putObject() should properly save contentType. (#465)
Bug fix release.
- fix: add encoded query string for presigning. (#458)
Bug fix release.
- 11afde4 - fix: encode query parameters properly. (#454) (3 days ago)
- 0c3bca8 - Addresses Issue #1 Remove dependency on commons validator (#449) (4 weeks ago)
- c9a76e8 - build: enable checkstyle check mandatory. (#446) (5 weeks ago)
- 0574bc8 - fix: checkstyle errors in MinioClientTest. (#445) (5 weeks ago)
- bde3e99 - s3endpoints for for ap-northeast and ap-south-1 (#442) (5 weeks ago)
- 835effb - Added Get/Set Bucket Policy tests (#439) (7 weeks ago)
- 6f2a0b7 - fix for issue #435: check json response (#436) (7 weeks ago)
- 2158aab - docs: Fix API.md to have bucket policies in a separate section. (8 weeks ago)
- 9336f0d - doc: Fix README.md to have proper examples listed. (8 weeks ago)
- fecd1f9 - Issue #428: update api and readme doc, including examples (#429) (8 weeks ago)
- 0384e92 - bugfix: anchor tag needed to be closed (#426) (8 weeks ago)
- 56ebf58 - implemented get and set bucket policy (#422) (8 weeks ago)
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