Skip to content

Releases: minio/minio-java

Bug fix and feature release.

20 Jun 00:13
3.0.5
Compare
Choose a tag to compare

Highlights

  • Client side encryption using AES and RSA algorithms

Changelog

  • fix: calculate/add MD5 hash for multiple object delete. (#581) (3 weeks ago)
  • fix: Correct v2 listing of more than 1000 objects (#580) (4 weeks ago)
  • docs: updated documentation for encryption APIs (#577) (4 weeks ago)
  • api: add MinioClient.ignoreCertCheck() method (#572) (5 weeks ago)
  • Client side encryption using AES and RSA algorithms (#561) (5 weeks ago)
  • fix: conditionally calculate sha256/md5 hash for request. (#569) (5 weeks ago)
  • build: run functional tests in travis/appveyor. (#575) (6 weeks ago)
  • api: add support to putObject() with unknown sized input stream. (#573) (6 weeks ago)
  • Fix security issues in dependencies (#574) (6 weeks ago)
  • docs: Update version number in docs instructions. (#570) (7 weeks ago)
  • fix: redact signature/creds values on printing (#564) (7 weeks ago)
  • docs: updated to latest jar on maven. (#565) (7 weeks ago)
  • docs: Fix erroneous {set,get}BucketPolicy documentation (#562) (8 weeks ago)
  • Fix isValidEndpoint function to match spec (#560) (8 weeks ago)

Bug fix and API enhancements

18 Apr 17:47
3.0.4
Compare
Choose a tag to compare

Highlights

  • Introducing new APIs setBucketNotification, getBucketNotification, removeAllBucketNotification.
  • listObjects now supports version 2 by default.
  • removeObject() now takes an iterator of objects to be removed, useful in removing large batches of objects.
  • Other misc bug fixes.

Changelog

  • api: add list object version 2 support and set to default. (#552) (24 hours ago)
  • examples: Implement console progress bar for GetObject (#554) (3 days ago)
  • api: add new API to delete multiple objects. (#553) (3 days ago)
  • examples: Implement console progress bar for PutObject (#550) (8 days ago)
  • api: Set correct (un)modified condition header (#547) (8 days ago)
  • tests: Do not expect 'UTC' in Last-Modified header (#548) (8 days ago)
  • tests: Remove temporary files and new bucket creation. (#545) (9 days ago)
  • fix: close scanner always including when exception occurred (#537) (5 weeks ago)
  • Add putObjectProgressBar example. (#535) (5 weeks ago)
  • Fix scanner object leaks close them appropriately. (#534) (6 weeks ago)
  • Fix import path order reported by eclipse (#533) (6 weeks ago)
  • Run region tests when running against s3 (#527) (9 weeks ago)
  • api: Add new constructors with region parameter (#524) (9 weeks ago)
  • region: Always search for location if not cached (#526) (10 weeks ago)
  • Update region based on cache (#519) (3 months ago)

Bug fix release and new API

17 Jan 21:15
3.0.3
Compare
Choose a tag to compare
  • multipart: send content-length in POST requests (#490) (19 hours ago)
  • tests: putObject: add functional test with multiple path segment object name (#515) (19 hours ago)
  • Implement CopyObject API (2 days ago)
  • api: Regression contentType set by user was never set properly. (#511) (4 days ago)
  • Allow setting content encoding and a region in Post Policy. (#510) (4 days ago)

Bug fix release.

05 Jan 20:40
3.0.2
Compare
Choose a tag to compare
  • getObjectUrl: add new api to get object URL. (#507) (9 minutes ago)
  • fix: protect region-cache use ConcurrentHashMap (#509) (2 days ago)

Bug fix release.

23 Dec 05:55
3.0.1
Compare
Choose a tag to compare
  • fix: split and add path as segments to HttpUrl.Builder (#506) (4 hours ago)
  • build: Move mockwebserver from compile to testCompile (#501) (4 days ago)
  • S3Endpoints: Added eu-west-2 to the endpoint list. (#499) (7 days ago)

Breaking change release 3.0.0

13 Dec 00:10
3.0.0
Compare
Choose a tag to compare
  • AwsS3Endpoints.java: Added Canada (Central) to the list. (#495) (2 days ago)
  • fix: send given byte array properly. (#491) (12 days ago)
  • build: use endpoint, access/secret keys from command line. (#486) (13 days ago)
  • api: Enhance presignedGetObject API to support request params. (#488) (13 days ago)
  • examples: update all examples using play.minio.io (#484) (6 weeks ago)
  • doc: update contribute information. (#481) (6 weeks ago)
  • doc: update maintainers guide. (#480) (6 weeks ago)
  • fix: make reusable S3 compatible encoding function. (#482) (6 weeks ago)
  • tests: suppress functional test output. (#483) (6 weeks ago)
  • Remove MinioClient initalization code (#479) (6 weeks ago)
  • Refactor policy implementation based on minio-go. (#475) (6 weeks ago)
  • AwsS3Endpoints.java/Added Ohio Region, US East 2. (#474) (7 weeks ago)
  • Refactor gradle build script. (#473) (7 weeks ago)
  • Add support for cn-north-1 endpoint (#444) (#472) (8 weeks ago)

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)