Skip to content

Fluxzero 1.112.1

Choose a tag to compare

@github-actions github-actions released this 14 Mar 13:40

1.112.1 (2026-03-14)

Bug Fixes

  • fix(metrics): clamp cpu usage values to valid range (42cce02)

    Normalize process and system CPU load values reported by the JMX operating system bean to the documented 0..1 range. This avoids flaky assertions when some JVM or platform combinations report values slightly above 1.0 due to rounding or sampling noise.

  • fix(web): support low-level payload conversions in getPayloadAs (ba2bc7f)

    Handle WebRequest and WebResponse payload conversion through shared WebUtils logic so tests can use object payloads while production responses still support raw JSON bytes. Add explicit String/byte[] conversion paths and recognize JSON content types with parameters or +json suffixes.