summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3694.feature1
-rw-r--r--changelog.d/3700.bugfix1
-rw-r--r--changelog.d/3701.bugfix1
-rw-r--r--changelog.d/3703.removal1
-rw-r--r--changelog.d/3707.misc1
-rw-r--r--changelog.d/3708.feature1
-rw-r--r--changelog.d/3710.bugfix1
-rw-r--r--changelog.d/3712.misc1
8 files changed, 8 insertions, 0 deletions
diff --git a/changelog.d/3694.feature b/changelog.d/3694.feature
new file mode 100644

index 0000000000..916a342ff4 --- /dev/null +++ b/changelog.d/3694.feature
@@ -0,0 +1 @@ +Synapse's presence functionality can now be disabled with the "use_presence" configuration option. diff --git a/changelog.d/3700.bugfix b/changelog.d/3700.bugfix new file mode 100644
index 0000000000..492cce1dfc --- /dev/null +++ b/changelog.d/3700.bugfix
@@ -0,0 +1 @@ +Improve HTTP request logging to include all requests \ No newline at end of file diff --git a/changelog.d/3701.bugfix b/changelog.d/3701.bugfix new file mode 100644
index 0000000000..c22de34537 --- /dev/null +++ b/changelog.d/3701.bugfix
@@ -0,0 +1 @@ +Avoid timing out requests while we are streaming back the response diff --git a/changelog.d/3703.removal b/changelog.d/3703.removal new file mode 100644
index 0000000000..d13ce5adb4 --- /dev/null +++ b/changelog.d/3703.removal
@@ -0,0 +1 @@ +The Shared-Secret registration method of the legacy v1/register REST endpoint has been removed. For a replacement, please see [the admin/register API documentation](https://github.com/matrix-org/synapse/blob/master/docs/admin_api/register_api.rst). diff --git a/changelog.d/3707.misc b/changelog.d/3707.misc new file mode 100644
index 0000000000..8123ca6543 --- /dev/null +++ b/changelog.d/3707.misc
@@ -0,0 +1 @@ +add new error type ResourceLimit diff --git a/changelog.d/3708.feature b/changelog.d/3708.feature new file mode 100644
index 0000000000..2f146ba62b --- /dev/null +++ b/changelog.d/3708.feature
@@ -0,0 +1 @@ +For resource limit blocked users, prevent writing into rooms diff --git a/changelog.d/3710.bugfix b/changelog.d/3710.bugfix new file mode 100644
index 0000000000..c28e177667 --- /dev/null +++ b/changelog.d/3710.bugfix
@@ -0,0 +1 @@ +Fix "Starting db txn 'get_all_updated_receipts' from sentinel context" warning \ No newline at end of file diff --git a/changelog.d/3712.misc b/changelog.d/3712.misc new file mode 100644
index 0000000000..30f8c2af21 --- /dev/null +++ b/changelog.d/3712.misc
@@ -0,0 +1 @@ +Update admin register API documentation to reference a real user ID.