Fluxzero 1.190.2
1.190.2 (2026-06-03)
Bug Fixes
fix(metrics): keep metrics payloads out of JsonType (
0105f43)JsonType is the websocket protocol boundary for runtime requests and results. Runtime lifecycle/connect events and SDK metrics are metrics payloads, so they should serialize through message payload type metadata instead of the JsonType discriminator list.
Update the test-server metrics log to accept plain Object payloads and keep the existing lifecycle serialization coverage aligned with that boundary.
Tests: ./mvnw -pl common,sdk,test-server -am -Dtest=RuntimeLifecycleEventTest,TestServerLifecycleMetricsTest,WebsocketEndpointTest -Dsurefire.failIfNoSpecifiedTests=false test