Skip to content

v2.0.0

Choose a tag to compare

@thilak-rao thilak-rao released this 27 Jun 22:57
· 85 commits to main since this release
ea131d1

Warning

Breaking change. Token values are now hashed (SHA-256) at rest.

Existing SQLite databases migrate themselves on first start (gated by PRAGMA user_version), so you don't need to do anything by hand. One thing to know: a token's plaintext now appears exactly once, when you create it. The admin list and lookup endpoints return only id and permission, so a lost token can't be recovered and has to be replaced.

Pull: docker pull ghcr.io/thilak-rao/nx-cache-server-bun:2.0.0