Skip to content

Feature Release

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 26 Mar 01:00
· 346 commits to master since this release
7.0.0

Highlights

  • Support for retention and legal hold APIs

Changelog

  • cleanup and fix unit tests (#878) (03/25/20)
  • optimize ServerSideEncryption class (#880) (03/25/20)
  • handle response headers directly (#879) (03/25/20)
  • enhance returned object of listenBucketNotification() (#867) (03/25/20)
  • cleanup putObject() functional tests (#876) (03/23/20)
  • remove ChunkedInputStream (#874) (03/21/20)
  • fix and add javadocs (#873) (03/21/20)
  • return immutable list/map wherever possible (#870) (03/20/20)
  • remove enum SuccessActionStatus and use constants directly (#872) (03/19/20)
  • use try with resource style to auto-close streams (#871) (03/19/20)
  • refactor http execution to compute md5sum when needed (#852) (03/19/20)
  • optimize putObject() to avoid reading data for known object size (#844) (03/19/20)
  • cleanup comments in private methods (#865) (03/19/20)
  • change maven url to https (#866) (03/17/20)
  • move xml parsing using SimpleXML (#857) (03/17/20)
  • remove all deprecated methods and usage (#862) (03/15/20)
  • upgrade to gradle v6.2.2 and use strict google java style (#863) (03/14/20)
  • remove unused NoResponseException (#850) (03/13/20)
  • Include user metadata of each object optionally in list object. (#864) (03/12/20)
  • move InvalidArgumentException to IllegalArgumentException (#861) (03/08/20)
  • remove legacy joda time (#855) (03/05/20)
  • API.md: Update some Anchors (#854) (02/24/20)
  • Ignore ComposeObject API when returned NotImplemented (#848) (02/17/20)
  • add PutObjectOptions support (#843) (02/13/20)
  • Add new method to set/get object retention & Legal Hold (#836) (02/13/20)