Skip to content

Releases: minio/minio-js

Minor Bug Fix Release

05 Dec 23:46
7.0.2
Compare
Choose a tag to compare

Changelog

  • Add requestDate parameter to presignedUrl() and presignedGetObject() (#728) (12/05/18)
  • Add parameter start-after to ListObjectsV2 (#734) (12/03/18)

Minor Bugfix release

10 Sep 23:58
7.0.1
Compare
Choose a tag to compare

Changelog

  • fix wrong fPutObject example in README (#717) (09/06/18)
  • fix error not thrown when secure param is passed (#715) (09/04/18)

Major bugfix release

15 Aug 23:46
7.0.0
Compare
Choose a tag to compare

Highlights

  • secure variable is now deprecated use useSSL to indicate https endpoint.
  • Fix vulnerability discovered in superagent dependency.

Changelog

  • Update superagent dependency to 3.7.0. (#713) (08/15/18)
  • Change var secure to useSSL to avoid confusion (#707) (08/05/18)
  • fix incorrect error message in fPutObject (#712) (07/16/18)
  • Move source-map-support package to devDependencies (#711) (07/13/18)
  • Remove source-map-support in the source (#710) (07/11/18)
  • promisified removeObjects (#705) (06/26/18)

API change release

08 Jun 04:02
6.0.0
Compare
Choose a tag to compare

Changelog

  • adding urllink support (#700) (06/07/18)
  • Added removeObjects API to delete multiple objects on S3 (#697) (06/08/18)
  • Added metadata functionality for the JS SDK (#698) (06/01/18)
  • Adds 3 missing constructor parameters. (#694) (05/16/18)
  • Increase "wait time" for listenBucketNotification test setup (#693) (05/11/18)

Minor release

07 May 05:33
5.0.2
Compare
Choose a tag to compare

Changelog

  • Fix listenBucketNotification test logic (#691) (05/04/18)
  • Fix bucket-policy functional test for Azure (#690) (05/03/18)

Minor bug fix release

01 May 00:11
5.0.1
Compare
Choose a tag to compare

Changelog

  • Policy JSON file contents can be reformatted on the server side. (#689) (04/30/18)
  • Use http.globalAgent by default (#686) (04/25/18)
  • Support for setRequestOptions (#685) (04/11/18)
  • Adds spec for getObject on missing key (#682) (04/07/18)

Breaking change and bug fix release.

25 Mar 00:59
5.0.0
Compare
Choose a tag to compare

Highlights

  • set/getBucketPolicy() now accepts policy JSON value directly while breaking the API.
  • bucketExists breaking API change - now properly returns false when bucket doesn't exist.

Changelog

  • set/getBucketPolicy takes/returns policy JSON file (#676) (03/22/18)
  • Change type of lastModified to Date for return value of statObject (#678) (03/08/18)
  • makeBucket should use the requested region for signing (#675) (03/07/18)
  • Make region optional in makebucket API (#672) (02/26/18)
  • Correct documentation (#670) (02/21/18)
  • Add typings installation. (#669) (02/18/18)
  • Small typo (#667) (02/12/18)
  • Fix typo in listObjects{v2} API in Chinese docs. (#661) (02/09/18)
  • bucketExists: Use a bool to indicate if a bucket exists or not (#666) (02/09/18) <A. Elleuch>

Breaking change version 4.0.0 with bug fixes

08 Feb 03:26
4.0.0
bb5c105
Compare
Choose a tag to compare

Changelog

  • Remove IsAmazonEndpoint check in IsValidEndpoint (#664)
  • Consolidate callback params in presignedPostPolicy (#659)
  • Support putObject to upload an empty file. (#658)
  • Drain data from response to close the socket (#656)
  • Fix typo in listObjects{v2} API (#660)
  • translate minio-js docs to Chinese. (#650)

Bug fix release

08 Feb 03:26
3.2.3
b2ae576
Compare
Choose a tag to compare

Changelog

  • Close the socket connection if we don't read from it (#646)
  • Log arguments passed to the Java script SDK API calls (#645)

Bug fix release.

31 Oct 02:56
3.2.2
Compare
Choose a tag to compare

Changelog

  • Fix race - Upload object after notification has been setup. (#644) (3 days ago)
  • Modify functional tests to run on Gateway (#643) (4 days ago)
  • generic presigned url API (#637) (10 days ago)
  • Handle Not Implemented error code in functional test in s3 Gateway mode (#639) (3 weeks ago)
  • Skip content-MD5 for secure putobject call, add prefix to bucket in functional test (#631) (#631) (4 weeks ago)