diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-09 01:44:57 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-09 01:44:57 +0100 |
commit | 0de0fe0fe72bb2e2e0044908b9b89fe489bdff5c (patch) | |
tree | 0c8a3541b2797e8055c8b171cde8d57fcba79227 /changelog.d | |
parent | Changelog (diff) | |
parent | Bugbear: Add Mutable Parameter fixes (#9682) (diff) | |
download | synapse-0de0fe0fe72bb2e2e0044908b9b89fe489bdff5c.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into anoa/allow_admins_delist_as_rooms
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9682.misc | 1 | ||||
-rw-r--r-- | changelog.d/9766.feature | 1 | ||||
-rw-r--r-- | changelog.d/9769.misc | 1 | ||||
-rw-r--r-- | changelog.d/9770.bugfix | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/9682.misc b/changelog.d/9682.misc new file mode 100644 index 0000000000..428a466fac --- /dev/null +++ b/changelog.d/9682.misc @@ -0,0 +1 @@ +Introduce flake8-bugbear to the test suite and fix some of its lint violations. diff --git a/changelog.d/9766.feature b/changelog.d/9766.feature new file mode 100644 index 0000000000..ecf49cfee1 --- /dev/null +++ b/changelog.d/9766.feature @@ -0,0 +1 @@ +Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later. diff --git a/changelog.d/9769.misc b/changelog.d/9769.misc new file mode 100644 index 0000000000..042a50615f --- /dev/null +++ b/changelog.d/9769.misc @@ -0,0 +1 @@ +Fix incompatibility with `tox` 2.5. diff --git a/changelog.d/9770.bugfix b/changelog.d/9770.bugfix new file mode 100644 index 0000000000..baf93138de --- /dev/null +++ b/changelog.d/9770.bugfix @@ -0,0 +1 @@ +Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU. |