summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2018-08-15 17:35:22 +0200
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-08-15 16:35:22 +0100
commit2f78f432c421702e3756d029b3c669db837d8bcd (patch)
treebcb12ffed5b880b24bbd82446a343504b92ed9b6 /changelog.d
parentMerge pull request #3653 from matrix-org/erikj/split_federation (diff)
downloadsynapse-2f78f432c421702e3756d029b3c669db837d8bcd.tar.xz
speed up /members and add at= and membership params (#3568)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3331.feature1
-rw-r--r--changelog.d/3567.feature1
-rw-r--r--changelog.d/3568.feature1
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/3331.feature b/changelog.d/3331.feature
new file mode 100644
index 0000000000..e574b9bcc3
--- /dev/null
+++ b/changelog.d/3331.feature
@@ -0,0 +1 @@
+add support for the include_redundant_members filter param as per MSC1227
diff --git a/changelog.d/3567.feature b/changelog.d/3567.feature
new file mode 100644
index 0000000000..c74c1f57a9
--- /dev/null
+++ b/changelog.d/3567.feature
@@ -0,0 +1 @@
+make the /context API filter & lazy-load aware as per MSC1227
diff --git a/changelog.d/3568.feature b/changelog.d/3568.feature
new file mode 100644
index 0000000000..247f02ba4e
--- /dev/null
+++ b/changelog.d/3568.feature
@@ -0,0 +1 @@
+speed up /members API and add `at` and `membership` params as per MSC1227