Skip to content

Fluxzero 1.271.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 12:23
· 25 commits to main since this release

1.271.0 (2026-09-11)

Bug Fixes

  • serialization: preserve inherited JSON root containers (ec3e0f8)

    Parse inheritance-bearing resources one root tree at a time so Jackson does not unwrap root arrays. Preserve singleton and typed arrays as well as independent NDJSON records while leaving resources without inheritance on their existing fast path.

  • proxy: isolate forwarding from common pool (e075f18)

    Run asynchronous HTTP completion and retry scheduling on the Proxy worker pool so a lazy response-session connect cannot starve its own handshake. Preserve direct completion behavior and propagate the active thread-local context across the handoff.

  • testing: isolate fixture property overrides (d490bf5)

    Give every fixture copy its own property snapshot over the original builder source. Properties now remain visible across copy operations while sibling and separately created fixtures cannot inherit each other's overrides.

  • serialization: resolve fixture inheritance per array element (38a1ca9)

    Resolve @​extend and @​extends structurally for each JSON node so independent array entries inherit from their own relative bases before type resolution and upcasting. Preserve raw resources without inheritance and existing object-root and NDJSON behavior.