GoDoxy/internal
yusing fce9ce21c9
Some checks are pending
Docker Image CI (socket-proxy) / build (push) Waiting to run
chore(dependencies): update go-acme/lego, quic-go, and other dependencies
- Upgraded go-acme/lego from v4.24.0 to v4.25.1.
- Updated quic-go from v0.53.0 to v0.54.0.
- Incremented versions for yusing/go-proxy and related dependencies.
- Updated aws/smithy-go from v1.22.4 to v1.22.5 and baidubce/bce-sdk-go from v0.9.235 to v0.9.236.
- Updated barcode library from v1.0.2 to v1.1.0.
- Updated google.golang.org/api from v0.242.0 to v0.243.0 and grpc from v1.73.0 to v1.74.2.
- Cleaned up unused dependencies and updated indirect dependencies.
2025-07-27 21:49:11 +08:00
..
acl fix: optimize memory usage, fix agent and code refactor (#118) 2025-05-25 09:45:57 +08:00
api refactor(agent): move agent pool to agent package, rename route.Agent() to route.GetAgent() (cont. 7d17a01) 2025-06-14 22:04:10 +08:00
auth fix(login): login not working with user password 2025-05-31 07:11:19 +08:00
autocert fix(autocert): wrong path for last failure file 2025-07-21 09:39:17 +08:00
common feat(healthcheck): add retries before notifying (default: 3 times) 2025-07-20 12:03:45 +08:00
config refactor(agent): move agent pool to agent package, rename route.Agent() to route.GetAgent() 2025-06-14 20:04:39 +08:00
dnsproviders chore(dependencies): update go-acme/lego, quic-go, and other dependencies 2025-07-27 21:49:11 +08:00
docker fix(docker): wildcard properties not working with FQDN aliases 2025-06-16 21:23:23 +08:00
entrypoint tweak(entrypoint): introducing ResponseRecorder specialized for access logger for better throughput 2025-06-15 17:42:38 +08:00
gperr refactor: improve task management with xsync for concurrent access and enhance callback and subtasks handling as well as memory allocation 2025-05-25 15:01:44 +08:00
homepage fix(homepage): missing homepage.url option 2025-07-13 15:47:26 +08:00
idlewatcher feat(idlesleep): support idlesleep for stream routes, rewritten and fixed stream implementation 2025-06-09 22:20:26 +08:00
jsonstore refactor: code refactor and improved context and error handling 2025-05-24 10:02:24 +08:00
logging tweak(entrypoint): introducing ResponseRecorder specialized for access logger for better throughput 2025-06-15 17:42:38 +08:00
maxmind refactor: small refactor on maxmind code 2025-05-28 22:14:10 +08:00
metrics fix(systeminfo): safer time interval calculations and fix divided by zero crash 2025-06-07 19:42:53 +08:00
net feat(middleware): add themed middleware with customizable themes and styles 2025-07-20 12:59:25 +08:00
notif feat(healthcheck): add retries before notifying (default: 3 times) 2025-07-20 12:03:45 +08:00
proxmox refactor(misc): small code refactor 2025-07-13 14:33:58 +08:00
route refactor(misc): small code refactor 2025-07-13 14:33:58 +08:00
serialization fix(serialization): call of reflect.Value.IsNil on string Value 2025-06-14 22:12:24 +08:00
task fix(shutdown): change gracefulShutdown to call root.Finish directly instead of in a goroutine 2025-06-09 22:20:49 +08:00
utils chore: upgrade dependencies 2025-07-20 13:29:03 +08:00
watcher fix(healthcheck): fix spamming notifications for unhealthy services 2025-07-27 21:47:29 +08:00