summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-08 11:44:20 +0000
committerErik Johnston <erik@matrix.org>2019-03-08 11:44:20 +0000
commit8c4896668fd602e2822dfc48e992ed48bbc5adf7 (patch)
tree99c0052e1697e74379050ad7af4cef2d62f21c2e /changelog.d
parentFactor out soft fail checks (diff)
parentMerge pull request #4829 from matrix-org/erikj/device_list_seen_updates (diff)
downloadsynapse-8c4896668fd602e2822dfc48e992ed48bbc5adf7.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/soft_fail_impl
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4537.feature1
-rw-r--r--changelog.d/4779.misc1
-rw-r--r--changelog.d/4792.bugfix1
-rw-r--r--changelog.d/4801.feature1
-rw-r--r--changelog.d/4804.feature1
-rw-r--r--changelog.d/4815.misc1
-rw-r--r--changelog.d/4816.misc1
-rw-r--r--changelog.d/4817.misc1
-rw-r--r--changelog.d/4818.bugfix1
-rw-r--r--changelog.d/4820.misc1
-rw-r--r--changelog.d/4824.misc1
-rw-r--r--changelog.d/4825.misc1
-rw-r--r--changelog.d/4828.misc1
-rw-r--r--changelog.d/4829.bugfix1
14 files changed, 14 insertions, 0 deletions
diff --git a/changelog.d/4537.feature b/changelog.d/4537.feature
new file mode 100644

index 0000000000..8f792b8890 --- /dev/null +++ b/changelog.d/4537.feature
@@ -0,0 +1 @@ +The user directory has been rewritten to make it faster, with less chance of falling behind on a large server. diff --git a/changelog.d/4779.misc b/changelog.d/4779.misc new file mode 100644
index 0000000000..2442bf31bd --- /dev/null +++ b/changelog.d/4779.misc
@@ -0,0 +1 @@ +Update URLs for riot.im icons and logos in the default notification templates. diff --git a/changelog.d/4792.bugfix b/changelog.d/4792.bugfix new file mode 100644
index 0000000000..b127b6254f --- /dev/null +++ b/changelog.d/4792.bugfix
@@ -0,0 +1 @@ +Handle batch updates in worker replication protocol. \ No newline at end of file diff --git a/changelog.d/4801.feature b/changelog.d/4801.feature new file mode 100644
index 0000000000..1e5fd32463 --- /dev/null +++ b/changelog.d/4801.feature
@@ -0,0 +1 @@ +Include a default configuration file in the 'docs' directory. diff --git a/changelog.d/4804.feature b/changelog.d/4804.feature new file mode 100644
index 0000000000..a4c0b196f6 --- /dev/null +++ b/changelog.d/4804.feature
@@ -0,0 +1 @@ +Add configurable rate limiting to the /register endpoint. diff --git a/changelog.d/4815.misc b/changelog.d/4815.misc new file mode 100644
index 0000000000..b123b36f7f --- /dev/null +++ b/changelog.d/4815.misc
@@ -0,0 +1 @@ +Add some docstrings. diff --git a/changelog.d/4816.misc b/changelog.d/4816.misc new file mode 100644
index 0000000000..43d94251f7 --- /dev/null +++ b/changelog.d/4816.misc
@@ -0,0 +1 @@ +Add debug logger to try and track down #4422. diff --git a/changelog.d/4817.misc b/changelog.d/4817.misc new file mode 100644
index 0000000000..438a51dc63 --- /dev/null +++ b/changelog.d/4817.misc
@@ -0,0 +1 @@ +Make shutdown API send explanation message to room after users have been forced joined. diff --git a/changelog.d/4818.bugfix b/changelog.d/4818.bugfix new file mode 100644
index 0000000000..ebbc27a433 --- /dev/null +++ b/changelog.d/4818.bugfix
@@ -0,0 +1 @@ +Fix bug where we didn't correctly throttle sending of USER_IP commands over replication. diff --git a/changelog.d/4820.misc b/changelog.d/4820.misc new file mode 100644
index 0000000000..1e35b5b63c --- /dev/null +++ b/changelog.d/4820.misc
@@ -0,0 +1 @@ +Update example_log_config.yaml. diff --git a/changelog.d/4824.misc b/changelog.d/4824.misc new file mode 100644
index 0000000000..a4c5a1df37 --- /dev/null +++ b/changelog.d/4824.misc
@@ -0,0 +1 @@ +Document the `generate` option for the docker image. diff --git a/changelog.d/4825.misc b/changelog.d/4825.misc new file mode 100644
index 0000000000..166661ab6a --- /dev/null +++ b/changelog.d/4825.misc
@@ -0,0 +1 @@ +Fix check-newsfragment for debian-only changes. diff --git a/changelog.d/4828.misc b/changelog.d/4828.misc new file mode 100644
index 0000000000..2fe554884a --- /dev/null +++ b/changelog.d/4828.misc
@@ -0,0 +1 @@ +Add some debug logging for device list updates to help with #4828. diff --git a/changelog.d/4829.bugfix b/changelog.d/4829.bugfix new file mode 100644
index 0000000000..b05235e215 --- /dev/null +++ b/changelog.d/4829.bugfix
@@ -0,0 +1 @@ +Fix potential race in handling missing updates in device list updates.