Update module github.com/minio/minio-go/v7 to v7.0.86
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/minio/minio-go/v7 | require | patch |
v7.0.78 -> v7.0.86
|
Release Notes
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.86
: Bugfix Release
What's Changed
- Use faster crc64 nvme by @klauspost in https://github.com/minio/minio-go/pull/2065
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.85...v7.0.86
v7.0.85
: Bugfix Release
What's Changed
- Update s3-endpoints.go with ISO endpoints by @vnzongzna in https://github.com/minio/minio-go/pull/2053
- Implement error interface for RemoveObjectError by @wuhaochen in https://github.com/minio/minio-go/pull/2058
- allow users to extend DNS style buckets by @harshavardhana in https://github.com/minio/minio-go/pull/2057
New Contributors
- @vnzongzna made their first contribution in https://github.com/minio/minio-go/pull/2053
- @wuhaochen made their first contribution in https://github.com/minio/minio-go/pull/2058
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.84...v7.0.85
v7.0.84
: Bugfix Release
What's Changed
- fix: use Hostname instead of Host in s3utils.GetRegionFromURL by @huanghaoyuanhhy in https://github.com/minio/minio-go/pull/2046
- feat: CopyObject md demo update by @767829413 in https://github.com/minio/minio-go/pull/2017
- fix: get ETag from resp.Body rather than resp.Header by @xiangcheng09 in https://github.com/minio/minio-go/pull/2019
- move to go1.23 CI by @harshavardhana in https://github.com/minio/minio-go/pull/2050
- Use default STS endpoints when using empty STS endpoint with IAM by @ramondeklein in https://github.com/minio/minio-go/pull/2051
New Contributors
- @huanghaoyuanhhy made their first contribution in https://github.com/minio/minio-go/pull/2046
- @767829413 made their first contribution in https://github.com/minio/minio-go/pull/2017
- @xiangcheng09 made their first contribution in https://github.com/minio/minio-go/pull/2019
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.83...v7.0.84
v7.0.83
: Bugfix Release
What's Changed
- 408 Server Timeout should be a retryable status code by @m90 in https://github.com/minio/minio-go/pull/2036
- Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/minio by @dependabot in https://github.com/minio/minio-go/pull/2034
- Bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in https://github.com/minio/minio-go/pull/2038
- Use proper HTTP client for fetching credentials by @ramondeklein in https://github.com/minio/minio-go/pull/2041
- Use default STS endpoint by @ramondeklein in https://github.com/minio/minio-go/pull/2044
New Contributors
- @m90 made their first contribution in https://github.com/minio/minio-go/pull/2036
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.82...v7.0.83
v7.0.82
: Bugfix Release
What's Changed
- sts: Send the refresh token in the login redirect URL by @vadmeste in https://github.com/minio/minio-go/pull/2025
- Fix duplicate API call on
obj.Stat()
by @OrkhanAlikhanov in https://github.com/minio/minio-go/pull/2028 - Fix for tests running in mint vs locally by @marktheunissen in https://github.com/minio/minio-go/pull/2029
- Add Full Object Checksum API by @klauspost in https://github.com/minio/minio-go/pull/2026
- Read ChecksumAlgorithm and ChecksumType from ListParts by @klauspost in https://github.com/minio/minio-go/pull/2032
- Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/s3 by @dependabot in https://github.com/minio/minio-go/pull/2033
New Contributors
- @OrkhanAlikhanov made their first contribution in https://github.com/minio/minio-go/pull/2028
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.81...v7.0.82
v7.0.81
: Bugfix Release
What's Changed
- PromptObject API support by @sidharthrajaram in https://github.com/minio/minio-go/pull/2015
- Fix new lint errors by @klauspost in https://github.com/minio/minio-go/pull/2020
- functional tests: move client creation into a reusable function by @marktheunissen in https://github.com/minio/minio-go/pull/2022
- Adjust testPresignedPostPolicy to ensure that GetObject... by @marktheunissen in https://github.com/minio/minio-go/pull/1996
- Add refresh token to WebIdentity OpenID response by @vadmeste in https://github.com/minio/minio-go/pull/2023
New Contributors
- @sidharthrajaram made their first contribution in https://github.com/minio/minio-go/pull/2015
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.80...v7.0.81
v7.0.80
: Bugfix Release
What's Changed
- Add support for AllVersionsExpiration ilm rule by @dhananjaykrutika in https://github.com/minio/minio-go/pull/2014
- retry: make max retries configurable by @ashwanthgoli in https://github.com/minio/minio-go/pull/2013
New Contributors
- @dhananjaykrutika made their first contribution in https://github.com/minio/minio-go/pull/2014
- @ashwanthgoli made their first contribution in https://github.com/minio/minio-go/pull/2013
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.79...v7.0.80
v7.0.79
: Bugfix Release
What's Changed
- Update remove bucket replication reference by @emmanuel-ferdman in https://github.com/minio/minio-go/pull/2006
- Only retry multi-part upload as single-part upload on GCS endpoints by @ramondeklein in https://github.com/minio/minio-go/pull/2012
New Contributors
- @emmanuel-ferdman made their first contribution in https://github.com/minio/minio-go/pull/2006
Full Changelog: https://github.com/minio/minio-go/compare/v7.0.78...v7.0.79
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.