Skip to content

Fluxzero 1.185.4

Choose a tag to compare

@github-actions github-actions released this 27 May 14:05

1.185.4 (2026-05-27)

Bug Fixes

  • fix(tracking): expand split upcast messages (b2fde5f)

    DefaultTracking now preserves split-upcaster output by adding all DeserializingMessages produced for a serialized message instead of only the first result. Move the regression coverage out of chunked streaming tests into a dedicated tracking deserialization test.

    Tests: ./mvnw -q -pl sdk -am -Dtest=DefaultTrackingDeserializationTest,ChunkedMessageTest -Dsurefire.failIfNoSpecifiedTests=false test; ./mvnw -q -pl sdk -am test