Block a user
fix: coalesce concurrent cache-miss fetches (thundering herd)
feat: cache upstream bearer tokens
perf: batch access-log writes instead of goroutine+insert per request
feat: wire the circuit breaker into the proxy fetch path
fix: HEAD requests fetch and stream the full body
unkinben
created branch benvin/compile-patterns-once in unkin/artifactapi
2026-07-02 00:33:48 +10:00
perf: compile remote match patterns once instead of per-request
unkinben
created branch benvin/validate-remote-patterns in unkin/artifactapi
2026-07-02 00:32:19 +10:00
fix: blocklist fails open when a regex fails to compile