Skip to content

Fluxzero 1.112.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 13:23

1.112.0 (2026-03-14)

Features

  • feat(web): add @​BodyParam injection for JSON request fields (9743061)

    Support extracting typed values from JSON request bodies in web handlers via @​BodyParam.

    Also adds annotation-processor coverage for Java parameter-name fallback, body/query source fallback in the web request context, and examples in the project AI manuals.