Skip to content

Releases: minio/minio-java

Major Bug Fix Release

05 Dec 23:44
5.0.4
Compare
Choose a tag to compare

Changelog

  • Fix custom region handling (12/05/18)
  • Add support of listen bucket notification (#727) (12/04/18)

Minor Bug Fix Release

30 Nov 04:00
5.0.3
Compare
Choose a tag to compare

Changelog

  • Added API for ecrypted putObject with metadata (#722) (11/15/18)
  • Fix travis errors (#729) (11/15/18)
  • Set connection timeout for presignedPostPolicy functional test (#717) (11/06/18)

Minor Bug Fix Release

24 Oct 01:58
5.0.2
Compare
Choose a tag to compare

Changelog

  • Set encryption headers in SSE-C multi-part uploads (#704) (10/15/18)
  • fix: allow range headers to be set in getObject request when offset is 0 (#706) (#707) (10/04/18)

Minor Bugfix release

10 Sep 23:56
5.0.1
Compare
Choose a tag to compare

Changelog

  • Update Jackson dependency to 2.9.6 (#700) (08/24/18)
  • Updated minio-java documents with examples for SSE. (#698) (08/22/18)

Major feature release

15 Aug 23:44
5.0.0
Compare
Choose a tag to compare

Highlights

Implement SSE-C support and drop client side encryption support.

Changelog

  • Server side encryption (#694) (08/02/18)
  • Remove client side encryption (#664) (07/23/18)
  • build: move guava version to 25.1-jre (#691) (07/06/18)

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)