github minio/minio-go 4.0.0
Major refactor release.

latest releases: v7.0.70, v7.0.69, v7.0.68...
6 years ago

Highlights

  • PutObject, GetObject are refactored into new API implementations,
    removing redundant spurious API calls.
  • Deprecated support for go1.5.3, go1.6 versions.

Changelog

  • Add status code to ErrorResponse object (#866) (4 days ago)
  • Allow listen bucket notification proactively return errors (#861) (10 days ago)
  • Update functional tests to handle NotImplemented error (#853) (3 weeks ago)
  • Avoid setting server encryption headers with x-amz-meta (#859) (3 weeks ago)
  • Remove redirectHeaders method (#857) (3 weeks ago)
  • Honor file pointer set in PutObject method (#856) (3 weeks ago)
  • Fix docs and add a validator tool for our api docs (#850) (3 weeks ago)
  • requestMetadata should take the md5 and sha256 with expected encodings. (#852) (3 weeks ago)
  • Add doc for GetObjectOptions and PutObjectOptions (#851) (4 weeks ago)
  • Added a new method SetUserMetadata to the PostPolicy (#839) (4 weeks ago)
  • Keep API docs up to date with recent changes (#847) (4 weeks ago)
  • Doc has incorrect description in RemoveObjects API (#846) (5 weeks ago)
  • Update presignedPostPolicy test to validate Location header field (#840) (5 weeks ago)
  • Do not need to strictly validate request params in Presign API. (#832) (5 weeks ago)
  • Handle "Not implemented" error codes in functional test (#838) (6 weeks ago)
  • Add cleanup function to remove all the objects from a bucket after tests (#835) (6 weeks ago)
  • Add new CopyObject API in Core client (#836) (6 weeks ago)
  • refactor GET object operations (#824) (7 weeks ago)
  • Add Content-Md5 header only if length of md5 passed is greater than zero (#828) (7 weeks ago)
  • Fix preSign signature calculation to honor resource lists. (#827) (7 weeks ago)
  • Add PutEncryptedObject and FPutEncryptedObject calls (#821) (7 weeks ago)
  • add mint test for metadata size restrictions (#816) (7 weeks ago)
  • Remove Content-Encoding header follow aws-sdk-java (#818) (8 weeks ago)
  • Move master branch to upcoming release version 4.0.0 (#817) (8 weeks ago)
  • api: Retry only request body is seekable (#813) (8 weeks ago) <A. Elleuch>
  • fix example in README (#815) (8 weeks ago)
  • Refactor PutObject API calls to add context and additional metadata. (#811) (8 weeks ago)

Don't miss a new minio-go release

NewReleases is sending notifications on new releases.