Skip to content

Fluxzero 1.234.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 16:05
· 125 commits to main since this release

1.234.2 (2026-08-03)

Bug Fixes

  • logging: avoid stale handler context on console errors (99b4721)

    Console errors logged after a handler invocation completed inherited the publisher's handler and invocation metadata from the triggering message. Remove those two inherited fields before overlaying live correlation data, so active invocations remain attributable while post-invocation logs no longer point at the wrong handler.