fix(deps): update dependency minio to v8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
minio | dependencies | major | ^7.1.3 -> ^8.0.0 |
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
minio/minio-js (minio)
v8.0.0
: Major Refactor Release
Highlights
Previous release v7.1.4 was incorrectly published without a major version change, which since has been unpublished and deprecated.
v8.0.0 is the new v7.1.4
What's Changed
- fix: minio type definition not exported in package.json. close #1257. by @IvanLi-CN in https://github.com/minio/minio-js/pull/1268
- fix: regression when listing buckets use the configured or default region by @prakashsvmx in https://github.com/minio/minio-js/pull/1282
- Update version to next release by @kaankabalak in https://github.com/minio/minio-js/pull/1283
- ci: bump dependencies; remove node 12 and node 14 by @aldy505 in https://github.com/minio/minio-js/pull/1250
New Contributors
- @IvanLi-CN made their first contribution in https://github.com/minio/minio-js/pull/1268
Full Changelog: https://github.com/minio/minio-js/compare/7.1.4...8.0.0
v7.1.4
: 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 https://github.com/minio/minio-js/pull/1198 - fix: Typo in variable name leads to misunderstanding by @rapsealk in https://github.com/minio/minio-js/pull/1207
- Fix alphanumeric typo in unit test by @kaankabalak in https://github.com/minio/minio-js/pull/1209
- Format markdown files in pre-commit hooks by @trim21 in https://github.com/minio/minio-js/pull/1212
- build(deps-dev): bump @babel/traverse from 7.21.5 to 7.23.2 by @dependabot in https://github.com/minio/minio-js/pull/1214
- refactor
getBucketTagging
,getObjectTagging
to TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1211 - Remove link to outdated sample code by @feorlen in https://github.com/minio/minio-js/pull/1218
- docs: fix build from source steps by @trim21 in https://github.com/minio/minio-js/pull/1220
- refactor
getObjectLockConfig
andsetObjectLockConfig
to ts by @prakashsvmx in https://github.com/minio/minio-js/pull/1200 - refactor
putObjectRetention
by @trim21 in https://github.com/minio/minio-js/pull/1219 - remove dependency
xml
by @trim21 in https://github.com/minio/minio-js/pull/1231 - remove usage of deprecated
LegalHoldStatus
by @trim21 in https://github.com/minio/minio-js/pull/1230 - refactor:
makeBucket
by @trim21 in https://github.com/minio/minio-js/pull/1222 - docs: typo in readme by @trim21 in https://github.com/minio/minio-js/pull/1237
- refactor
listIncompleteUploads
to TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1228 - refactor:
completeMultipartUpload
to TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1229 - update examples by @trim21 in https://github.com/minio/minio-js/pull/1235
- refactor findUploadId to TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1240
- feat: expose errors from entrypoint by @aldy505 in https://github.com/minio/minio-js/pull/1242
- fix: enclose ipv6 host with brackets on client request by @aldy505 in https://github.com/minio/minio-js/pull/1243
- refactor
getBucketVersioning
andsetBucketVersioning
to ts by @prakashsvmx in https://github.com/minio/minio-js/pull/1239 - refactor: remove
ObjectUplaoder
and turn stream uploading by @trim21 in https://github.com/minio/minio-js/pull/1227 - refactor:
setBucketPolicy
by @trim21 in https://github.com/minio/minio-js/pull/1221 - refactor:
bucketExists
by @trim21 in https://github.com/minio/minio-js/pull/1223 - refactor:
getBucketPolicy
by @trim21 in https://github.com/minio/minio-js/pull/1224 - refactor:
getObject
andfGetObject
by @trim21 in https://github.com/minio/minio-js/pull/1225 - refactor: notification.ts by @trim21 in https://github.com/minio/minio-js/pull/1226
- Fix truncated ListObjects request handling with non-existing NextMarker by @DJTripper in https://github.com/minio/minio-js/pull/1253
- Update the JavaScript SDK Quickstart by @feorlen in https://github.com/minio/minio-js/pull/1236
- remove TargetConfig from minio.d.ts by @trim21 in https://github.com/minio/minio-js/pull/1254
- refactor get set tagging apis for bucket and object by @prakashsvmx in https://github.com/minio/minio-js/pull/1246
- refactor
selectObjectContent
to ts by @prakashsvmx in https://github.com/minio/minio-js/pull/1252 - Update buffer-crc32 to 1.0.0 by @kibertoad in https://github.com/minio/minio-js/pull/1264
- fix: don't use DEFAULT_REGION for listBuckets method by @aldy505 in https://github.com/minio/minio-js/pull/1248
- refactor bucket lifecycle apis to ts by @prakashsvmx in https://github.com/minio/minio-js/pull/1276
- refactor encryption apis to ts by @prakashsvmx in https://github.com/minio/minio-js/pull/1277
- uri escape to comply with s3 by @prakashsvmx in https://github.com/minio/minio-js/pull/1280
New Contributors
- @rapsealk made their first contribution in https://github.com/minio/minio-js/pull/1207
- @feorlen made their first contribution in https://github.com/minio/minio-js/pull/1218
- @DJTripper made their first contribution in https://github.com/minio/minio-js/pull/1253
- @kibertoad made their first contribution in https://github.com/minio/minio-js/pull/1264
Full Changelog: https://github.com/minio/minio-js/compare/7.1.3...7.1.4
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.