v1.0.0
Security
- Enforce
MAX_UPLOAD_BYTESon uploads (returns413over the limit). It was documented before this release but never actually checked. - Compare the admin token in constant time.
- Reject path-traversal and malformed cache hashes, and require an integer
Content-Length.
Build and CI
- Run the container as a non-root user; pin the Bun base image to
1.3.14-alpineby digest. - Publish to GHCR from CI: a push to
maingives:latestand:sha-<short>; version tags give:X.Y.Zand:X.Y. - Dependabot now also watches GitHub Actions and Docker, not just Bun dependencies.
Maintenance
- Upgrade dev dependencies to latest. Add
AGENTS.mdas the shared agent guide.
Pull: docker pull ghcr.io/thilak-rao/nx-cache-server-bun:1.0.0