Skip to content

Releases: soulteary/apt-proxy

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 19 Nov 15:33

Updated webui and documentation

Changelog

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

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 15:05

Support Alpine acceleration

Changelog

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 13:25

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

Choose a tag to compare

@github-actions github-actions released this 10 Oct 08:27

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

Choose a tag to compare

@github-actions github-actions released this 09 Oct 15:46

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

Choose a tag to compare

@github-actions github-actions released this 15 Jun 03:04

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

Choose a tag to compare

@github-actions github-actions released this 14 Jun 11:56
  • 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

Choose a tag to compare

@github-actions github-actions released this 14 Jun 02:28
  • 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

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 09:59
67fcb55

No need for any settings, supports both Ubuntu / Debian by default.
Allows users to manually specify the Mirror URL used by Ubuntu and Debian systems.

Changelog

  • 67fcb55 Merge pull request #4 from soulteary/feat/proxy-mode-upgrade
  • f0285e6 docs: update docs
  • 9d5428d Merge pull request #3 from soulteary/feat/proxy-mode-upgrade
  • 4e07c43 chore: allow user proxy ubuntu and debian together
  • 25e1a6c chore: refactor rewriter for ubuntu and debian
  • 2f7ef13 chore: refactor proxy mode select
  • 0a6e68f chore: refactor choose mirrors
  • dfd8117 feat: upgrade proxy mode, support ubuntu and debian same time
  • 20f2e22 chore: try to fix G104 errors unhandled
  • 33862d9 chore: try to fix G104 errors unhandled
  • 51f83ab chore: allow trigger security scan
  • 721ffb5 docs: add ci badge
  • 39a7ce9 chore: update security scan rule
  • 31c8fcf chore: try to fix G104 errors unhandled
  • 80d8a96 docs: how to use docker <=> host
  • e4c9c02 docs: update docs

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 12 Jun 15:58

Changelog

  • a75c0b6 chore: fix armv6 docker image