Skip to content

Fluxzero 1.170.0

Choose a tag to compare

@github-actions github-actions released this 16 May 13:16

1.170.0 (2026-05-16)

Features

  • feat(test-server): publish runtime lifecycle metrics (55d19ee)

    Add a RuntimeLifecycleEvent JSON type and register it for JsonType deserialization.

    Publish STARTED and STOPPING metrics around the test-server lifecycle, with MetricsLog.registerMetrics returning a CompletableFuture so callers can decide whether to wait. Lifecycle publishing waits on that future to ensure the metrics are stored before startup/shutdown completes.

    Tests: ./mvnw -pl test-server -am -Dtest=RuntimeLifecycleEventTest,TestServerTest,TestServerLifecycleMetricsTest -Dsurefire.failIfNoSpecifiedTests=false test