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 Loading
base: v7.0.67
Choose a base ref
...
head repository: minio/minio-go Loading
compare: v7.0.68
Choose a head ref
  • 9 commits
  • 25 files changed
  • 5 contributors

Commits on Feb 10, 2024

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

Commits on Feb 14, 2024

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

Commits on Feb 16, 2024

  1. creds: Add Expiration value (#1936)

    Export expiration of the credentials, if any. Zero time means no
    expiration.
    vadmeste committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    42ac5f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Drop seeding rand in tests (#1934)

    Since go requirement is migrated to go1.21,
    rand doesn't require seeding unless same
    sequence is needed.
    ferhatelmas committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9e30a13 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    74c6974 View commit details
    Browse the repository at this point in the history
  2. Fix CVE-2022-28948 (#1938)

    Drop logrus in favor of slog.
    
    Fixes #1932.
    ferhatelmas committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    de3d492 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Added valid allowed internal headers (#1939)

    Needed for replication of SSE-C objects to other sites while
    site replication.
    
    Signed-off-by: Shubhendu Ram Tripathi <[email protected]>
    shtripat committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a0865af View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. x-minio-replication-encrypted-multipart as allowed header (#1943)

    Signed-off-by: Shubhendu Ram Tripathi <[email protected]>
    shtripat committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    baec12a View commit details
    Browse the repository at this point in the history
  2. Drop more seeding in tests (#1942)

    Related #1934
    ferhatelmas committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0046134 View commit details
    Browse the repository at this point in the history
Loading