Skip to content

Fluxzero 1.138.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 15:07

1.138.1 (2026-03-30)

Bug Fixes

  • fix(sdk): skip cache rebuild if possible while building a new Fluxzero instance (d28075d)
  • fix: ignore duplicate caster registrations (8c74d38)

    TestFixture can replay registerCasters modifiers when switching through spy() or async() while reusing the same serializer instance.
    Treat re-registering the exact same caster as a no-op, while still failing for conflicting casters, and cover both the chain-level and fixture-level regression paths in tests.