Skip to content

Fluxzero 1.109.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 23:34

1.109.0 (2026-03-14)

Features

  • feat(sdk): add Fluxzero-scoped memoization (6d7cbfe)

    Add instance-bound memoization support to Fluxzero with class-scoped helpers by default and global variants for shared values within the same Fluxzero instance.

    This introduces a Memoization abstraction with a default implementation, exposes it from Fluxzero instances, and adds focused SDK tests for scoping, expiry, and removal behavior.