Skip to content

Fluxzero 1.250.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 09:51
· 65 commits to main since this release
abffeb9

1.250.0 (2026-09-02)

Bug Fixes

  • tracking: filter self handlers before deserialization (f4d09e1)

    Self-tracking consumers receive unfiltered message batches and must reject unrelated payload types without materializing them. Resolve the declared payload class first so malformed messages only fail in consumers that can actually handle that type.

Changes

  • Merge pull request #322 from fluxzero-io/fix/track-self-selection-main (abffeb9)

    fix(tracking): filter self handlers before deserialization