File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to ACE will be captured in this document. This project follows semantic versioning; the latest changes appear first.
44
5- ## [ v1.6.0-beta2 ] 2026-02-17
5+ ## [ v1.6.0] 2026-02-25
66
77### Changed
88- To accommodate value comparison fix below, changed row hash algorithm and added algorithm versioning
99 - If using Merkle Trees, it will automatically update to the new format when detected.
1010 Alternatively, you can reinitialize the trees.
11+ - Batch concat_ws calls to support tales with 100+ columns
12+ - Avoid extra memory usage when writing JSON table diff to output file
1113
1214### Fixed
15+ - Fixed OOM in recursive diff by limiting goroutine concurrency
1316- Fixed column comparisons with equal values but different scales (e.g., 3000.00 vs 3000.0).
1417- Fixed timestamp without timezone column value repair
18+ - Close connections in table diff sooner
1519
1620## [ v1.5.5] - 2026-02-12
1721
You can’t perform that action at this time.
0 commit comments