Skip to content

Commit 47ad840

Browse files
committed
Update CHANGELOG.md for v1.5.5
Also fix previous bad merge to CHANGELOG
1 parent 36875f4 commit 47ad840

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,15 @@
22

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

5-
## [v1.5.1] - 2025-12-22
5+
## [v1.5.5] - 2026-02-12
66

77
### Changed
8-
- Advanced repair terminology updated from `--repair-file` to `--repair-plan` across CLI/docs and HTML diff report export text.
9-
10-
## [v1.5.0] - 2025-12-18
8+
- Change --concurrency-factor from int multiplier to float64 CPU ratio. The number of workers is based on the number of cores times this factor. The default is now 0.5.
119

12-
### Added
13-
- Advanced repair plans (`--repair-file`) for `table-repair`, including rule-based actions, row overrides, and custom rows, plus new docs and examples.
14-
- 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.
15-
- HTML diff reports can now build and export starter repair plans with bulk actions, custom helpers, and copy/download controls.
10+
## [v1.5.4] - 2026-01-28
1611

1712
### Changed
18-
- Table filters are applied inline (no filtered views), and diff summaries now record the effective filter that combines table filters with origin/until constraints.
19-
- Spock origin identifiers in diff metadata are resolved to node names when available.
20-
21-
### Fixed
22-
- Dockerfile honors `TARGETARCH` for multi-arch builds.
23-
- Repair-plan row overrides now compare numeric primary keys reliably.
13+
- Add 3rd party license notice
2414

2515
## [v1.5.3] - 2026-01-15
2616

0 commit comments

Comments
 (0)