diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17000.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/17071.doc | 1 | ||||
-rw-r--r-- | changelog.d/17077.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/17078.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/17082.feature | 1 | ||||
-rw-r--r-- | changelog.d/17084.doc | 1 | ||||
-rw-r--r-- | changelog.d/17104.feature | 1 | ||||
-rw-r--r-- | changelog.d/17114.doc | 1 | ||||
-rw-r--r-- | changelog.d/17116.doc | 1 | ||||
-rw-r--r-- | changelog.d/17120.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/17121.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/17127.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/17131.misc | 1 | ||||
-rw-r--r-- | changelog.d/17137.feature | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/changelog.d/17000.bugfix b/changelog.d/17000.bugfix new file mode 100644 index 0000000000..86b21c9615 --- /dev/null +++ b/changelog.d/17000.bugfix @@ -0,0 +1 @@ +Fixed search feature of Element Android on homesevers using SQLite by returning search terms as search highlights. \ No newline at end of file diff --git a/changelog.d/17071.doc b/changelog.d/17071.doc new file mode 100644 index 0000000000..28773414d8 --- /dev/null +++ b/changelog.d/17071.doc @@ -0,0 +1 @@ +Update event_cache_size and global_factor configurations documentation. diff --git a/changelog.d/17077.bugfix b/changelog.d/17077.bugfix new file mode 100644 index 0000000000..7d8ea37406 --- /dev/null +++ b/changelog.d/17077.bugfix @@ -0,0 +1 @@ +Fixes a bug introduced in v1.52.0 where the `destination` query parameter for the [Destination Rooms Admin API](https://element-hq.github.io/synapse/v1.105/usage/administration/admin_api/federation.html#destination-rooms) failed to actually filter returned rooms. \ No newline at end of file diff --git a/changelog.d/17078.bugfix b/changelog.d/17078.bugfix new file mode 100644 index 0000000000..286a772a1e --- /dev/null +++ b/changelog.d/17078.bugfix @@ -0,0 +1 @@ +For MSC3266 room summaries, support queries at the recommended endpoint of `/_matrix/client/unstable/im.nheko.summary/summary/{roomIdOrAlias}`. The existing endpoint of `/_matrix/client/unstable/im.nheko.summary/rooms/{roomIdOrAlias}/summary` is deprecated. diff --git a/changelog.d/17082.feature b/changelog.d/17082.feature new file mode 100644 index 0000000000..e3990f44e7 --- /dev/null +++ b/changelog.d/17082.feature @@ -0,0 +1 @@ +Declare support for [Matrix v1.10](https://matrix.org/blog/2024/03/22/matrix-v1.10-release/). Contributed by @clokep. diff --git a/changelog.d/17084.doc b/changelog.d/17084.doc new file mode 100644 index 0000000000..8b97c81096 --- /dev/null +++ b/changelog.d/17084.doc @@ -0,0 +1 @@ +Add RuntimeDirectory to example matrix-synapse.service systemd unit. diff --git a/changelog.d/17104.feature b/changelog.d/17104.feature new file mode 100644 index 0000000000..1c2355e155 --- /dev/null +++ b/changelog.d/17104.feature @@ -0,0 +1 @@ +Add support for MSC4115 (membership metadata on events). diff --git a/changelog.d/17114.doc b/changelog.d/17114.doc new file mode 100644 index 0000000000..042bd89618 --- /dev/null +++ b/changelog.d/17114.doc @@ -0,0 +1 @@ +Fix various small typos throughout the docs. diff --git a/changelog.d/17116.doc b/changelog.d/17116.doc new file mode 100644 index 0000000000..8712737c05 --- /dev/null +++ b/changelog.d/17116.doc @@ -0,0 +1 @@ +Update enable_notifs configuration documentation. diff --git a/changelog.d/17120.bugfix b/changelog.d/17120.bugfix new file mode 100644 index 0000000000..85b34c2e98 --- /dev/null +++ b/changelog.d/17120.bugfix @@ -0,0 +1 @@ +Apply user email & picture during OIDC registration if present & selected. diff --git a/changelog.d/17121.bugfix b/changelog.d/17121.bugfix new file mode 100644 index 0000000000..f160839aac --- /dev/null +++ b/changelog.d/17121.bugfix @@ -0,0 +1 @@ +Improve error message for cross signing reset with MSC3861 enabled. diff --git a/changelog.d/17127.bugfix b/changelog.d/17127.bugfix new file mode 100644 index 0000000000..93c7314098 --- /dev/null +++ b/changelog.d/17127.bugfix @@ -0,0 +1 @@ +Fix a bug which meant that to-device messages received over federation could be dropped when the server was under load or networking problems caused problems between Synapse processes or the database. diff --git a/changelog.d/17131.misc b/changelog.d/17131.misc new file mode 100644 index 0000000000..fe1ecc7688 --- /dev/null +++ b/changelog.d/17131.misc @@ -0,0 +1 @@ +Update `tornado` Python dependency from 6.2 to 6.4. \ No newline at end of file diff --git a/changelog.d/17137.feature b/changelog.d/17137.feature new file mode 100644 index 0000000000..1c2355e155 --- /dev/null +++ b/changelog.d/17137.feature @@ -0,0 +1 @@ +Add support for MSC4115 (membership metadata on events). |