Changelog
Release notes for SenseCrypt — how the product is versioned and where notable changes are recorded.
Notable changes to SenseCrypt are recorded here.
How we version
SenseCrypt exposes a versioned HTTP API — the endpoint paths are prefixed (for example /v1/...), and the current surface is described in the API reference. Breaking changes to a released API version are avoided; where behavior needs to change incompatibly, it is introduced under a new version. Entries below are ordered newest first, each dated.
Releases
Initial documentation release
The first public release of the SenseCrypt documentation, covering:
- Getting started — quickstarts for React SPA, Next.js, Node/Express, and Python.
- Concepts — OIDC & OAuth 2.0, SAML, SCIM, multi-tenancy, authorization, and tokens & sessions.
- Integrations — SAML SSO, SCIM provisioning, machine-to-machine, and CIBA.
- Reference — the error-code taxonomy, rate limits, token validation, CORS, a glossary, and troubleshooting.
- Self-hosting — a deployment guide for running SenseCrypt in your own environment.
- API reference — the full endpoint-level API documentation.