Skip to content

Commit d24b1af

Browse files
committed
Bump version to 0.19.1, update changelog
1 parent ad65b3a commit d24b1af

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.1] - 2026-06-23
11+
12+
### Added
13+
- **Console: Cascade recovery tab** (#580). The web console gains a *Cascade recovery* tab (free `query_explorer` tier) that drives the `POST /api/recover-cascade` endpoint from 0.19.0: pick the parent table whose `ON DELETE CASCADE` / `SET NULL` delete cascaded and it generates the reversal SQL with Copy/Download — never executing it. Coverage is surfaced prominently: a partial recovery is flagged with an `INCOMPLETE` banner listing every caveat (and the caveats are also embedded in the SQL preamble), so it can never read as a full restore. The tab is capability-gated — hidden, with its route redirecting to the overview, whenever `recover-cascade` is unavailable (e.g. under an RBAC redaction profile). Completes the in-console cascade-recovery epic (#577, slices #578/#579/#580).
14+
1015
## [0.19.0] - 2026-06-22
1116

1217
### Added

0 commit comments

Comments
 (0)