Fluxzero 1.109.0
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.