Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

All notable changes to ACE will be captured in this document. The project follows semantic versioning; the latest changes appear first.
All notable changes to ACE will be captured in this document. This project follows semantic versioning; the latest changes appear first.

## [v1.5.1] - 2025-12-22

### Changed
- Advanced repair terminology updated from `--repair-file` to `--repair-plan` across CLI/docs and HTML diff report export text.

## [v1.5.0] - 2025-12-18

### Added
- Advanced repair plans (`--repair-file`) for `table-repair`, including rule-based actions, row overrides, and custom rows, plus new docs and examples.
- Catastrophic node failure recovery workflow: `table-diff --against-origin` with optional `--until` fencing and `table-repair --recovery-mode` auto-selecting a source of truth using Spock origin/slot LSNs.
- HTML diff reports can now build and export starter repair plans with bulk actions, custom helpers, and copy/download controls.

### Changed
- Table filters are applied inline (no filtered views), and diff summaries now record the effective filter that combines table filters with origin/until constraints.
- Spock origin identifiers in diff metadata are resolved to node names when available.

### Fixed
- Dockerfile honors `TARGETARCH` for multi-arch builds.
- Repair-plan row overrides now compare numeric primary keys reliably.

## [v1.4.2] - 2025-12-03

Expand Down
Loading