-
Notifications
You must be signed in to change notification settings - Fork 692
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: minio/minio-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.91
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: minio/minio-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.92
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 40 files changed
- 5 contributors
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3e647dd - Browse repository at this point
Copy the full SHA 3e647ddView commit details
Commits on Apr 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 832e1d3 - Browse repository at this point
Copy the full SHA 832e1d3View commit details
Commits on May 3, 2025
-
feat: make JSON lib configurable (#2088)
Currently, a mix of goccy/json and encoding/json is used. Both use the same interface; goccy/json is faster, however, it also does questionable things with go:linkname. Create a common package that can be switched (via build tags) from one implementation to another, and use that in all packages.
Configuration menu - View commit details
-
Copy full SHA for dc867a5 - Browse repository at this point
Copy the full SHA dc867a5View commit details
Commits on May 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e994501 - Browse repository at this point
Copy the full SHA e994501View commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3dbe5a3 - Browse repository at this point
Copy the full SHA 3dbe5a3View commit details
Commits on May 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d96728 - Browse repository at this point
Copy the full SHA 5d96728View commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6b0f80f - Browse repository at this point
Copy the full SHA 6b0f80fView commit details -
add support for automatic region extraction for S3 Express (#2104)
also add ListDirectoryBuckets API to test this PR ``` mc alias set s3express https://s3express-control.us-west-2.amazonaws.com xxx xxxx --api s3v4 mc ls s3express/ [2025-05-09 15:55:55 PDT] 0B harsha-test--usw2-az1--x-s3/ ```
Configuration menu - View commit details
-
Copy full SHA for 6651105 - Browse repository at this point
Copy the full SHA 6651105View commit details -
Add msgpack serializers to stringset (#2107)
Add binary (de)serializers using msgp to stringsets. Should we move this to to `minio/pkg` instead?
Configuration menu - View commit details
-
Copy full SHA for 4f25bfc - Browse repository at this point
Copy the full SHA 4f25bfcView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.0.91...v7.0.92