- Add auth.
- Decide how to handle secret variables: hide them from list responses, encrypt them, or store only references to a secret manager.
- Connect
lease_tokento a real user or service account. - Replace
init.sqlwith Alembic migrations. - Add metrics and structured logs.
- Add a wait endpoint instead of forcing clients to retry after
204. - Add idempotency keys for claim requests.
- Add resource update endpoints: edit name, tags, description, and variables.
- Add admin force-release for stuck resources.
- Add cleanup rules for old history records.
- gRPC.
- Moving tags into variables.