CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 22:13:27 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"4dfe6bc9fed0430a4351bb3d66c87ea4"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=yOafg92dycJkOi1OvcArZZxy8zeRpMclkCZkdAp859GzAj5O16jdpADWMiFDx%2FH5szvk8ROXri4qk6ZFkT612pehM7akUILANvoplEaoSYTuRIJl7Tx8dJeqEoYgJQcUlj76xNNvBleP68R40xMxqOKwBeaWrleQggfOEr7P2QgXclF2pSJRQ6LwoNA5nsZGSTYKeqD7H9Bu6BfeGkyYYl%2BvXEU16JRdDMWCYtyLTzUIrAFepOc80vLw2haG%2B7YFJDH3wiKhMHHpqEadv7dY1Q%3D%3D--ASNCVc9tPNUBkN6D--VKRCIenjpuPSLUVkKBjakw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.328699688.1753395206; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 22:13:26 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 22:13:26 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B83E:1A702A:130A5:1CA06:6882B006
Releases · minio/minio-go · GitHub
21 Jul 06:53
Loading
21 Jul 06:52
Loading
11 Jun 17:13
Loading
19 May 09:51
Loading
08 Apr 17:32
Loading
27 Mar 06:02
Loading
10 Mar 08:10
Loading
20 Feb 04:40
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 690
Releases: minio/minio-go
Releases · minio/minio-go
Bugfix Release
v7.0.95
This tag was signed with the committer’s verified signature.
bd91926
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
- test: add test for PresignedPostPolicy with empty fileName by @jiuker in #2119
- fix: prefix should use stringLike when new a bucketPolicy (2) by @mannreis in #2124
- update all deps by @harshavardhana in #2125
- set checksum headers requested properly by @harshavardhana in #2130
- fix: missing append() API behavior by @harshavardhana in #2131
- extend more missing headers for PartUploads by @harshavardhana in #2132
- fix: explicitly use UTC for expiration field when marshaling PostPolicy by @qwwqe in #2135
- fix: DurationSeconds is a QueryValues not a Form data (#2128) by @vlaborie in #2129
- make sure to avoid closing the input reader by @harshavardhana in #2137
New Contributors
- @mannreis made their first contribution in #2124
- @qwwqe made their first contribution in #2135
- @vlaborie made their first contribution in #2129
Full Changelog: v7.0.94...v7.0.95
Assets 2
Bugfix Release
v7.0.94
This tag was signed with the committer’s verified signature.
564e213
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
Full Changelog: v7.0.93...v7.0.94
Assets 2
Bugfix Release
v7.0.93
This tag was signed with the committer’s verified signature.
dc94dff
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
- replication: add in progress metric and target status by @poornas in #2109
- Add Checksums to versioned list results by @klauspost in #2116
- add iterator based RemoveObjects implementation by @harshavardhana in #2113
- Doc by @toastsandwich in #2111
- fix: parse the mime metadata when do get/head object by @jiuker in #2106
- test: add mint test case for metadata with non-us-ascll by @jiuker in #2118
- Add support of error responses in 200 OK body by @vadmeste in #2115
- Add constants for response errors by @OlegLaban in #2120
New Contributors
- @toastsandwich made their first contribution in #2111
- @OlegLaban made their first contribution in #2120
Full Changelog: v7.0.92...v7.0.93
Assets 2
Bugfix Release and new APIs
v7.0.92
This tag was signed with the committer’s verified signature.
4f25bfc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
- Add copy destination fields by @klauspost in #2095
- feat: make JSON lib configurable by @secDre4mer in #2088
- implement Go native iterator style ListObjects() by @harshavardhana in #2099
- Add API for bucket resync cancellation by @poornas in #2101
- support aws s3 express zone behavior by @harshavardhana in #2103
- Add MakeBucket forceCreate option a MinIO specific extension by @harshavardhana in #2108
- add support for automatic region extraction for S3 Express by @harshavardhana in #2104
- Add msgpack serializers to stringset by @klauspost in #2107
New Contributors
- @secDre4mer made their first contribution in #2088
Full Changelog: v7.0.91...v7.0.92
Assets 2
1 person reacted
Bugfix Release
Bugfix v7.0.90
v7.0.90
This tag was signed with the committer’s verified signature.
68fb5ee
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
- Add anonymous chunked encoding with trailing headers by @klauspost in #2084
- Implement AppendObject() API by @harshavardhana in #2082
- Update x/net version by @BorjaOuterelo in #2085
- Rety iterators by @tlyons-cs in #2087
- Add function for getting creds of remote client by @shtripat in #2089
New Contributors
- @BorjaOuterelo made their first contribution in #2085
- @tlyons-cs made their first contribution in #2087
Full Changelog: v7.0.89...v7.0.90
Assets 2
Bugfix Release
v7.0.89
This tag was signed with the committer’s verified signature.
8c92869
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
- add PurgeOnDelete to versioning config by @poornas in #2074
- Adds
TokenRevokeType
field to credential providers. by @taran-p in #2075 - make downtime info as map to denote per target info by @Praveenrajmani in #2079
- update deps and move CI/CD to go1.23, go1.24 by @harshavardhana in #2080
- update golint version by @harshavardhana in #2083
New Contributors
Full Changelog: v7.0.88...v7.0.89
Assets 2
Bugfix Release
v7.0.88
This tag was signed with the committer’s verified signature.
c34f06b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
- add replication stat counters and downtime info types by @Praveenrajmani in #2071
- feat: add reverse version for listObjectVersions by @jiuker in #2072
New Contributors
- @Praveenrajmani made their first contribution in #2071
Full Changelog: v7.0.87...v7.0.88
Assets 2
Bugfix Release
v7.0.87
This tag was signed with the committer’s verified signature.
dfb0b24
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compare
What's Changed
- Fix build for 386 by @fwessels in #2068
- fix: allow port in endpoint for aws private link validation by @MadJlzz in #2066
- tags were incorrectly used, fix them use the right package by @harshavardhana in #2070
New Contributors
Full Changelog: v7.0.86...v7.0.87
Assets 2
Bugfix Release
Previous Next
You can’t perform that action at this time.