Skip to content

Fluxzero 1.163.0

Choose a tag to compare

@github-actions github-actions released this 12 May 12:33

1.163.0 (2026-05-12)

Features

  • feat(modeling): support aggregate event routing (f20eef8)

    Add aggregate and apply-level controls for event segment routing so aggregate events can opt into aggregate-id based segments while preserving message routing as the default. Set aggregate-id segments before serialized dispatch interceptors run, leaving the regular routing interceptor as a fallback for unset segments.

    Tests: ./mvnw -pl sdk -Dtest=MessageRoutingInterceptorTest,EventSourcingRepositoryTest test

Chores

  • chore(run): add ProxyServer configuration and simplify TestServer run config (0a6da30)