summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-10 18:22:26 +0000
committerDavid Robertson <davidr@element.io>2023-02-10 18:22:26 +0000
commit4d2d701840e0265663dbd58a344ca561c20ea718 (patch)
tree893a65e91e0ebc0794d23be783aea0df1f7b93e4
parentMerge branch 'release-v1.77' into matrix-org-hotfixes (diff)
downloadsynapse-4d2d701840e0265663dbd58a344ca561c20ea718.tar.xz
Clean up old changelog files
-rw-r--r--changelog.d/11583.bugfix1
-rw-r--r--changelog.d/14374.bugfix1
-rw-r--r--changelog.d/14716.misc1
-rw-r--r--changelog.d/14718.misc1
-rw-r--r--changelog.d/14908.misc1
-rw-r--r--changelog.d/14912.misc1
-rw-r--r--changelog.d/14950.misc1
-rw-r--r--changelog.d/14962.feature1
-rw-r--r--changelog.d/14970.misc1
-rw-r--r--changelog.d/14971.misc1
10 files changed, 0 insertions, 10 deletions
diff --git a/changelog.d/11583.bugfix b/changelog.d/11583.bugfix
deleted file mode 100644

index d2ed113e21..0000000000 --- a/changelog.d/11583.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix a performance regression in `/sync` handling, introduced in 1.49.0. diff --git a/changelog.d/14374.bugfix b/changelog.d/14374.bugfix deleted file mode 100644
index 8226f5b651..0000000000 --- a/changelog.d/14374.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Fix a background database update which could cause poor database performance. diff --git a/changelog.d/14716.misc b/changelog.d/14716.misc deleted file mode 100644
index ef9522e01d..0000000000 --- a/changelog.d/14716.misc +++ /dev/null
@@ -1 +0,0 @@ -Batch up replication requests to request the resyncing of remote users's devices. \ No newline at end of file diff --git a/changelog.d/14718.misc b/changelog.d/14718.misc deleted file mode 100644
index cda3ededd1..0000000000 --- a/changelog.d/14718.misc +++ /dev/null
@@ -1 +0,0 @@ -Revert update of hiredis in Poetry lockfile: revert from 2.1.0 to 2.0.0. \ No newline at end of file diff --git a/changelog.d/14908.misc b/changelog.d/14908.misc deleted file mode 100644
index 3657623602..0000000000 --- a/changelog.d/14908.misc +++ /dev/null
@@ -1 +0,0 @@ -Improve performance of `/sync` in a few situations. diff --git a/changelog.d/14912.misc b/changelog.d/14912.misc deleted file mode 100644
index 9dbc6b3424..0000000000 --- a/changelog.d/14912.misc +++ /dev/null
@@ -1 +0,0 @@ -Faster joins: allow the resync process more time to fetch `/state` ids. diff --git a/changelog.d/14950.misc b/changelog.d/14950.misc deleted file mode 100644
index 6602776b3f..0000000000 --- a/changelog.d/14950.misc +++ /dev/null
@@ -1 +0,0 @@ -Faster joins: tag `v2/send_join/` requests to indicate if they served a partial join response. diff --git a/changelog.d/14962.feature b/changelog.d/14962.feature deleted file mode 100644
index 38f26012f2..0000000000 --- a/changelog.d/14962.feature +++ /dev/null
@@ -1 +0,0 @@ -Improve performance when joining or sending an event large rooms. diff --git a/changelog.d/14970.misc b/changelog.d/14970.misc deleted file mode 100644
index 3657623602..0000000000 --- a/changelog.d/14970.misc +++ /dev/null
@@ -1 +0,0 @@ -Improve performance of `/sync` in a few situations. diff --git a/changelog.d/14971.misc b/changelog.d/14971.misc deleted file mode 100644
index 130045a123..0000000000 --- a/changelog.d/14971.misc +++ /dev/null
@@ -1 +0,0 @@ -Improve performance of joining and leaving large rooms with many local users.