Releases: minio/minio-java
Releases · minio/minio-java
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)
Bug fix release.
Bug fix and feature release.
Highlights
- Client side encryption using AES and RSA algorithms
Changelog
- fix: calculate/add MD5 hash for multiple object delete. (#581) (3 weeks ago)
- fix: Correct v2 listing of more than 1000 objects (#580) (4 weeks ago)
- docs: updated documentation for encryption APIs (#577) (4 weeks ago)
- api: add MinioClient.ignoreCertCheck() method (#572) (5 weeks ago)
- Client side encryption using AES and RSA algorithms (#561) (5 weeks ago)
- fix: conditionally calculate sha256/md5 hash for request. (#569) (5 weeks ago)
- build: run functional tests in travis/appveyor. (#575) (6 weeks ago)
- api: add support to putObject() with unknown sized input stream. (#573) (6 weeks ago)
- Fix security issues in dependencies (#574) (6 weeks ago)
- docs: Update version number in docs instructions. (#570) (7 weeks ago)
- fix: redact signature/creds values on printing (#564) (7 weeks ago)
- docs: updated to latest jar on maven. (#565) (7 weeks ago)
- docs: Fix erroneous {set,get}BucketPolicy documentation (#562) (8 weeks ago)
- Fix isValidEndpoint function to match spec (#560) (8 weeks ago)
Bug fix and API enhancements
Highlights
- Introducing new APIs setBucketNotification, getBucketNotification, removeAllBucketNotification.
- listObjects now supports version 2 by default.
- removeObject() now takes an iterator of objects to be removed, useful in removing large batches of objects.
- Other misc bug fixes.
Changelog
- api: add list object version 2 support and set to default. (#552) (24 hours ago)
- examples: Implement console progress bar for GetObject (#554) (3 days ago)
- api: add new API to delete multiple objects. (#553) (3 days ago)
- examples: Implement console progress bar for PutObject (#550) (8 days ago)
- api: Set correct (un)modified condition header (#547) (8 days ago)
- tests: Do not expect 'UTC' in Last-Modified header (#548) (8 days ago)
- tests: Remove temporary files and new bucket creation. (#545) (9 days ago)
- fix: close scanner always including when exception occurred (#537) (5 weeks ago)
- Add putObjectProgressBar example. (#535) (5 weeks ago)
- Fix scanner object leaks close them appropriately. (#534) (6 weeks ago)
- Fix import path order reported by eclipse (#533) (6 weeks ago)
- Run region tests when running against s3 (#527) (9 weeks ago)
- api: Add new constructors with region parameter (#524) (9 weeks ago)
- region: Always search for location if not cached (#526) (10 weeks ago)
- Update region based on cache (#519) (3 months ago)
Bug fix release and new API
- multipart: send content-length in POST requests (#490) (19 hours ago)
- tests: putObject: add functional test with multiple path segment object name (#515) (19 hours ago)
- Implement CopyObject API (2 days ago)
- api: Regression contentType set by user was never set properly. (#511) (4 days ago)
- Allow setting content encoding and a region in Post Policy. (#510) (4 days ago)