From 3a4992efe7ecbbde4a2cbff34eb59f19d9f0f18f Mon Sep 17 00:00:00 2001 From: Mason Sharp Date: Wed, 25 Feb 2026 09:16:45 -0800 Subject: [PATCH] Update CHANGELOG.md for v1.6.0 --- docs/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9d7ba89..1553abd 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,16 +2,20 @@ All notable changes to ACE will be captured in this document. This project follows semantic versioning; the latest changes appear first. -## [v1.6.0-beta2] 2026-02-17 +## [v1.6.0] 2026-02-25 ### Changed - To accommodate value comparison fix below, changed row hash algorithm and added algorithm versioning - If using Merkle Trees, it will automatically update to the new format when detected. Alternatively, you can reinitialize the trees. +- Batch concat_ws calls to support tales with 100+ columns +- Avoid extra memory usage when writing JSON table diff to output file ### Fixed +- Fixed OOM in recursive diff by limiting goroutine concurrency - Fixed column comparisons with equal values but different scales (e.g., 3000.00 vs 3000.0). - Fixed timestamp without timezone column value repair +- Close connections in table diff sooner ## [v1.5.5] - 2026-02-12