Skip to content

Releases: minio/minio-js

Minor Bugfix Release

20 Nov 20:39
7.0.20
0fca6d1
Compare
Choose a tag to compare

Changelog

  • fix mint tests import failure for helpers (#978) (11/19/21) (Prakash Senthil Vel)
  • Pass default region to fix user bucket notification bug (#962) (09/22/21) (Prakash Senthil Vel)
  • Add IPV4 and IPV6 address validation (#963) (09/22/21) (Prakash Senthil Vel)

Major Release

20 Aug 04:46
7.0.19
687cabf
Compare
Choose a tag to compare

Highlights

  • Add support for versioning, object locking APIs

Changelog

  • Upgrade lodash version (#958) (08/17/21) (Prakash Senthil Vel)
  • Add AWS Hong Kong region (#938) (08/16/21) (Brendt)
  • remove EOLed node versions (#957) (08/13/21) (Harshavardhana)
  • fix: issues with browser environment (#955) (08/14/21) (Prakash Senthil Vel)
  • setS3TransferAccelerate option support for s3 only (#948) (08/14/21) (Prakash Senthil Vel)
  • fix: multipart upload from stream with metadata (#956) (08/13/21) (Peeter N)
  • Get/set legal hold APIs (#925) (06/07/21) (Prakash Senthil Vel)
  • Add Bucket replication APIs (#934) (06/02/21) (Prakash Senthil Vel)
  • Bucket Encryption APIs get/set/remove (#927) (06/01/21) (Prakash Senthil Vel)
  • Set and Get and remove Bucket Life cycle config support (#917) (05/27/21) (Prakash Senthil Vel)
  • URI encode session token in the query (#920) (05/27/21) (TimSBSquare)
  • Bucket/Object Tags feature with versioning support included (#916) (05/27/21) (Prakash Senthil Vel)
  • versionId support in presigned url (#913) (05/27/21) (Prakash Senthil Vel)
  • Object retention put/get APIs (#923) (05/13/21) (Prakash Senthil Vel)
  • Add Get/Set Object lock config APIs (#919) (04/23/21) (Prakash Senthil Vel)
  • Adds x-amz-security-token into the formData (#910) (03/20/21) (ebozduman)
  • VersionId Support in removeObjects api (#909) (03/20/21) (Prakash Senthil Vel)
  • VersionId support in listObjects API (#903) (03/04/21) (Prakash Senthil Vel)
  • VersionId support in get,put object APIs (#901) (02/18/21) (Prakash Senthil Vel)
  • VersionId support for removeObject and statObject API (#894) (02/06/21) (Prakash Senthil Vel)
  • Add bucket versioning APIs (#891) (01/24/21) (Prakash Senthil Vel)
  • fix Minio.ObjectCreatedCompleteMultipartUpload typo (#883) (12/21/20) (Josias Montag)
  • Allows dot char, '.', at the end of domain name (#885) (12/16/20) (ebozduman)
  • listObject Content parsing needs array conversion (#887) (12/16/20) (ebozduman)

Minor Bug Fix Release

16 Dec 06:07
7.0.18
6e66ed4
Compare
Choose a tag to compare

Changelog

  • Makes sure xmlobj.CommonPrefixes is an array (#877) (12/15/20) (ebozduman)

Minor Bug Fix Release

25 Nov 20:59
7.0.17
83aed6d
Compare
Choose a tag to compare

Changelog

  • Trim spaces in header values for signature calculation (#875) (11/24/20) (Krishna Srinivas)
  • feat: support access style override (#872) (11/25/20) (Bingliang)
  • Replaces the old xml parser with a new, faster one (#861) (11/04/20) (ebozduman)
  • typo: Fix spelling for registered (#853) (05/15/20) (Kiina)
  • fix: correctly set content-length size when payload has unicode characters (#847) (05/01/20) (Panagiotis Kapros)

Minor Bug Fix Release

30 Apr 04:42
7.0.16
5b5b017
Compare
Choose a tag to compare

Changelog

  • ListObjectsV2Metadata: userMetadata null check (#844) (04/20/20) (kannappanr)

Minor Bug Fix Release

14 Mar 05:52
7.0.15
465caae
Compare
Choose a tag to compare

Changelog

  • fix STS token support for presign (#832) (02/24/20)

Minor Bug Fix Release

21 Feb 01:26
7.0.14
fa5757c
Compare
Choose a tag to compare

Changelog

  • [extensions] Implement listObjectV2 with metadata (#827) (02/18/20)
  • fix STS token support for presign/postsign (#830) (02/15/20)
  • Doc: Change default part size to 64MiB (#825) (02/03/20)
  • doc: Update bucketExists in API.md (#821) (01/24/20)
  • Doc: Add new parameters to the constructor (#823) (01/22/20)
  • Update README_zh_CN.md (#816) (12/27/19)
  • Change linebreak-style rule to support both Windows and Unix (#808) (12/25/19)
  • Correct the error message. (#807) (12/25/19)

Minor Bug Fix Release

24 Dec 00:46
7.0.13
Compare
Choose a tag to compare

Changelog

  • Fix multipart upload with keepalive memory leak (#811) (12/23/19)
  • fix(fPutObject): remove metadata mutation (#815) (11/22/19)
  • Add ability to set family as a request option (#804) (10/14/19)
  • Add nodejs.yml to build the project (#799) (09/17/19)

Minor Bug Fix Release

21 Aug 17:09
7.0.12
Compare
Choose a tag to compare

Changelog

  • Fix multipart fPutObject (#789) (08/12/19)
  • Ensure that tests are run on CI Platforms (#790) (08/12/19)

Minor Bug Fix Release

08 Aug 05:14
7.0.11
Compare
Choose a tag to compare

Changelog

  • Update dependencies to latest (#785) (08/05/19)
  • Change play.minio.io to play.min.io (#786) (08/05/19)
  • Doc: Use QueueConfig instead of TopicConfig (#783) (07/26/19)