Skip to content

Releases: goproxy/goproxy

v0.21.0

14 Jun 13:58
ae25f07
Compare
Choose a tag to compare

0.21.0 (2025-06-14)

Code Refactoring

  • cmd/goproxy: simplify binary version handling (#129) (1b19b35)

Miscellaneous Chores

  • deps: bump github.com/minio/minio-go/v7 from 7.0.92 to 7.0.93 (#132) (6cb0544)
  • Dockerfile: use golang:1.24-alpine3.22 as base image (#131) (4c4128f)

v0.20.3

08 Jun 13:09
0e9ff62
Compare
Choose a tag to compare

0.20.3 (2025-06-08)

Miscellaneous Chores

v0.20.2

07 Jun 11:21
8711d08
Compare
Choose a tag to compare

0.20.2 (2025-06-07)

Miscellaneous Chores

  • deps: bump golang.org/x/mod and github.com/minio/minio-go/v7 (#123) (4eee47d)
  • update release workflow to separate tagging and publishing (#122) (33c5b1e)

v0.20.1

17 May 02:58
271d439
Compare
Choose a tag to compare

0.20.1 (2025-05-17)

Code Refactoring

  • utilize Go 1.22 for-range over integers (#117) (50d2fc6)

Tests

Miscellaneous Chores

  • deps: bump github.com/minio/minio-go/v7 from 7.0.88 to 7.0.91 (#119) (20411bd)
  • deps: bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#113) (ad197dd)
  • deps: bump golang.org/x/net from 0.35.0 to 0.38.0 (#115) (239fd87)
  • replace interface{} with any (#118) (86253b8)

v0.20.0

15 Mar 03:31
2a6f454
Compare
Choose a tag to compare

0.20.0 (2025-03-15)

⚠ BREAKING CHANGES

  • Goproxy: redesign ErrorLogger as Logger using log/slog.Logger (#106)

Features

  • cmd/goproxy: add --log-format to server command (#109) (efa2ced)

Code Refactoring

  • bump minimum required Go version to 1.23.0 (#112) (f1c66d7)
  • Goproxy: redesign ErrorLogger as Logger using log/slog.Logger (#106) (ab925cf)

Tests

  • improve test organization with subtests (#110) (5b2a4c8)

Miscellaneous Chores

  • ci: fix usage of codecov/codecov-action@v5 (#108) (bbf1666)

v0.19.2

16 Feb 14:17
7973135
Compare
Choose a tag to compare

0.19.2 (2025-02-16)

Miscellaneous Chores

  • .goreleaser.yaml: add DOCKER_IMAGE_REPO for dynamic repo config (#104) (524fde2)
  • ci: add build tests (#105) (92cac17)
  • Dockerfile: use golang:1.24-alpine3.21 as base image (#102) (bae1a73)

v0.19.1

16 Feb 08:10
b603608
Compare
Choose a tag to compare

0.19.1 (2025-02-16)

Bug Fixes

  • cmd/goproxy: require github.com/minio/crc64nvme@v1.0.1 (#100) (6e61c8f)

v0.19.0

16 Feb 07:30
a9d238b
Compare
Choose a tag to compare

0.19.0 (2025-02-16)

Code Refactoring

  • improve error message formatting (#95) (faf43bd)

Tests

Miscellaneous Chores

  • .goreleaser.yaml: align GORELEASER_ARTIFACTS_TARBALL with archive name template (#89) (fe067ab)
  • ci: add support for linux/riscv64 (#94) (cd425f3)
  • ci: bump codecov/codecov-action from 4 to 5 (#91) (ab618b0)
  • deps: bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#92) (6014fda)
  • deps: bump golang.org/x/mod, github.com/spf13/cobra, github.com/minio/minio-go/v7 (#98) (e75760c)
  • deps: bump golang.org/x/net from 0.30.0 to 0.33.0 (#93) (093e27c)
  • release 0.19.0 (#99) (6ea2ff0)
  • use Go 1.24 for releases (#97) (8c974b5)

v0.18.2

07 Dec 06:14
d3cef02
Compare
Choose a tag to compare

0.18.2 (2024-12-07)

Bug Fixes

  • Dockerfile: extract binaries from tarball when using GoReleaser artifacts (#87) (2b9d89c)

v0.18.1

07 Dec 04:34
bf3c3be
Compare
Choose a tag to compare

0.18.1 (2024-12-07)

Code Refactoring

  • utilize slices package from stdlib (#86) (b108687)

Documentation

  • README.md: add Conventional Commits requirement to "Contributing" section (#81) (c0ce09d)

Miscellaneous Chores

  • ci: configure release-please to open PRs as drafts (#83) (320a8c1)
  • deps: bump golang.org/x/mod and github.com/minio/minio-go/v7 (#85) (f44b882)
  • Dockerfile: use Alpine 3.21 as base image (#84) (7bb9dfd)