MatrixSynapse/changelog.d
Erik Johnston 618d405a32
Remove racey assertion in MultiWriterIDGenerator (#8530)
We asserted that the IDs returned by postgres sequence was greater than
any we had seen, however this is technically racey as we may update the
current positions out of order.

We now assert that the sequences are correct on startup, so the
assertion is no longer really required, so we remove them.
2020-10-14 15:40:06 +01:00
..
.gitignore
7658.feature
7921.docker Multi arch docker support: add arm/v7 and arm64 to our docker images (#7921) 2020-10-12 22:00:33 +01:00
8292.feature
8312.feature
8369.feature
8380.feature
8390.docker Docker: support passing additional commandline args to synapse (#8390) 2020-10-11 20:51:11 +01:00
8407.misc
8432.misc
8433.misc
8439.misc
8443.misc
8448.misc
8450.misc
8452.misc
8454.bugfix
8457.bugfix
8458.feature
8461.feature
8462.doc
8463.misc
8464.misc
8465.bugfix
8467.feature
8468.misc
8474.misc
8476.bugfix Fix message duplication if something goes wrong after persisting the event (#8476) 2020-10-13 12:07:56 +01:00
8477.misc
8479.feature
8480.misc
8486.bugfix
8488.misc Add basic tests for sync/pagination with vector clock tokens. (#8488) 2020-10-14 13:53:20 +01:00
8489.feature
8492.misc
8493.doc
8494.misc
8496.misc
8497.misc
8499.misc Make event persisters periodically announce position over replication. (#8499) 2020-10-12 15:51:41 +01:00
8501.feature
8502.feature
8505.misc
8507.misc
8513.feature Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
8514.misc Clean-up some broken/unused code in the test framework (#8514) 2020-10-09 14:19:29 -04:00
8517.bugfix Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517) 2020-10-14 11:24:58 +01:00
8526.doc Add note to manhole.md about bind_address when using with docker (#8526) 2020-10-14 15:28:59 +01:00
8527.bugfix Make sure a retention policy is a state event (#8527) 2020-10-14 12:00:52 +01:00
8529.doc Update documentation on retention policies limits (#8529) 2020-10-14 15:00:49 +01:00
8530.bugfix Remove racey assertion in MultiWriterIDGenerator (#8530) 2020-10-14 15:40:06 +01:00
8536.bugfix Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00