Skip to content

Bug fix release.

Choose a tag to compare

@minio-trusted minio-trusted released this 16 Sep 00:47
· 556 commits to master since this release
3.0.7

Highlights

  • PutObject now only uses chunked uploads.
  • PutObject now takes custom metadata.
  • Supports accepting custom HTTP client through the constructor.

Changelog

  • build: fix version/group values to all projects (#613) (25 minutes ago)
  • build: move version and group to root project (#612) (7 hours ago)
  • fix: handle > 1000 objects properly in batch removeObject(). (#609) (2 days ago)
  • Support releasing an minio-java artifact from maven (#611) (2 days ago)
  • tests: cleanup functional tests (#607) (3 days ago)
  • tests: add mint log support for minio-java functional tests (#603) (2 weeks ago)
  • Use chunked upload for all put object. (#595) (4 weeks ago)
  • fix: remove final modifier from MinioClient (#601) (4 weeks ago)
  • Add functional tests for get/set bucket policy API (#599) (5 weeks ago)
  • build: remove JDK 7 support as like travis-ci (#596) (6 weeks ago)
  • api: add putObject() accepting additional meta data. (#590) (7 weeks ago)
  • add constructor to accept custom http client. (#591) (8 weeks ago)
  • Fix README.md (#592) (8 weeks ago) <Shin'ya Ueoka>
  • Add gradle check for travis-ci builds (#587) (9 weeks ago)