Skip to content

Releases: minio/minio-js

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)

Bug fix release.

20 Sep 17:58
3.2.1
Compare
Choose a tag to compare

Highlights

  • Supports session tokens along with access and secret key.

Changelog

  • Fix Hashing bug and remove putobject string and list 1001 objects tests (#628) (5 days ago)
  • support session token (#622) (6 days ago)
  • Remove mock unit tests as we have functional tests now (#625) (6 days ago)
  • Missing functional tests for minio-js (#621) (6 days ago)
  • Fix date format in copy conditions (#623) (7 days ago)

Feature release

01 Sep 02:22
3.2.0
Compare
Choose a tag to compare

Highlights

  • Promise API support
  • Removes moment dependency with performance considerations

Changelog

  • Add Promise-based API (#605) (3 weeks ago)
  • remove moment, use native implementation (#616) (3 weeks ago)
  • Update minio-js functional tests to run as standalone (#607) (5 weeks ago)
  • change linter to eslint, fix codebase (#606) (8 weeks ago)
  • ci: enable unit and functional tests (#603) (8 weeks ago)
  • fix functional tests to work with mint (#601) (8 weeks ago)
  • Run makebucket test for eu only for s3 (#599) (2 months ago)
  • remove 'finish' handlers on request (#592) (3 months ago)
  • removeObject doc link typo (#595) (3 months ago)
  • Remove bind() for arrow functions. (#585) (5 months ago)
  • build: Import missing isDate properly (#584) (5 months ago)
  • build: Do not import non existent functions. (#581) (5 months ago)
  • api: Dummy stream reader no longer exists. (#579) (5 months ago)
  • api/err: Fix a typo in errors reference. (#580) (5 months ago)
  • api: Error exception templates should have expected variables (#582) (5 months ago)
  • api: Use createHash instead of new Hash() (#583) (5 months ago)
  • docs: Remove extra space from code blocks. (#566) (5 months ago)
  • Remove documentation related to release-2.X (#563) (6 months ago)