Skip to content

Fluxzero 1.143.1

Choose a tag to compare

@github-actions github-actions released this 05 Apr 10:19

1.143.1 (2026-04-05)

Bug Fixes

  • fix(common): avoid duplicate memoized delegate calls (50c6802)

    Use computeIfAbsent for non-expiring cache misses so concurrent callers share a single delegate invocation per key.

    Add a regression test that forces concurrent access and verifies the delegate is still executed only once.