Request
Please publish an official release tag that includes the ACE empty-table handling fix from:
Context
Downstream images currently pin the pgEdge CLI to the latest public v25.2.0 tag. The fix from PR #381 is merged on main, but there is no public v25.2.1 or later 25.2.x release tag available to pin.
Without an official release tag, downstream consumers have to choose between:
- staying on
v25.2.0 and carrying a local backport for the ACE fix, or
- pinning an unreleased branch/commit, which increases upgrade risk.
Behavior Addressed by PR #381
ACE table-diff can enter the non-empty offset path for a table with zero live rows when the row estimate is non-zero, then fail while generating primary-key offsets.
The merged fix handles empty primary-key offset results and reports a meaningful empty-table condition instead of allowing a Python traceback.
Requested Outcome
Publish an official pgEdge CLI release tag, such as v25.2.1 or the next supported release tag, that includes PR #381 so downstream images can pin a release version and remove local backports.
Request
Please publish an official release tag that includes the ACE empty-table handling fix from:
Context
Downstream images currently pin the pgEdge CLI to the latest public
v25.2.0tag. The fix from PR #381 is merged onmain, but there is no publicv25.2.1or later25.2.xrelease tag available to pin.Without an official release tag, downstream consumers have to choose between:
v25.2.0and carrying a local backport for the ACE fix, orBehavior Addressed by PR #381
ACE
table-diffcan enter the non-empty offset path for a table with zero live rows when the row estimate is non-zero, then fail while generating primary-key offsets.The merged fix handles empty primary-key offset results and reports a meaningful empty-table condition instead of allowing a Python traceback.
Requested Outcome
Publish an official pgEdge CLI release tag, such as
v25.2.1or the next supported release tag, that includes PR #381 so downstream images can pin a release version and remove local backports.