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: pyaf/minio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: minio/minio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 11 files changed
  • 9 contributors

Commits on Oct 23, 2025

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

Commits on Oct 24, 2025

  1. fix(api): Don't send multiple responses for one request (minio#21651)

    fix(api): Don't send responses twice.
    
    In some cases multiple responses are being sent for one request, causing
    the API server to incorrectly drop connections.
    
    This change introduces a ResponseWriter which tracks whether a
    response has already been sent. This is used to prevent a response being
    sent if something already has (e.g. by a preconditions check function).
    
    Fixes minio#21633.
    
    Co-authored-by: Menno Finlay-Smits <[email protected]>
    mjs and Menno Finlay-Smits authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    52eee5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f97e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10b0a23 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. fix doc 404 (minio#21670)

    dormanze authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    3a0cc6c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

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

Commits on Dec 3, 2025

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