From 04664f481128a273c11c26d8eee3630e9c85a621 Mon Sep 17 00:00:00 2001 From: Tej Kashi Date: Tue, 30 Dec 2025 14:29:58 -0500 Subject: [PATCH] Add changelog for 1.5.2 --- docs/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 006656d..c488088 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to ACE will be captured in this document. The project follows semantic versioning; the latest changes appear first. +## [v1.5.2] - 2025-12-30 + +### Added +- Repair plans can set `allow_stale_repairs: false` per action to skip repairs when the target row has a newer commit timestamp than the diff snapshot, with skipped rows logged to `reports//stale_repair_skips_.json`. +- HTTP API documentation plus an OpenAPI 3.1 spec covering async task endpoints. +- Certificate/mTLS setup guide for the HTTP API server and Postgres client cert auth. + +### Changed +- Documentation navigation now links the HTTP API docs, certificate guide, and OpenAPI spec. + ## [v1.5.1] - 2025-12-22 ### Changed