Releases: minio/minio-java
Releases · minio/minio-java
Minor Bug Fix Release
Changelog
- tests: Ignore NotImplemented error in listenBucketNotification (#737) (12/14/18)
- Download the contents from a encrypted objectName to a given file. (#736) (12/14/18)
- Prefix custom metadata keys with
x-amz-meta-
(#734) (12/10/18)
- New API: Upload a file to an object with SSE support (#735) (12/08/18)
Major Bug Fix Release
Changelog
- Fix custom region handling (12/05/18)
- Add support of listen bucket notification (#727) (12/04/18)
Minor Bug Fix Release
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
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
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
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
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
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
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
Changelog
- Fix SetBucketPolicy Functional test (#659)