Skip to content

Releases: minio/minio-java

Bug fix release.

08 Oct 11:08
2.0.4
Compare
Choose a tag to compare
  • api: putObject() should properly save contentType. (#465)

Bug fix release.

20 Sep 07:35
2.0.3
Compare
Choose a tag to compare
  • fix: add encoded query string for presigning. (#458)

Bug fix release.

16 Sep 02:49
2.0.2
Compare
Choose a tag to compare
  • 11afde4 - fix: encode query parameters properly. (#454) (3 days ago)
  • 0c3bca8 - Addresses Issue #1 Remove dependency on commons validator (#449) (4 weeks ago)
  • c9a76e8 - build: enable checkstyle check mandatory. (#446) (5 weeks ago)
  • 0574bc8 - fix: checkstyle errors in MinioClientTest. (#445) (5 weeks ago)
  • bde3e99 - s3endpoints for for ap-northeast and ap-south-1 (#442) (5 weeks ago)
  • 835effb - Added Get/Set Bucket Policy tests (#439) (7 weeks ago)
  • 6f2a0b7 - fix for issue #435: check json response (#436) (7 weeks ago)
  • 2158aab - docs: Fix API.md to have bucket policies in a separate section. (8 weeks ago)
  • 9336f0d - doc: Fix README.md to have proper examples listed. (8 weeks ago)
  • fecd1f9 - Issue #428: update api and readme doc, including examples (#429) (8 weeks ago)
  • 0384e92 - bugfix: anchor tag needed to be closed (#426) (8 weeks ago)
  • 56ebf58 - implemented get and set bucket policy (#422) (8 weeks ago)

Bug fix release.

15 Jul 16:44
Compare
Choose a tag to compare
  • b5d5fe1 - fix: temp file existence checking is wrong getObject method (#387) (7 weeks ago)
  • dd57cd0 - handle errors in makeBucket, removeBucket and DeleteObject examples. (#386) (7 weeks ago)
  • e22346f - fix: add non-standard Amazon S3 error code support in error response XML. (6 weeks ago) <Bala.FA>
  • 4a8325c - fix: encode all special characters in createRquest() (6 weeks ago) <Bala.FA>
  • d820000 - fix: encode special characters properly. (6 weeks ago) <Bala.FA>
  • 3f47d83 - common-java:DuplicatedBlocks - Source files should not have any duplicated blocks (#394) (5 weeks ago)
  • 9a7a609 - docs: README.md updated to be in sync with docs.minio.io (#399) (4 weeks ago)
  • e9ebd8b - squid:S1192 - String literals should not be duplicated (#395) (5 weeks ago)
  • d7e7171 - Multiple code improvements - squid:RedundantThrowsDeclarationCheck, squid:S1226, squid:S1213, squid:S1488, squid:S1125, squid:S1126 (4 weeks ago)
  • 5c57601 - fix: complete multipart upload should process white space characters. (#421) (7 hours ago)
  • edcc4b4 - fix: add method to set HTTP timeouts. (#420) (11 hours ago)
  • e127802 - fix: disable sha256 computation for HTTPS requests. (#418) (15 hours ago)
  • acff204 - doc:API.md/Updated to bring it in sync with docs.minio.io (#416) (8 days ago)
  • ff1d0ae - fix: date parsing throws IllegalArgumentException. (#414) (2 weeks ago)
  • cd84287 - fix: have correct name space in XML messages. (#412) (3 weeks ago)
  • 9aa98d5 - Multiple code improvements - squid:S1192, squid:S1166, squid:S1172, squid:S1213, squid:S1155, squid:UselessImp
    ortCheck (#402) (3 weeks ago)

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