You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add notApplied method to the binary connection interface. #479
Add option to specify default cancel on disconnect behaviour. #482
Prevent writing to application-supplied buffers when encoding strings #485
Add option to send custom text on logout.
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.
Fix an issue where disconnect happens after sending online reset request and before receiving the response leading to failed replays. Now a disconnect in such a scenario will finish the sequence index update and 1 will be the next expected incoming sequence number.