api
api copied to clipboard
Bump xml2js and minio
Bumps xml2js to 0.5.0 and updates ancestor dependency minio. These dependencies need to be updated together.
Updates xml2js from 0.4.23 to 0.5.0
Commits
- See full diff in compare view
Updates minio from 7.0.33 to 7.1.1
Release notes
Sourced from minio's releases.
Bugfix release and major refactoring towards typescript
What's Changed
- style: add prettier, lint-staged, husky and eslint rules by
@trim21in minio/minio-js#1120- Bump yaml from 2.2.1 to 2.2.2 by
@dependabotin minio/minio-js#1134- fix: minio.js wrong error name by
@trim21in minio/minio-js#1135- build: update workflow to support ts by
@trim21in minio/minio-js#1119- correct path for mint tests by
@harshavardhanain minio/minio-js#1139- refactor: migrate helpers.js/s3-endpoints.js/signing.js to TypeScript by
@trim21in minio/minio-js#1137- ci: start minio as first step by
@trim21in minio/minio-js#1149- refactor: migrate
CredentialsCredentialProviderto TypeScript by@trim21in minio/minio-js#1138- docs: improve example by
@trim21in minio/minio-js#1146- refactor: migrate
CopyConditionsPostPolicyto TypeScript by@trim21in minio/minio-js#1141- docs: improve readme by
@trim21in minio/minio-js#1143- refactor: rewrite
AssumeRoleProviderin TypeScript by@trim21in minio/minio-js#1140- fix(types): missing transportAgent on client options by
@aldy505in minio/minio-js#1142- refactor: new use nodejs fs api by
@trim21in minio/minio-js#1152- docs: example require by
@trim21in minio/minio-js#1136- fix meta data directive in copy object by
@prakashsvmxin minio/minio-js#1151- refactor: migrate
Clientbase methods to TypeScript by@trim21in minio/minio-js#1153- remove already removed method
putObjectTaggingby@trim21in minio/minio-js#1155Full Changelog: https://github.com/minio/minio-js/compare/7.1.0...7.1.1
Minor feature and Bugfix Release
What's Changed
- docs:
makeBucketregionargument is optional by@trim21in minio/minio-js#1103- Bump cookiejar from 2.1.3 to 2.1.4 by
@dependabotin minio/minio-js#1115- Bump decode-uri-component from 0.2.0 to 0.2.2 by
@dependabotin minio/minio-js#1117- Bump json5 from 2.2.1 to 2.2.3 by
@dependabotin minio/minio-js#1116- Bump xml2js from 0.4.23 to 0.5.0 by
@dependabotin minio/minio-js#1124- Add AWS Sweden ( eu-north-1 ) region by
@helariLin minio/minio-js#1126- Fix string interpolation of presignedPutObject by
@gyugyuin minio/minio-js#1125- fix batch deletion in removeObjects by
@prakashsvmxin minio/minio-js#1131- feat: specify custom transport agent parameter by
@aldy505in minio/minio-js#1104- Fixed error handling in putObject by
@schantaraudin minio/minio-js#1132- Fixed issue with closing files in fPutObject() function by
@meefikin minio/minio-js#1112New Contributors
@trim21made their first contribution in minio/minio-js#1103@helariLmade their first contribution in minio/minio-js#1126@gyugyumade their first contribution in minio/minio-js#1125@aldy505made their first contribution in minio/minio-js#1104@schantaraudmade their first contribution in minio/minio-js#1132@meefikmade their first contribution in minio/minio-js#1112Full Changelog: https://github.com/minio/minio-js/compare/7.0.33...7.1.0
Commits
e6eb60dremove already removed method (#1155)5144d0drefactor: migrateClientbase methods to TypeScript (#1153)261fe01fix meta data directive in copy object (#1151)838aa8fexample require minio (#1136)1ba5ad6chore: remove old api (#1152)ff0e3ccfix(types): missing transportAgent on client options (#1142)6298bderefactor: rewriteAssumeRoleProviderin TypeScript (#1140)43d204bdocs: improve readme (#1143)613932crefactor: migrateCopyConditionsPostPolicyto TypeScript (#1141)43bef25docs: improve example (#1146)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.