summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-09-27 15:18:21 +0100
committerRichard van der Hoff <richard@matrix.org>2018-09-27 15:18:21 +0100
commitf094f715cff95a7cebcbd984dbaccf3f1d81615e (patch)
tree0ffd3f4c45b8b50481713e87a226abb7d1cce35e /changelog.d
parentRemove redundant, failing, test (diff)
parentMerge pull request #3794 from matrix-org/erikj/faster_typing (diff)
downloadsynapse-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.misc1
-rw-r--r--changelog.d/3946.misc1
-rw-r--r--changelog.d/3952.misc1
-rw-r--r--changelog.d/3961.bugfix1
-rw-r--r--changelog.d/3965.misc1
-rw-r--r--changelog.d/3970.bugfix1
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