Skip to content

Releases: minio/minio-java

Bug fix release

17 Jan 20:04
3.0.11
Compare
Choose a tag to compare

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

15 Nov 23:33
3.0.10
Compare
Choose a tag to compare

Changelog

  • Object name should not be part of URL in a Post object with policy method (#640) (11 days ago)
  • api: getObject should set range offset when its > 0 (#638) (2 weeks ago)
  • api: add new API to get all bucket policies (#627) (2 weeks ago)

Bug fix release.

31 Oct 03:21
3.0.9
Compare
Choose a tag to compare

Changelog

  • fix: do not initialize httpClient in MinioClient class level. (#633) (7 days ago)
  • fix: throw exception only in error on testSetBucketPolicy() test (#632) (8 days ago)
  • build: set sourceCompatibility to 1.8 (#629) (2 weeks ago)

Bug fix release.

14 Oct 00:34
3.0.8
Compare
Choose a tag to compare

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.

16 Sep 00:47
3.0.7
Compare
Choose a tag to compare

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.

14 Jul 17:47
3.0.6
Compare
Choose a tag to compare

Changelog

  • tests: Use content generation input stream (#586) (6 days ago)
  • api: Enhance copyObject to support metadata. (#583) (2 weeks ago)
  • build: Bump version to 3.0.6 for the next release. (#584) (3 weeks ago)
  • fix: handle http response code 307 - temporary redirect (#571) (3 weeks ago)

Bug fix and feature release.

20 Jun 00:13
3.0.5
Compare
Choose a tag to compare

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

18 Apr 17:47
3.0.4
Compare
Choose a tag to compare

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

17 Jan 21:15
3.0.3
Compare
Choose a tag to compare
  • 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)

Bug fix release.

05 Jan 20:40
3.0.2
Compare
Choose a tag to compare
  • getObjectUrl: add new api to get object URL. (#507) (9 minutes ago)
  • fix: protect region-cache use ConcurrentHashMap (#509) (2 days ago)