Skip to content

Fluxzero 1.171.3

Choose a tag to compare

@github-actions github-actions released this 17 May 12:39

1.171.3 (2026-05-17)

Bug Fixes

  • fix(tracking): support self handler class registration (832e808)

    Allow local self handlers to be registered by class without double handling self payloads, and let async test fixtures discover @​TrackSelf payload handlers incrementally.

    Cache default constructor lookups in ReflectionUtils so class handlers without a default constructor only apply to self payloads.

    Closes #29