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.19.2
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.20.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 2 contributors

Commits on Feb 17, 2025

  1. refactor(Goproxy)!: redesign ErrorLogger as Logger using `log/slo…

    …g.Logger` (#106)
    
    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    ab925cf View commit details
    Browse the repository at this point in the history
  2. chore(ci): fix usage of codecov/codecov-action@v5 (#108)

    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    bbf1666 View commit details
    Browse the repository at this point in the history
  3. feat(cmd/goproxy): add --log-format to server command (#109)

    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    efa2ced View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. test: improve test organization with subtests (#110)

    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    5b2a4c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. refactor: bump minimum required Go version to 1.23.0 (#112)

    We always keep the minimum Go version requirement in sync with
    `golang.org/x/mod` to ensure we don't fall too far behind on new Go
    features.
    
    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    f1c66d7 View commit details
    Browse the repository at this point in the history
  2. chore(master): release 0.20.0 (#107)

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