Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-20 | Remove link to #10947 from changelog v1.45.1 | Sean Quah | 1 | -1/+1 | |
2021-10-20 | 1.45.1 | Sean Quah | 4 | -2/+16 | |
2021-10-20 | Revert change to counting of deactivated users towards the monthly active ↵ | Sean Quah | 4 | -62/+4 | |
users limit (#11127) Temporarily revert "Add functionality to remove deactivated users from the monthly_active_users table (#10947)". This reverts commit eda8c88b84ee7506379a71ac2a7a88c08b759d43. | |||||
2021-10-19 | Be less inconsistent about v1.2.3 versus 1.2.3 v1.45.0 | David Robertson | 1 | -5/+5 | |
2021-10-19 | Duplicate known issues under 1.45 release | David Robertson | 1 | -0/+7 | |
2021-10-19 | 1.45.0 | David Robertson | 4 | -2/+18 | |
2021-10-19 | Reword changelog regarding a suspected regression (#11117) | Dan Callahan | 2 | -3/+15 | |
Signed-off-by: Dan Callahan <danc@element.io> | |||||
2021-10-14 | it appeared in 1.44, not 45rc1 v1.45.0rc2 | David Robertson | 1 | -1/+1 | |
2021-10-14 | mentioned -> which appeared | David Robertson | 1 | -1/+1 | |
2021-10-14 | Refer to the bugs mentioned in 1.45.0rc1 note | David Robertson | 1 | -0/+2 | |
2021-10-14 | 1.45.0rc2 | David Robertson | 10 | -9/+28 | |
2021-10-13 | Stop user directory from failing if it encounters users not in the `users` ↵ | David Robertson | 13 | -93/+921 | |
table. (#11053) The following scenarios would halt the user directory updater: - user joins room - user leaves room - user present in room which switches from private to public, or vice versa. for two classes of users: - appservice senders - users missing from the user table. If this happened, the user directory would be stuck, unable to make forward progress. Exclude both cases from the user directory, so that we ignore them. Co-authored-by: Eric Eastwood <erice@element.io> Co-authored-by: reivilibre <oliverw@matrix.org> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> | |||||
2021-10-12 | Fix formatting string when oEmbed errors occur. (#11061) | Patrick Cloke | 2 | -1/+2 | |
2021-10-12 | Fix race in `MultiWriterIdGenerator` (#11045) | Erik Johnston | 2 | -15/+68 | |
The race allowed the current position to advance too far when stream IDs are still being persisted. This happened when it received a new stream ID from a remote write between a new stream ID being allocated and it being added to the set of unpersisted stream IDs. Fixes #9424. | |||||
2021-10-12 | Reset global cache state before cache tests. (#11036) | Patrick Cloke | 2 | -13/+12 | |
This reverts #11019 and structures the code a bit more like it was before #10985. The global cache state must be reset before running the tests since other test cases might have configured caching (and thus touched the global state). | |||||
2021-10-12 | Fixup changelog v1.45.0rc1 | Brendan Abolivier | 1 | -2/+2 | |
2021-10-12 | Typo | Brendan Abolivier | 1 | -1/+1 | |
2021-10-12 | Add a link to the upgrade notes | Brendan Abolivier | 1 | -0/+2 | |
2021-10-12 | Update upgrade notes | Brendan Abolivier | 1 | -0/+9 | |
2021-10-12 | Add warning about known issues | Brendan Abolivier | 1 | -0/+2 | |
2021-10-12 | Fixup changelog | Brendan Abolivier | 1 | -7/+7 | |
2021-10-12 | 1.45.0rc1 | Brendan Abolivier | 66 | -66/+84 | |
2021-10-11 | disallow-untyped-defs for synapse.push (#11023) | David Robertson | 7 | -10/+28 | |
2021-10-11 | Include the requirements for [mypy,lint] in [dev] (#11034) | reivilibre | 4 | -11/+17 | |