Bugfix Release
NOTE
This release broke APIs so this release is now unlisted from npmjs.org, please use v8.0.0 instead or keep v7.1.3
What's Changed
- refactor
setObjectLegalHold
andgetObjectLegalHold
apis by @prakashsvmx in #1198 - fix: Typo in variable name leads to misunderstanding by @rapsealk in #1207
- Fix alphanumeric typo in unit test by @kaankabalak in #1209
- Format markdown files in pre-commit hooks by @trim21 in #1212
- build(deps-dev): bump @babel/traverse from 7.21.5 to 7.23.2 by @dependabot in #1214
- refactor
getBucketTagging
,getObjectTagging
to TypeScript by @trim21 in #1211 - Remove link to outdated sample code by @feorlen in #1218
- docs: fix build from source steps by @trim21 in #1220
- refactor
getObjectLockConfig
andsetObjectLockConfig
to ts by @prakashsvmx in #1200 - refactor
putObjectRetention
by @trim21 in #1219 - remove dependency
xml
by @trim21 in #1231 - remove usage of deprecated
LegalHoldStatus
by @trim21 in #1230 - refactor:
makeBucket
by @trim21 in #1222 - docs: typo in readme by @trim21 in #1237
- refactor
listIncompleteUploads
to TypeScript by @trim21 in #1228 - refactor:
completeMultipartUpload
to TypeScript by @trim21 in #1229 - update examples by @trim21 in #1235
- refactor findUploadId to TypeScript by @trim21 in #1240
- feat: expose errors from entrypoint by @aldy505 in #1242
- fix: enclose ipv6 host with brackets on client request by @aldy505 in #1243
- refactor
getBucketVersioning
andsetBucketVersioning
to ts by @prakashsvmx in #1239 - refactor: remove
ObjectUplaoder
and turn stream uploading by @trim21 in #1227 - refactor:
setBucketPolicy
by @trim21 in #1221 - refactor:
bucketExists
by @trim21 in #1223 - refactor:
getBucketPolicy
by @trim21 in #1224 - refactor:
getObject
andfGetObject
by @trim21 in #1225 - refactor: notification.ts by @trim21 in #1226
- Fix truncated ListObjects request handling with non-existing NextMarker by @DJTripper in #1253
- Update the JavaScript SDK Quickstart by @feorlen in #1236
- remove TargetConfig from minio.d.ts by @trim21 in #1254
- refactor get set tagging apis for bucket and object by @prakashsvmx in #1246
- refactor
selectObjectContent
to ts by @prakashsvmx in #1252 - Update buffer-crc32 to 1.0.0 by @kibertoad in #1264
- fix: don't use DEFAULT_REGION for listBuckets method by @aldy505 in #1248
- refactor bucket lifecycle apis to ts by @prakashsvmx in #1276
- refactor encryption apis to ts by @prakashsvmx in #1277
- uri escape to comply with s3 by @prakashsvmx in #1280
New Contributors
- @rapsealk made their first contribution in #1207
- @feorlen made their first contribution in #1218
- @DJTripper made their first contribution in #1253
- @kibertoad made their first contribution in #1264
Full Changelog: 7.1.3...7.1.4