diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-09-27 15:18:21 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-09-27 15:18:21 +0100 |
commit | f094f715cff95a7cebcbd984dbaccf3f1d81615e (patch) | |
tree | 0ffd3f4c45b8b50481713e87a226abb7d1cce35e /changelog.d | |
parent | Remove redundant, failing, test (diff) | |
parent | Merge pull request #3794 from matrix-org/erikj/faster_typing (diff) | |
download | synapse-f094f715cff95a7cebcbd984dbaccf3f1d81615e.tar.xz |
Merge remote-tracking branch 'origin/develop' into rav/fix_federation_errors
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3794.misc | 1 | ||||
-rw-r--r-- | changelog.d/3946.misc | 1 | ||||
-rw-r--r-- | changelog.d/3952.misc | 1 | ||||
-rw-r--r-- | changelog.d/3961.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/3965.misc | 1 | ||||
-rw-r--r-- | changelog.d/3970.bugfix | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/3794.misc b/changelog.d/3794.misc new file mode 100644 index 0000000000..6b98c9609b --- /dev/null +++ b/changelog.d/3794.misc @@ -0,0 +1 @@ +Speed up calculation of typing updates for replication diff --git a/changelog.d/3946.misc b/changelog.d/3946.misc new file mode 100644 index 0000000000..803857a297 --- /dev/null +++ b/changelog.d/3946.misc @@ -0,0 +1 @@ +Automate pushes to docker hub diff --git a/changelog.d/3952.misc b/changelog.d/3952.misc new file mode 100644 index 0000000000..015e4a43e6 --- /dev/null +++ b/changelog.d/3952.misc @@ -0,0 +1 @@ +Run the test suite on the oldest supported versions of our dependencies in CI. \ No newline at end of file diff --git a/changelog.d/3961.bugfix b/changelog.d/3961.bugfix new file mode 100644 index 0000000000..e46b5834aa --- /dev/null +++ b/changelog.d/3961.bugfix @@ -0,0 +1 @@ +Fix errors due to concurrent monthly_active_user upserts diff --git a/changelog.d/3965.misc b/changelog.d/3965.misc new file mode 100644 index 0000000000..e7e4a9c5a8 --- /dev/null +++ b/changelog.d/3965.misc @@ -0,0 +1 @@ +Run notify_app_services as a bg process diff --git a/changelog.d/3970.bugfix b/changelog.d/3970.bugfix new file mode 100644 index 0000000000..5625315497 --- /dev/null +++ b/changelog.d/3970.bugfix @@ -0,0 +1 @@ +Replaced all occurences of e.message with str(e). Contributed by Schnuffle |