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: goproxy/goproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.0
Choose a base ref
...
head repository: goproxy/goproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.24.0
Choose a head ref
  • 8 commits
  • 13 files changed
  • 2 contributors

Commits on Oct 28, 2025

  1. fix: clean up resources on error paths (#155)

    This follows up on #152.
    
    Signed-off-by: Aofei Sheng <[email protected]>
    aofei authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    c75e57e View commit details
    Browse the repository at this point in the history
  2. refactor: use github.com/aofei/backoff for retries (#157)

    - Replace the local exponential backoff helper with
      github.com/aofei/backoff so `httpGet` uses a well-tested jittered
      retry loop that still respects context cancellation
    - Fix the deadline test to expect `context.DeadlineExceeded`
    
    Signed-off-by: Aofei Sheng <[email protected]>
    aofei authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    ca9f50b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. chore(Dockerfile): use heredoc for build steps (#158)

    Signed-off-by: Aofei Sheng <[email protected]>
    aofei authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    e0b8fc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. refactor(cmd/goproxy): make version override linker flag target unexp…

    …orted (#159)
    
    Signed-off-by: Aofei Sheng <[email protected]>
    aofei authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    ad2730e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58ebafc View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. chore(deps): bump modules (#161)

    - Bump golang.org/x/mod from 0.29.0 to 0.30.0
    - Bump github.com/spf13/cobra from 0.10.1 to 0.10.2
    - Bump github.com/minio/minio-go from 7.0.95 to 7.0.97
    
    Release-as: 0.24.0
    
    Signed-off-by: Aofei Sheng <[email protected]>
    aofei authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    bb9f845 View commit details
    Browse the repository at this point in the history
  2. chore(ci): bump actions/checkout from 5 to 6 (#162)

    Signed-off-by: Aofei Sheng <[email protected]>
    aofei authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    b436cb8 View commit details
    Browse the repository at this point in the history
  3. chore(master): release 0.24.0 (#156)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    fb0170a View commit details
    Browse the repository at this point in the history
Loading