Tags give the ability to mark specific points in history as being important
-
v0.2.0
protected5a14eaa6 · ·GoAPTCacher v0.2.0 This release focuses on simplifying deployments by removing the database dependency and improving reliability and observability. The access cache was migrated from MySQL/MariaDB to local JSON files and all database/schema related code and packaging hints were removed. Performance and troubleshooting got a boost with a debug configuration, pprof support, and a Server-Timing header. Caching behavior was improved (including better cache-miss handling and retry logic) and the overall test coverage was expanded. Security hardening was added around local cache path handling to prevent directory traversal and ensure normalized paths. TLS/PKI handling was refined as well, including issuingDistributionPoint support for CRLs and more robust certificate behavior when SNI is missing (fallback to local IP). Documentation and the web UI styling were also refreshed.