Skip to content

Fluxzero 1.117.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 14:03

1.117.0 (2026-03-15)

Features

  • feat(stateful): infer method association from routing key (f9d74f8)

    When @​Association is used on a handler method without an explicit value, method-level associations now fall back to the method's @​RoutingKey value when present, and otherwise to the message's computed routing key.