Skip to content

Fluxzero 1.123.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 23:48

1.123.0 (2026-03-27)

Features

  • feat(stateful): support parameter-based associations (69462c4)

    Allow @​Association on handler parameters and resolve association values from the injected parameter value instead of only the current payload. This also enables stateful matching for resolved parameters such as @​Trigger payloads.

    Add positive and negative stateful regression tests, document parameter-level association in the Javadocs, and update the agent manuals with short valid examples.