Releases: bit2swaz/velocity-cache
Releases · bit2swaz/velocity-cache
v3.1.0 - Implement Local Cache Eviction & Observability
New Features
- Observability: The server now exposes a
/metricsendpoint compatible with Prometheus/Grafana. Track hits, misses, and bandwidth in real-time. - Cache Eviction (The Janitor): The Local storage driver now automatically deletes files older than
VC_RETENTION_DAYS(Default: 7 days). No more full disks!
Fixes
- Improved stability for the local storage driver.
v3.0.0 (infra update)
VelocityCache v3.0 shifts from a managed SaaS product to a distributed infrastructure component. It is designed to be deployed inside a company's private VPC (Virtual Private Cloud), ensuring 100% data sovereignty, zero external dependencies, and maximum speed.
Also, 231x faster than Vercel's Turborepo (Check attached image)

v2.0.2 (Security Patch)
Removes the insecure public cache feature. velocity-cache now defaults to local-only. Private remote caching (S3/R2) still works perfectly. Big thanks to the Turborepo team for the security audit!
v2.0.1: npm bug fix
minor npm package fix
v2.0.0: Monorepo Dominance & Language Detection
Release v2.0.0: Monorepo Dominance & Language Detection
Public Cache Fallback & npm Ecosystem
v1.0.1 update README