Skip to content
Permalink

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
Choose a base ref
...
head repository: minio/minio-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.92
Choose a head ref
  • 9 commits
  • 40 files changed
  • 5 contributors

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    3e647dd View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Configuration menu
    Copy the full SHA
    832e1d3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. 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.
    secDre4mer authored May 3, 2025
    Configuration menu
    Copy the full SHA
    dc867a5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    e994501 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Configuration menu
    Copy the full SHA
    3dbe5a3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    5d96728 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Configuration menu
    Copy the full SHA
    6b0f80f View commit details
    Browse the repository at this point in the history
  2. 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/
    ```
    harshavardhana authored May 15, 2025
    Configuration menu
    Copy the full SHA
    6651105 View commit details
    Browse the repository at this point in the history
  3. Add msgpack serializers to stringset (#2107)

    Add binary (de)serializers using msgp to stringsets.
    
    Should we move this to to `minio/pkg` instead?
    klauspost authored May 15, 2025
    Configuration menu
    Copy the full SHA
    4f25bfc View commit details
    Browse the repository at this point in the history
Loading