Releases: minio/minio-java
Releases · minio/minio-java
Minor Bugfix Release
Changelog
- Remove incorrect validation based on '.amazonaws.com' (#689) (07/05/18)
- Ignore all content-type checks in functional tests (#688) (07/05/18)
- change InputStream usage to be more idiomatic java (#685) (06/25/18)
- Fix functional tests. (#684) (06/22/18)
- tests: added functional test for clearing object metadata (#677) (06/08/18)
Bugfix Release
Major bug fix release
Highlights
- Breaking Change: Bucket Policy APIs have changed. Please refer to the API reference here.
Changelog
Bug fix release
Changelog
- Fix SetBucketPolicy Functional test (#659)
Bug fix release
Changelog
- tests: increase timeout to 5 seconds in setBucketPolicy tests (#657)
- Add storage class related tests and example (#655)
- Upgrade gradle version for java9 compatibility (#656)
- fix: Add parameter validation for removeObject and getObject (#652)
- translate API docs to Chinese. (#644)
- fix: preserve trailing '/' in GetBucketLocation request (#650)
Bug fix release
Bug fix release.
Bug fix release.
Changelog
- tests: honor mint mode (#618) (15 hours ago)
- fix: make ObjectStat backward compatible (#626) (3 days ago)
- fix: add method to return http headers in ObjectStat (#625) (8 days ago)
- fix: set default connection timeout to 15 minutes (#621) (8 days ago)
- tests: add more checks in list buckets functional test (#622) (10 days ago)
- tests: delay check in set bucket policy in functional test (#623) (10 days ago)
- tests: Ignore Not Implemented error for tests (#617) (11 days ago)
- api: add new method to get presigned object url for given method. (#616) (12 days ago)
Bug fix release.
Highlights
- PutObject now only uses chunked uploads.
- PutObject now takes custom metadata.
- Supports accepting custom HTTP client through the constructor.
Changelog
- build: fix version/group values to all projects (#613) (25 minutes ago)
- build: move version and group to root project (#612) (7 hours ago)
- fix: handle > 1000 objects properly in batch removeObject(). (#609) (2 days ago)
- Support releasing an minio-java artifact from maven (#611) (2 days ago)
- tests: cleanup functional tests (#607) (3 days ago)
- tests: add mint log support for minio-java functional tests (#603) (2 weeks ago)
- Use chunked upload for all put object. (#595) (4 weeks ago)
- fix: remove final modifier from MinioClient (#601) (4 weeks ago)
- Add functional tests for get/set bucket policy API (#599) (5 weeks ago)
- build: remove JDK 7 support as like travis-ci (#596) (6 weeks ago)
- api: add putObject() accepting additional meta data. (#590) (7 weeks ago)
- add constructor to accept custom http client. (#591) (8 weeks ago)
- Fix README.md (#592) (8 weeks ago) <Shin'ya Ueoka>
- Add gradle check for travis-ci builds (#587) (9 weeks ago)