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/15207.feature1
-rw-r--r--changelog.d/16522.misc1
-rw-r--r--changelog.d/16636.feature1
-rw-r--r--changelog.d/16661.doc1
-rw-r--r--changelog.d/16667.misc1
-rw-r--r--changelog.d/16668.misc1
-rw-r--r--changelog.d/16677.misc1
-rw-r--r--changelog.d/16695.doc1
-rw-r--r--changelog.d/16697.misc1
-rw-r--r--changelog.d/16699.feature1
-rw-r--r--changelog.d/16700.doc1
-rw-r--r--changelog.d/16701.feature1
-rw-r--r--changelog.d/16702.misc1
-rw-r--r--changelog.d/16704.misc1
-rw-r--r--changelog.d/16707.feature1
15 files changed, 15 insertions, 0 deletions
diff --git a/changelog.d/15207.feature b/changelog.d/15207.feature
new file mode 100644

index 0000000000..17790d62eb --- /dev/null +++ b/changelog.d/15207.feature
@@ -0,0 +1 @@ +Adds on_user_login ModuleAPI callback allowing to execute custom code after (on) Auth. \ No newline at end of file diff --git a/changelog.d/16522.misc b/changelog.d/16522.misc new file mode 100644
index 0000000000..26059b108e --- /dev/null +++ b/changelog.d/16522.misc
@@ -0,0 +1 @@ +Clean-up unused tables. diff --git a/changelog.d/16636.feature b/changelog.d/16636.feature new file mode 100644
index 0000000000..a363eaafaf --- /dev/null +++ b/changelog.d/16636.feature
@@ -0,0 +1 @@ +Support MSC4069: Inhibit profile propagation. \ No newline at end of file diff --git a/changelog.d/16661.doc b/changelog.d/16661.doc new file mode 100644
index 0000000000..74f8fc84b8 --- /dev/null +++ b/changelog.d/16661.doc
@@ -0,0 +1 @@ +Add schema rollback information to documentation. diff --git a/changelog.d/16667.misc b/changelog.d/16667.misc new file mode 100644
index 0000000000..51aeca9243 --- /dev/null +++ b/changelog.d/16667.misc
@@ -0,0 +1 @@ +Reduce database load of pruning old `user_ips`. diff --git a/changelog.d/16668.misc b/changelog.d/16668.misc new file mode 100644
index 0000000000..9ed004d6e4 --- /dev/null +++ b/changelog.d/16668.misc
@@ -0,0 +1 @@ +Reduce DB load when forget on leave setting is disabled. diff --git a/changelog.d/16677.misc b/changelog.d/16677.misc new file mode 100644
index 0000000000..20c37851c3 --- /dev/null +++ b/changelog.d/16677.misc
@@ -0,0 +1 @@ +Ignore `encryption_enabled_by_default_for_room_type` setting when creating server notices room, since the notices will be send unencrypted anyway. diff --git a/changelog.d/16695.doc b/changelog.d/16695.doc new file mode 100644
index 0000000000..6cb284c501 --- /dev/null +++ b/changelog.d/16695.doc
@@ -0,0 +1 @@ +Fix poetry version typo in [contributors' guide](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html). diff --git a/changelog.d/16697.misc b/changelog.d/16697.misc new file mode 100644
index 0000000000..02fd236ab4 --- /dev/null +++ b/changelog.d/16697.misc
@@ -0,0 +1 @@ +Remove old full schema dumps which are no longer used. diff --git a/changelog.d/16699.feature b/changelog.d/16699.feature new file mode 100644
index 0000000000..7ede50f326 --- /dev/null +++ b/changelog.d/16699.feature
@@ -0,0 +1 @@ +Add an autojoin setting for the notices room so users get joined directly instead of receiving an invite. diff --git a/changelog.d/16700.doc b/changelog.d/16700.doc new file mode 100644
index 0000000000..0d55ad338a --- /dev/null +++ b/changelog.d/16700.doc
@@ -0,0 +1 @@ +Switch the example UNIX socket paths to /run. Add HAProxy example configuration for UNIX sockets. diff --git a/changelog.d/16701.feature b/changelog.d/16701.feature new file mode 100644
index 0000000000..2a66fc932a --- /dev/null +++ b/changelog.d/16701.feature
@@ -0,0 +1 @@ +Follow redirects when downloading media over federation (per [MSC3860](https://github.com/matrix-org/matrix-spec-proposals/pull/3860)). diff --git a/changelog.d/16702.misc b/changelog.d/16702.misc new file mode 100644
index 0000000000..d97d0a11be --- /dev/null +++ b/changelog.d/16702.misc
@@ -0,0 +1 @@ +Raise poetry-core upper bound to <=1.8.1. This allows contributors to import Synapse after `poetry install`ing with Poetry 1.6 and above. Contributed by Mo Balaa. diff --git a/changelog.d/16704.misc b/changelog.d/16704.misc new file mode 100644
index 0000000000..4dafb27fd8 --- /dev/null +++ b/changelog.d/16704.misc
@@ -0,0 +1 @@ +Add a workflow to try and automatically fixup linting in a PR. diff --git a/changelog.d/16707.feature b/changelog.d/16707.feature new file mode 100644
index 0000000000..707502d344 --- /dev/null +++ b/changelog.d/16707.feature
@@ -0,0 +1 @@ +Synapse now declares support for Matrix v1.7, v1.8, and v1.9.