Skip to content

Fluxzero 1.120.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 22:06

1.120.0 (2026-03-26)

Features

  • feat(casting): support repeatable upcasts and downcasts (b9a3c46)

    Register repeated @​Upcast and @​Downcast annotations through CastInspector so a single method can participate in multiple revisions.

    Also make the repeatable container annotations public and add chain plus Spring configuration tests to cover discovery and sequential application.