Skip to content

Fluxzero 1.167.0

Choose a tag to compare

@github-actions github-actions released this 16 May 07:48

1.167.0 (2026-05-16)

Features

  • feat(tracking): support message log truncation (7878c78)

    Add a truncate command and expose it through GatewayClient and GenericGateway, with local stores and the test server clearing message logs and associated positions.

    Also tighten caching tracking invalidation around truncate support and document the public API/Javadoc expectation.

    Tests: ./mvnw -pl test-server -am -Dtest=LocalTrackingClientTest,TestServerWebsocketContractTest -Dsurefire.failIfNoSpecifiedTests=false test