Skip to content

Releases: soulteary/apt-proxy

v0.5.3

30 Nov 04:22
Compare
Choose a tag to compare

Code quality improvement, through go report A+ test: https://goreportcard.com/report/github.com/soulteary/apt-proxy

Changelog

v0.5.2

20 Nov 08:32
Compare
Choose a tag to compare

Support CentOS 7~8, optimize support for Ubuntu / Debian system.

Changelog

  • 9392d55 test: improve project coverage
  • c5fbde5 docs: update for centos 7/8
  • 6f2a84b chore: Optimized for Debian acceleration
  • 0f6c69f chore: Optimized for Ubuntu acceleration

v0.5.1

19 Nov 15:33
Compare
Choose a tag to compare

Updated webui and documentation

Changelog

  • 3956dfa docs: update docs for new release
  • 63a23bf chore: update webui

v0.5.0

19 Nov 15:05
Compare
Choose a tag to compare

Support Alpine acceleration

Changelog

v0.4.0

19 Nov 13:25
Compare
Choose a tag to compare

Refactored to support CentOS acceleration

Changelog

  • 2bc43f2 docs: fix and update coverage
  • 0c07f2b feat: support centos
  • f98c44e chore: auto select fastest mirror for all os
  • 6c0a5bf test: full coverage for internal/state
  • f489edf chore: split state to independent files
  • c22d498 test: add ut for internal/server
  • 0fcc14a test: add ut for internal/server
  • 9ab1c78 chore: update defines
  • ddb7d6d chore: add alpine to GetPredefinedConfiguration
  • d1ea772 chore: update alpine mirrors
  • b945e96 chore: update centos mirrors
  • 19b01de chore: update debian mirrors, split offical and custom
  • 1715caa chore: refactor mirrors manage
  • d8e742d chore: refactor mirrors manage
  • f01166e chore: refactor mirrors manage
  • d08619b chore: refactor mirrors manage
  • 0e5250d chore: code quality improvement
  • d4d7697 chore: update assets dir
  • 7003051 chore: refactor state
  • 7f3ad1f chore: refactor benchmark, server
  • db9b254 chore: refactor mirror manage, rewriter
  • 82a5954 chore: refactor mirror manage
  • 9f19805 chore: fix Golang security checks by gosec #G304
  • 61d09c2 chore: code quality improvement
  • e02e7b2 chore: code quality improvement
  • bd1347f chore: code quality improvement
  • 4379301 chore: code quality improvement
  • 0d6a429 chore: add centos mirror setter/getter
  • 15393c2 chore: add centos mirrors
  • f29196d docs: add chinese docs

v0.3.3

10 Oct 08:27
Compare
Choose a tag to compare

Changelog

  • 8be9943 docs: update docs
  • 27bed18 chore: improve implementation httpcache
  • d0159e9 chore: reduce test deps
  • 76689ea test: simplify test time.*
  • cb06b9e test: simplify test
  • 8e2d8b1 test: simplify test
  • 662526f test: simplify test status MISS
  • 76e0285 test: simplify test status SKIP
  • b549a8f test: simplify test status fully
  • c79f9e5 test: simplify test status HIT
  • 089baac chore: upgrade testify v1.8.0
  • 974487e test: simplify test dependencies
  • 56ae9c2 test: simplify test dependencies
  • 16afb0d test: simplify test dependencies
  • 66fc141 chore: update test and match rule
  • 83ca772 feat: graceful shutdown
  • 7f7653d chore: upgrade golang.org/x/sys
  • 1f85324 chore: update deps path
  • 04c1aaa fix: fix regexp for ubuntu
  • fa3e2cd chore: update deps path
  • 54796e3 chore: update deps path
  • 3647393 chore: gofmt -s -w .
  • 2f01bb7 chore: upgrade golang.org/x/sys

v0.3.2

09 Oct 15:46
Compare
Choose a tag to compare

Changelog

  • fb176ad fix: fix regexp for cdn subdomain
  • fix GitHub actions, improve code quality

Full Changelog: v0.3.0...v0.3.2

v0.3.0

15 Jun 03:04
Compare
Choose a tag to compare

Support using shorthand to specify mirror , propose by @kevin1sMe

Changelog

  • 5c75a32 docs: update docs for shorthand
  • 923bcd2 chore: improve coverage
  • 03b8059 feat: support specify mirror by shorthand
  • d092f34 feat: add custom mirror
  • a5dc244 chore: fix typo
  • 222c342 chore: try to fix G104 errors unhandled
  • e42b813 chore: avoid hardcode cache directories

v0.2.1

14 Jun 11:56
Compare
Choose a tag to compare
  • Fixed the problem that the file size calculation error caused the statistics page to fail to open.
  • Add a Dockerfile where users can build programs themselves

Changelog

  • 5820d83 chore: add dockerfile for user diy
  • eb7d2df fix: use safer file size calculations method
  • 2f2483f docs: add ui screenshot

v0.2.0

14 Jun 02:28
Compare
Choose a tag to compare
  • Added basic stats page
  • Added ping page for healthcheck

Changelog

  • 6c48db2 feat: add ping page
  • 687caa5 feat: add stats page
  • 7e45bc2 feat: add internal urls
  • 72c5ecd chore: improve coverage, fix mirror set func