summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-10-25 14:40:06 +0100
committerNeil Johnson <neil@matrix.org>2018-10-25 14:40:06 +0100
commitf7f487e14c553832a0accf0dcd09b546f9b4a702 (patch)
treef6c28616c938cedecc18b7d8326cffa175c7395c /changelog.d
parentisort (diff)
parentoops, run the check_isort build (diff)
downloadsynapse-f7f487e14c553832a0accf0dcd09b546f9b4a702.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matthew/autocreate_autojoin
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3698.misc1
-rw-r--r--changelog.d/3786.misc1
-rw-r--r--changelog.d/3969.bugfix1
-rw-r--r--changelog.d/3995.bugfix1
-rw-r--r--changelog.d/3996.bugfix1
-rw-r--r--changelog.d/3997.bugfix1
-rw-r--r--changelog.d/3999.bugfix1
-rw-r--r--changelog.d/4031.misc1
-rw-r--r--changelog.d/4041.misc1
-rw-r--r--changelog.d/4046.bugfix1
-rw-r--r--changelog.d/4049.misc1
-rw-r--r--changelog.d/4050.bugfix1
-rw-r--r--changelog.d/4057.bugfix1
-rw-r--r--changelog.d/4060.bugfix1
-rw-r--r--changelog.d/4061.bugfix1
-rw-r--r--changelog.d/4063.misc1
-rw-r--r--changelog.d/4067.bugfix1
-rw-r--r--changelog.d/4068.bugfix1
-rw-r--r--changelog.d/4068.misc1
-rw-r--r--changelog.d/4073.misc1
-rw-r--r--changelog.d/4074.bugfix1
-rw-r--r--changelog.d/4075.misc1
-rw-r--r--changelog.d/4076.misc1
-rw-r--r--changelog.d/4077.misc1
-rw-r--r--changelog.d/4082.misc1
-rw-r--r--changelog.d/4083.bugfix1
26 files changed, 22 insertions, 4 deletions
diff --git a/changelog.d/3698.misc b/changelog.d/3698.misc
new file mode 100644

index 0000000000..12537e76f2 --- /dev/null +++ b/changelog.d/3698.misc
@@ -0,0 +1 @@ +Add information about the [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy) playbook diff --git a/changelog.d/3786.misc b/changelog.d/3786.misc new file mode 100644
index 0000000000..a9f9a2bb27 --- /dev/null +++ b/changelog.d/3786.misc
@@ -0,0 +1 @@ +Add initial implementation of new state resolution algorithm diff --git a/changelog.d/3969.bugfix b/changelog.d/3969.bugfix new file mode 100644
index 0000000000..ca2759e91e --- /dev/null +++ b/changelog.d/3969.bugfix
@@ -0,0 +1 @@ +Fix HTTP error response codes for federated group requests. diff --git a/changelog.d/3995.bugfix b/changelog.d/3995.bugfix deleted file mode 100644
index 2adc36756b..0000000000 --- a/changelog.d/3995.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix bug in event persistence logic which caused 'NoneType is not iterable' \ No newline at end of file diff --git a/changelog.d/3996.bugfix b/changelog.d/3996.bugfix deleted file mode 100644
index a056485ea1..0000000000 --- a/changelog.d/3996.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix exception in background metrics collection diff --git a/changelog.d/3997.bugfix b/changelog.d/3997.bugfix deleted file mode 100644
index b060ee8c18..0000000000 --- a/changelog.d/3997.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix exception handling in fetching remote profiles diff --git a/changelog.d/3999.bugfix b/changelog.d/3999.bugfix deleted file mode 100644
index dc3b2caffa..0000000000 --- a/changelog.d/3999.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix handling of rejected threepid invites diff --git a/changelog.d/4031.misc b/changelog.d/4031.misc new file mode 100644
index 0000000000..60be8b59fd --- /dev/null +++ b/changelog.d/4031.misc
@@ -0,0 +1 @@ +Various cleanups in the federation client code diff --git a/changelog.d/4041.misc b/changelog.d/4041.misc new file mode 100644
index 0000000000..8cce9daac9 --- /dev/null +++ b/changelog.d/4041.misc
@@ -0,0 +1 @@ +Run the CircleCI builds in docker containers diff --git a/changelog.d/4046.bugfix b/changelog.d/4046.bugfix new file mode 100644
index 0000000000..5046dd1ce3 --- /dev/null +++ b/changelog.d/4046.bugfix
@@ -0,0 +1 @@ +Fix issue where Python 3 users couldn't paginate /publicRooms diff --git a/changelog.d/4049.misc b/changelog.d/4049.misc new file mode 100644
index 0000000000..4370d9dfa6 --- /dev/null +++ b/changelog.d/4049.misc
@@ -0,0 +1 @@ +Only colourise synctl output when attached to tty diff --git a/changelog.d/4050.bugfix b/changelog.d/4050.bugfix new file mode 100644
index 0000000000..3d1f6af847 --- /dev/null +++ b/changelog.d/4050.bugfix
@@ -0,0 +1 @@ +Fix URL priewing to work in Python 3.7 diff --git a/changelog.d/4057.bugfix b/changelog.d/4057.bugfix new file mode 100644
index 0000000000..7577731255 --- /dev/null +++ b/changelog.d/4057.bugfix
@@ -0,0 +1 @@ +synctl will use the right python executable to run worker processes \ No newline at end of file diff --git a/changelog.d/4060.bugfix b/changelog.d/4060.bugfix new file mode 100644
index 0000000000..78d69a8819 --- /dev/null +++ b/changelog.d/4060.bugfix
@@ -0,0 +1 @@ +Manhole now works again on Python 3, instead of failing with a "couldn't match all kex parts" when connecting. diff --git a/changelog.d/4061.bugfix b/changelog.d/4061.bugfix new file mode 100644
index 0000000000..94ffcf7a51 --- /dev/null +++ b/changelog.d/4061.bugfix
@@ -0,0 +1 @@ +Fix some metrics being racy and causing exceptions when polled by Prometheus. diff --git a/changelog.d/4063.misc b/changelog.d/4063.misc new file mode 100644
index 0000000000..677fcb90ad --- /dev/null +++ b/changelog.d/4063.misc
@@ -0,0 +1 @@ +Refactor room alias creation code diff --git a/changelog.d/4067.bugfix b/changelog.d/4067.bugfix new file mode 100644
index 0000000000..78d69a8819 --- /dev/null +++ b/changelog.d/4067.bugfix
@@ -0,0 +1 @@ +Manhole now works again on Python 3, instead of failing with a "couldn't match all kex parts" when connecting. diff --git a/changelog.d/4068.bugfix b/changelog.d/4068.bugfix new file mode 100644
index 0000000000..74bda7491f --- /dev/null +++ b/changelog.d/4068.bugfix
@@ -0,0 +1 @@ +Fix bug which prevented email notifications from being sent unless an absolute path was given for `email_templates`. \ No newline at end of file diff --git a/changelog.d/4068.misc b/changelog.d/4068.misc new file mode 100644
index 0000000000..db6c4ade59 --- /dev/null +++ b/changelog.d/4068.misc
@@ -0,0 +1 @@ +Make the Python scripts in the top-level scripts folders meet pep8 and pass flake8. diff --git a/changelog.d/4073.misc b/changelog.d/4073.misc new file mode 100644
index 0000000000..fc304bef06 --- /dev/null +++ b/changelog.d/4073.misc
@@ -0,0 +1 @@ +Add psutil as an explicit dependency diff --git a/changelog.d/4074.bugfix b/changelog.d/4074.bugfix new file mode 100644
index 0000000000..b3b6b00243 --- /dev/null +++ b/changelog.d/4074.bugfix
@@ -0,0 +1 @@ +Correctly account for cpu usage by background threads diff --git a/changelog.d/4075.misc b/changelog.d/4075.misc new file mode 100644
index 0000000000..d08b8cc271 --- /dev/null +++ b/changelog.d/4075.misc
@@ -0,0 +1 @@ +Clean up threading and logcontexts in pushers \ No newline at end of file diff --git a/changelog.d/4076.misc b/changelog.d/4076.misc new file mode 100644
index 0000000000..9dd000decf --- /dev/null +++ b/changelog.d/4076.misc
@@ -0,0 +1 @@ +Correctly manage logcontexts during startup to fix some "Unexpected logging context" warnings \ No newline at end of file diff --git a/changelog.d/4077.misc b/changelog.d/4077.misc new file mode 100644
index 0000000000..52ca4c1de2 --- /dev/null +++ b/changelog.d/4077.misc
@@ -0,0 +1 @@ +Give some more things logcontexts diff --git a/changelog.d/4082.misc b/changelog.d/4082.misc new file mode 100644
index 0000000000..a81faf5e9b --- /dev/null +++ b/changelog.d/4082.misc
@@ -0,0 +1 @@ +Clean up some bits of code which were flagged by the linter diff --git a/changelog.d/4083.bugfix b/changelog.d/4083.bugfix new file mode 100644
index 0000000000..b3b08cdfa6 --- /dev/null +++ b/changelog.d/4083.bugfix
@@ -0,0 +1 @@ +Fix bug which prevented backslashes being used in event field filters \ No newline at end of file