This commit is contained in:
2026-01-18 08:37:07 +00:00
parent b1676482f0
commit 08aa4b5e15

View File

@@ -11,6 +11,20 @@ Sections:
--- ---
## [0.6.0] - 2026-01-18
### Added
- Restore feature with selection of the last available backups (up to 5 per domain).
- New API endpoints to list and restore backups:
- `GET /api/bcs/backups?repo_id=...`
- `POST /api/bcs/restore?repo_id=...&backup_id=...`
### Safety
- Restoring a backup triggers a “restart required” prompt to apply the recovered integration state.
### Notes
- This is a major release milestone consolidating install/update/uninstall, backup/rollback, and restore workflows.
## [0.5.11] - 2026-01-18 ## [0.5.11] - 2026-01-18
### Added ### Added