Skip to content

Fluxzero 1.72.1

Choose a tag to compare

@github-actions github-actions released this 28 Jan 00:06

1.72.1 (2026-01-28)

Bug Fixes

  • fix(CachingAggregateRepository): change error to info level for cache update failures (ae68005)

    There are legitimate situations where the cached aggregate does not contain the last received event, even when it originates from the current client, e.g., after a cache eviction followed by a load while the event is being appended.

Code Refactoring

  • refactor(split): optimize path splitting for search (133f826)

    Also remove memoization.