Skip to content

Fluxzero 1.15.2

Choose a tag to compare

@github-actions github-actions released this 12 Oct 07:26

1.15.2 (2025-10-12)

Bug Fixes

  • fix(entities): revert commit #ed5a30ed (2c1ed8b)

    When an aggregate gets updated without issues (no exception raised), the aggregate should be committed even if no events are published.

    Also add tests for aggregates without events

Code Refactoring

  • refactor(threads): replace `ForkJoinPool` with virtual thread executor in `DefaultFluxzero` shutdown logic (b960891)
  • refactor(tracking): lazy-initialize `trackingStrategy` in `LocalTrackingClient` to improve resource management (f24472a)