Skip to content

Releases: bit2swaz/velocity-cache

v3.1.0 - Implement Local Cache Eviction & Observability

01 Dec 01:15

Choose a tag to compare

New Features

  • Observability: The server now exposes a /metrics endpoint 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)

30 Nov 20:48

Choose a tag to compare

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)
vc_bm

v2.0.2 (Security Patch)

10 Nov 07:17

Choose a tag to compare

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

08 Nov 06:45

Choose a tag to compare

minor npm package fix

v2.0.0: Monorepo Dominance & Language Detection

07 Nov 16:50
4d9aa6a

Choose a tag to compare

Release v2.0.0: Monorepo Dominance & Language Detection

Public Cache Fallback & npm Ecosystem

27 Oct 19:03

Choose a tag to compare

v1.0.0

24 Oct 22:51

Choose a tag to compare

release mvp lol