summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-06 11:28:44 +0000
committerErik Johnston <erik@matrix.org>2019-12-06 11:33:34 +0000
commit2ace775d88391181365c3c6b1be5c231127edf7f (patch)
treec74f635c4241533ed5cb9f921b3edd4ce397a0b5 /changelog.d
parentRemove unused var (diff)
parentReplace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) (diff)
downloadsynapse-2ace775d88391181365c3c6b1be5c231127edf7f.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_database_class
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5925.feature1
-rw-r--r--changelog.d/5925.removal1
-rw-r--r--changelog.d/6369.doc1
-rw-r--r--changelog.d/6472.bugfix1
-rw-r--r--changelog.d/6480.misc1
-rw-r--r--changelog.d/6482.misc1
-rw-r--r--changelog.d/6483.misc1
7 files changed, 7 insertions, 0 deletions
diff --git a/changelog.d/5925.feature b/changelog.d/5925.feature
new file mode 100644

index 0000000000..8025cc8231 --- /dev/null +++ b/changelog.d/5925.feature
@@ -0,0 +1 @@ +Add admin/v2/users endpoint with pagination. Contributed by Awesome Technologies Innovationslabor GmbH. diff --git a/changelog.d/5925.removal b/changelog.d/5925.removal new file mode 100644
index 0000000000..cbba2855cb --- /dev/null +++ b/changelog.d/5925.removal
@@ -0,0 +1 @@ +Remove admin/v1/users_paginate endpoint. Contributed by Awesome Technologies Innovationslabor GmbH. diff --git a/changelog.d/6369.doc b/changelog.d/6369.doc new file mode 100644
index 0000000000..6db351d7db --- /dev/null +++ b/changelog.d/6369.doc
@@ -0,0 +1 @@ +Update documentation and variables in user contributed systemd reference file. diff --git a/changelog.d/6472.bugfix b/changelog.d/6472.bugfix new file mode 100644
index 0000000000..598efb79fc --- /dev/null +++ b/changelog.d/6472.bugfix
@@ -0,0 +1 @@ +Improve sanity-checking when receiving events over federation. diff --git a/changelog.d/6480.misc b/changelog.d/6480.misc new file mode 100644
index 0000000000..d9a44389b9 --- /dev/null +++ b/changelog.d/6480.misc
@@ -0,0 +1 @@ +Refactor some code in the event authentication path for clarity. diff --git a/changelog.d/6482.misc b/changelog.d/6482.misc new file mode 100644
index 0000000000..bdef9cf40a --- /dev/null +++ b/changelog.d/6482.misc
@@ -0,0 +1 @@ +Port synapse.rest.client.v1 to async/await. diff --git a/changelog.d/6483.misc b/changelog.d/6483.misc new file mode 100644
index 0000000000..cb2cd2bc39 --- /dev/null +++ b/changelog.d/6483.misc
@@ -0,0 +1 @@ +Port synapse.rest.client.v2_alpha to async/await.