Skip to content

Fluxzero 1.116.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 13:53

1.116.0 (2026-03-15)

Features

  • feat(stateful): make @​EntityId imply @​Association (edca122)

    This removes the need to annotate the same property with both @​EntityId and @​Association in stateful handlers.

    The supporting reflection changes keep annotation discovery consistent for meta-annotations and interface-declared properties, avoid duplicate property handling when the same member is annotated in multiple places, and add regression coverage for routing, members, and stateful associations.