Skip to content

Release v16.5.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 09:06
f846b7e

Fixed

  • The SQL event-store backend no longer risks an infinite retry loop when appending at a sequence number that is already taken (for example after a silo restart leaves the grain's counter behind the stored tail). Storage now reports the true next-available sequence number so the append recovers, matching the MongoDB and in-memory backends