0.144
wojciech-adaptive
released this
14 Sep 15:38
·
198 commits
to master
since this release
- Fix a bug which would cause a replay index record to be missed after a Sequence Reset to a higher sequence number.
- Fix a bug where a Sequence Reset to a lower sequence number would corrupt the replay index, potentially preventing subsequent resend requests from being serviced with an error like:
IllegalStateException: [...] Error in resend request, count(0) < expectedCount (1), newSequenceNumber(3), endSeqNo(2)
. - Fix a bug where the index would ignore a redact seen before any inbound message.
- Fix a bug where listing sessions with admin API would fail if some sessions haven't been fully initialised yet (#489).
- Fix a bug where a FIXP endpoint would constantly report exceptions if it disconnected while being slow (#490).