Skip to content

Releases: minio/minio-java

Minor Bugfix Release

05 Jul 23:50
4.0.2
Compare
Choose a tag to compare

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

08 Jun 04:15
4.0.1
Compare
Choose a tag to compare

Changelog

  • Fix Java issues found by stricter findbugs (#671) (06/07/18)
  • Remove port from host header (#681) (06/03/18)
  • Fix typo (#1) (#679) (05/16/18)
  • update new policy API docs (#676) (04/30/18)

Major bug fix release

30 Apr 21:17
4.0.0
Compare
Choose a tag to compare

Highlights

  • Breaking Change: Bucket Policy APIs have changed. Please refer to the API reference here.

Changelog

  • fix: remove wrong policy comparison in functional tests (#675) (04/29/18)
  • api: set/get bucket policy work with JSON policy strings. (#672) (04/17/18)
  • Fix bug causing wrong region with AWS (#669) (04/09/18)

Bug fix release

08 Feb 03:12
3.0.12
Compare
Choose a tag to compare

Changelog

  • Fix SetBucketPolicy Functional test (#659)

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)