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/7091.doc1
-rw-r--r--changelog.d/7146.misc1
-rw-r--r--changelog.d/7278.misc1
-rw-r--r--changelog.d/7337.bugfix1
-rw-r--r--changelog.d/7338.misc1
-rw-r--r--changelog.d/7341.bugfix1
-rw-r--r--changelog.d/7343.feature1
-rw-r--r--changelog.d/7344.bugfix1
-rw-r--r--changelog.d/7357.doc1
-rw-r--r--changelog.d/7358.bugfix1
-rw-r--r--changelog.d/7359.misc1
11 files changed, 11 insertions, 0 deletions
diff --git a/changelog.d/7091.doc b/changelog.d/7091.doc
new file mode 100644

index 0000000000..463536c812 --- /dev/null +++ b/changelog.d/7091.doc
@@ -0,0 +1 @@ +Improve the documentation of application service configuration files. diff --git a/changelog.d/7146.misc b/changelog.d/7146.misc new file mode 100644
index 0000000000..facde06959 --- /dev/null +++ b/changelog.d/7146.misc
@@ -0,0 +1 @@ +Run replication streamers on workers. diff --git a/changelog.d/7278.misc b/changelog.d/7278.misc new file mode 100644
index 0000000000..8a4c4328f4 --- /dev/null +++ b/changelog.d/7278.misc
@@ -0,0 +1 @@ +Add some unit tests for replication. diff --git a/changelog.d/7337.bugfix b/changelog.d/7337.bugfix new file mode 100644
index 0000000000..f49c600173 --- /dev/null +++ b/changelog.d/7337.bugfix
@@ -0,0 +1 @@ +Fix a bug where event updates might not be sent over replication to worker processes after the stream falls behind. diff --git a/changelog.d/7338.misc b/changelog.d/7338.misc new file mode 100644
index 0000000000..7cafd074ca --- /dev/null +++ b/changelog.d/7338.misc
@@ -0,0 +1 @@ +Convert some federation handler code to async/await. diff --git a/changelog.d/7341.bugfix b/changelog.d/7341.bugfix new file mode 100644
index 0000000000..8f0958bcb4 --- /dev/null +++ b/changelog.d/7341.bugfix
@@ -0,0 +1 @@ +Fix bad error handling that would cause Synapse to crash if it's provided with a YAML configuration file that's either empty or doesn't parse into a key-value map. diff --git a/changelog.d/7343.feature b/changelog.d/7343.feature new file mode 100644
index 0000000000..01057aa396 --- /dev/null +++ b/changelog.d/7343.feature
@@ -0,0 +1 @@ +Support SSO in the user interactive authentication workflow. diff --git a/changelog.d/7344.bugfix b/changelog.d/7344.bugfix new file mode 100644
index 0000000000..8c38f9ef80 --- /dev/null +++ b/changelog.d/7344.bugfix
@@ -0,0 +1 @@ +Fix incorrect metrics reporting for `renew_attestations` background task. diff --git a/changelog.d/7357.doc b/changelog.d/7357.doc new file mode 100644
index 0000000000..a3d5616ad2 --- /dev/null +++ b/changelog.d/7357.doc
@@ -0,0 +1 @@ +Add documentation on monitoring workers with Prometheus. diff --git a/changelog.d/7358.bugfix b/changelog.d/7358.bugfix new file mode 100644
index 0000000000..f49c600173 --- /dev/null +++ b/changelog.d/7358.bugfix
@@ -0,0 +1 @@ +Fix a bug where event updates might not be sent over replication to worker processes after the stream falls behind. diff --git a/changelog.d/7359.misc b/changelog.d/7359.misc new file mode 100644
index 0000000000..b99f257d9a --- /dev/null +++ b/changelog.d/7359.misc
@@ -0,0 +1 @@ +Fix collation for postgres for unit tests.