Releases: minio/minio-js
Releases · minio/minio-js
Minor Bug Fix Release
Minor Bug Fix Release
Minor Bugfix release
Major bugfix release
Highlights
secure
variable is now deprecated useuseSSL
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
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
Minor bug fix release
Breaking change and bug fix release.
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>