Skip to content

Commit bae29d6

Browse files
committed
Update CHANGELOG.md for v1.6.0
1 parent 85a7e0e commit bae29d6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
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.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

0 commit comments

Comments
 (0)