Skip to content

Releases: minio/minio-java

API change release

26 May 20:10
Compare
Choose a tag to compare
  • MinioClient constructor now takes 'secure' instead of 'insecure' as the boolean option.
  • All ACL's APIs have been removed.
  • Other misc bug fixes

Minior release

09 Apr 01:54
Compare
Choose a tag to compare

🍰 - Eclipse warning/standardization fixes

Major release with numerous API changes.

30 Jan 02:20
Compare
Choose a tag to compare

New API methods

25 Nov 20:41
Compare
Choose a tag to compare
  • listIncompleteUploads similar to listObjects but for partially uploaded multipart uploads.
  • removeIncompleteUpload - renamed from dropIncompleteUpload
  • presignedPutObject
  • presignedPostPolicy
  • remove 'milkyway' as default region - default to 'us-east-1'

New API preSignedGetObject() and improved examples

18 Aug 02:36
Compare
Choose a tag to compare

Examples simplified and provide new shadowJarred artifact

10 Aug 23:59
Compare
Choose a tag to compare

Major refactor release

10 Aug 19:23
Compare
Choose a tag to compare
0.2.3

Bump to new release 0.2.3

Moved from google-http to squareup/okhttp

23 Jul 00:54
Compare
Choose a tag to compare

This release also deprecates support for OpenJDK6, OracleJDK6 since they are not supported anymore with no futher security fixes coming in.