Skip to content

Fluxzero 1.224.12

Choose a tag to compare

@github-actions github-actions released this 17 Jul 04:52

1.224.12 (2026-07-17)

Bug Fixes

  • eventsourcing: stop completed limited event fetches (7a848b5)

    Treat a response to an explicit maxSize request as the complete result. This prevents an unnecessary follow-up request when the aggregate contains more than the default fetch batch but fewer events than the requested limit.