Skip to content

0.139.2

Compare
Choose a tag to compare
@wojciech-adaptive wojciech-adaptive released this 11 Jul 14:39
· 333 commits to master since this release
  • Fix ReplayQuery and ReplayIndexExtractor:
    • Querying when the last segment is full, but the next one hasn't been written yet leads to an exception about a missing segment file.
    • Lap detection didn't work correctly potentially leading to not finding all messages in the index.
  • Fix ReplayIndex to always delete all files when resetting. It's recommended to delete indexes before upgrading to avoid warnings.
  • Fix Session.replayReceivedMessages() to actually use replayFromSequenceIndex argument.
  • Fix ReplayIndexExtractor when querying before wrapping and remove ReplayIndexValidator.
  • Fix indexer quiescing.