Skip to content

Fluxzero 1.239.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:45
· 116 commits to main since this release

1.239.3 (2026-08-16)

Bug Fixes

  • tracking: keep minimum index inclusive (c3b324b)

    When a restarted consumer caught up from an older persisted position, a fully filtered batch advanced its exclusive cursor onto the inclusive lower bound and skipped that boundary message. Retain the predecessor cursor until the boundary has actually been scanned.