Releases: pgEdge/ace
Releases · pgEdge/ace
v1.6.0
Changelog
- cae843b Add hash version tracking for automatic merkle tree migration
- f8374a4 Batch concat_ws calls to support tables with 100+ columns
- 6997687 Fix OOM in recursive diff by limiting goroutine concurrency
- 85a7e0e Fix connection leak in RunChecks loop and stream JSON diff report to disk
- 1e26207 Fix timestamp/time type handling in diff and repair pipelines
- 8502e5d Normalize numeric values in row comparison and hashing
- eaf82b9 Prepare 1.6.0-beta2
- fb985b6 Prepare v1.6.0 (#77)
- bae29d6 Update CHANGELOG.md for v1.6.0
Released by GoReleaser.
v1.5.5
Changelog
- 36875f4 Change --concurrency-factor from int multiplier to float64 CPU ratio
- 55f4fe3 Merge pull request #69 from pgEdge/susan-pgedge-patch-1
- e57a1bb Merge pull request #70 from pgEdge/fix-for-1.5.1-docs
- 0acbb73 Merge pull request #71 from pgEdge/fix-for-1.5.1-docs
- bfa3e5a Moving updated CHANGELOG.md file into doc fix branch so it is exposed for the release
- e4ecbd2 Reorder arguments in table-repair command syntax
- 1bb06ea Update CHANGELOG.md
- 47ad840 Update CHANGELOG.md for v1.5.5
- 1afaaf7 Update mkdocs.yml
- a718efd Updates to try to fix link and missing file in ace content; removed docs/ from path, and removed link from index.md (refers to a link I can't fix in that branch)
Released by GoReleaser.
v1.5.4
Changelog
- f184962 Add NOTICE.txt for 3rd party licenses
- 9e1d71f Merge pull request #68 from pgEdge/task/ACE-156/licenses
Released by GoReleaser.
v1.5.3
Changelog
- d85ff24 Add REST API documentation
- abe2958 Add an explicit no-stale-repair mode
- 7ee7ae4 Add client cert instructions
- 0eb9b7b Add openapi spec
- f3e9061 Add releasing.md doc file
- eaf294b Fix UUID handling for table-diff and repair
- 39e4cbe Release 1.5.2 (#61)
- 3479df7 Release 1.5.3
- 7b00535 Update changelog
- b585336 Update copyright year to 2026
- 071e4eb Update mkdocs.yml
Released by GoReleaser.
v1.5.2
v1.5.1
v1.5.0
Changelog
- 2f4a955 Add advanced repair and CFN recovery (#59)
- 2eea540 Add changelog for 1.4.2
- b4a75cf Add tests for advanced repair (#60)
- c3302b5 Fix dockerfile
- 42af07c Refactor
--only-originto--against-origin - 31999e4 Revise section titles and example scenario
- 6efec17 Update CNF recovery docs
Released by GoReleaser.
v1.4.2
v1.4.1
Changelog
- 4bac2cf ACE-121 Allow CDC to perform snapshot reads (#54)
- 62b8f35 Add --fix-nulls option for table-repair (#56)
- f1999dd Add Merkle tree design docs (#52)
- ce8536e Add better conn pool lifecycle management (#57)
- 7e3e051 Add changelog for 1.4.0
- ef0c1b9 Add docs for using ACE with Docker (#58)
- c8ea4d2 Add table-diff design doc
- 5e39006 Adding mermaid to list of supported extensions in markdown.yml (#53)
- 96b2837 Moving design docs into the docs folder and adding to the nav trees (#55)
- 22213de Setting up ACE docs to include release notes (#51)
Released by GoReleaser.
v1.4.0
Changelog
- 186d70e Add CHANGELOG.md
- efe2767 Add REST APIs for ACE functions (#47)
- 069bae9 Add actions workflow for releases
- 88dcf0f Add aliases to all CLI options (#50)
- 38c0306 Add client cert auth (#46)
- 03d788d Add max-diff-rows limit (#49)
- 6ced74f Fix goreleaser config
- a3de5c6 Fix table filter bug (#48)
- 52807dc Use CGO_ENABLED=1 for goreleaser builds
Released by GoReleaser.