summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-10-21 14:53:14 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-10-21 14:53:14 +0100
commitab26b5894a3720cac4daa0daf47ed08d29c4356e (patch)
tree2044b1fabe9cdeb96d1195beef09498b95b21509 /changelog.d
parentMerge commit '31acc5c30' into anoa/dinsic_release_1_21_x (diff)
parentMerge branch 'develop' of github.com:matrix-org/synapse into anoa/info-mainli... (diff)
downloadsynapse-ab26b5894a3720cac4daa0daf47ed08d29c4356e.tar.xz
Merge commit 'f43c66d23' into anoa/dinsic_release_1_21_x
* commit 'f43c66d23':
  Add support for running Complement against the local checkout (#8317)
  Filter out appservices from mau count (#8404)
  Only assert valid next_link params when provided (#8417)
  Add metrics to track success/otherwise of replication requests (#8406)
  Fix handling of connection timeouts in outgoing http requests (#8400)
  Changelog
  Don't check whether a 3pid is allowed to register during password reset
  Add checks for postgres sequence consistency (#8402)
  Create a mechanism for marking tests "logcontext clean" (#8399)
  Add `ui_auth_sessions_ips` table to `synapse_port_db` ignore list (#8410)
  A pair of tiny cleanups in the federation request code. (#8401)
  typo
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8317.feature1
-rw-r--r--changelog.d/8399.misc1
-rw-r--r--changelog.d/8400.bugfix1
-rw-r--r--changelog.d/8401.misc1
-rw-r--r--changelog.d/8402.misc1
-rw-r--r--changelog.d/8404.misc1
-rw-r--r--changelog.d/8406.feature1
-rw-r--r--changelog.d/8410.bugfix1
-rw-r--r--changelog.d/8414.bugfix1
-rw-r--r--changelog.d/8417.feature1
10 files changed, 10 insertions, 0 deletions
diff --git a/changelog.d/8317.feature b/changelog.d/8317.feature
new file mode 100644

index 0000000000..f9edda099c --- /dev/null +++ b/changelog.d/8317.feature
@@ -0,0 +1 @@ +Support testing the local Synapse checkout against the [Complement homeserver test suite](https://github.com/matrix-org/complement/). \ No newline at end of file diff --git a/changelog.d/8399.misc b/changelog.d/8399.misc new file mode 100644
index 0000000000..ce6e8123cf --- /dev/null +++ b/changelog.d/8399.misc
@@ -0,0 +1 @@ +Create a mechanism for marking tests "logcontext clean". diff --git a/changelog.d/8400.bugfix b/changelog.d/8400.bugfix new file mode 100644
index 0000000000..835658ba5e --- /dev/null +++ b/changelog.d/8400.bugfix
@@ -0,0 +1 @@ +Fix incorrect handling of timeouts on outgoing HTTP requests. diff --git a/changelog.d/8401.misc b/changelog.d/8401.misc new file mode 100644
index 0000000000..27fd7ab129 --- /dev/null +++ b/changelog.d/8401.misc
@@ -0,0 +1 @@ +A pair of tiny cleanups in the federation request code. diff --git a/changelog.d/8402.misc b/changelog.d/8402.misc new file mode 100644
index 0000000000..ad1804d207 --- /dev/null +++ b/changelog.d/8402.misc
@@ -0,0 +1 @@ +Add checks on startup that PostgreSQL sequences are consistent with their associated tables. diff --git a/changelog.d/8404.misc b/changelog.d/8404.misc new file mode 100644
index 0000000000..7aadded6c1 --- /dev/null +++ b/changelog.d/8404.misc
@@ -0,0 +1 @@ +Do not include appservice users when calculating the total MAU for a server. diff --git a/changelog.d/8406.feature b/changelog.d/8406.feature new file mode 100644
index 0000000000..1c6472ae7e --- /dev/null +++ b/changelog.d/8406.feature
@@ -0,0 +1 @@ +Add prometheus metrics for replication requests. diff --git a/changelog.d/8410.bugfix b/changelog.d/8410.bugfix new file mode 100644
index 0000000000..1323ddc525 --- /dev/null +++ b/changelog.d/8410.bugfix
@@ -0,0 +1 @@ +Fix a v1.20.0 regression in the `synapse_port_db` script regarding the `ui_auth_sessions_ips` table. diff --git a/changelog.d/8414.bugfix b/changelog.d/8414.bugfix new file mode 100644
index 0000000000..315876e892 --- /dev/null +++ b/changelog.d/8414.bugfix
@@ -0,0 +1 @@ +Remove unnecessary 3PID registration check when resetting password via an email address. Bug introduced in v0.34.0rc2. \ No newline at end of file diff --git a/changelog.d/8417.feature b/changelog.d/8417.feature new file mode 100644
index 0000000000..17549c3df3 --- /dev/null +++ b/changelog.d/8417.feature
@@ -0,0 +1 @@ +Add a config option to specify a whitelist of domains that a user can be redirected to after validating their email or phone number. \ No newline at end of file