Skip to content

Fluxzero 1.137.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 06:18

1.137.1 (2026-03-30)

Bug Fixes

  • fix(sdk): rebuild caches when creating a new Fluxzero instance (4c44dbe)

    Add Cache.rebuild() so builder cache configuration stays backward compatible while each Fluxzero build still gets fresh cache instances.

    This fixes an issue in tests where resetting or deriving a TestFixture reused mutable caches from the previous fixture, which could leave stale state behind and cause unexpected behavior.