Docs
Changelog
Changelog
Highlights of Cascades releases and documentation updates—consult OpenAPI/SDK tags for exhaustive API deltas.
Operational note: For API-level deltas, regenerate or diff Download OpenAPI JSON between tags. This page summarizes user-visible platform and documentation motions.
Unreleased / Next
Documentation tracks upcoming capabilities (for example deterministic replay) separately from GA behavior.
- API documentation parity: every
app/api/.../route.tsmodule now has a co-locatedschema.ts;npm run audit:apienforces this in CI. New OpenAPI coverage includesGET /api/runs/{id}/logs,GET /api/system/status,GET /api/system/entitlements,GET /api/workflow-echo,/api/secrets, and integration/testroutes that were not previously aggregated. Shared Zod helpers live underlib/schemas/; see Repository map. OTLP-only tracing is documented in OTLP tracing (export-only); API versioning explains theapiVersionlabel vs URL prefixes. - Cross-linked the official Python SDK repository https://github.com/no1rstack/cascades-sdk from landing copy, docs index, OpenAPI overview, API quickstart, and authentication & access pages (alongside existing PyPI and
/docs/sdkslinks).
Documentation — 2026-04
- Added Architecture end-to-end map (UI → API → workers → proofs → anchoring → storage).
- Expanded core concepts with executable + verification diagrams.
- Deepened workflow builder operational guidance + samples.
- New examples for incident, compliance, AI, and multi-agent patterns.
- New replay roadmap (labeled Coming soon).
- New access control, troubleshooting, and integrations + verification exemplar payloads.
How to propose entries
Maintain one bullet per noteworthy behavior, migration, deprecation. Link fixed issues or advisories inline when public.