Skip to content

Fluxzero 1.246.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:02
· 71 commits to main since this release
b5fa2a3

1.246.0 (2026-08-28)

Features

  • test-server: configure initial consumer look-back (#308) (b5fa2a3)

    * feat(test-server): expose consumer readiness observation

    Allow embedded runtime owners to observe registered typed consumers so local tooling can distinguish connection from actual message consumption readiness. Observer failures remain isolated and existing start behavior keeps its no-op default.

    * feat(test-server): configure initial consumer look-back

    Keep the existing one-second default while allowing embedded runtimes to retain a wider startup window for consumers without stored positions. Preserve existing positions and local client constructor contracts.