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/5544.feature2
-rw-r--r--changelog.d/5544.misc1
-rw-r--r--changelog.d/5629.bugfix1
-rw-r--r--changelog.d/5636.misc1
-rw-r--r--changelog.d/5675.doc1
-rw-r--r--changelog.d/5678.removal1
-rw-r--r--changelog.d/5689.misc1
-rw-r--r--changelog.d/5695.misc1
-rw-r--r--changelog.d/5699.bugfix1
-rw-r--r--changelog.d/5700.bugfix2
-rw-r--r--changelog.d/5701.bugfix1
-rw-r--r--changelog.d/5707.bugfix1
-rw-r--r--changelog.d/5712.feature2
-rw-r--r--changelog.d/5714.feature1
-rw-r--r--changelog.d/5715.misc1
-rw-r--r--changelog.d/5717.misc1
-rw-r--r--changelog.d/5719.misc1
17 files changed, 19 insertions, 1 deletions
diff --git a/changelog.d/5544.feature b/changelog.d/5544.feature
new file mode 100644

index 0000000000..7d3459129d --- /dev/null +++ b/changelog.d/5544.feature
@@ -0,0 +1,2 @@ +Add support for opentracing. + diff --git a/changelog.d/5544.misc b/changelog.d/5544.misc deleted file mode 100644
index 81d6f74c31..0000000000 --- a/changelog.d/5544.misc +++ /dev/null
@@ -1 +0,0 @@ -Added opentracing and configuration options. diff --git a/changelog.d/5629.bugfix b/changelog.d/5629.bugfix new file mode 100644
index 0000000000..672eabad40 --- /dev/null +++ b/changelog.d/5629.bugfix
@@ -0,0 +1 @@ +Forbid viewing relations on an event once it has been redacted. diff --git a/changelog.d/5636.misc b/changelog.d/5636.misc new file mode 100644
index 0000000000..3add990283 --- /dev/null +++ b/changelog.d/5636.misc
@@ -0,0 +1 @@ +Some counter metrics exposed over Prometheus have been renamed, with the old names preserved for backwards compatibility and deprecated. See `docs/metrics-howto.rst` for details. \ No newline at end of file diff --git a/changelog.d/5675.doc b/changelog.d/5675.doc new file mode 100644
index 0000000000..4cd4d0be1a --- /dev/null +++ b/changelog.d/5675.doc
@@ -0,0 +1 @@ +Minor tweaks to postgres documentation. diff --git a/changelog.d/5678.removal b/changelog.d/5678.removal new file mode 100644
index 0000000000..085b84fda6 --- /dev/null +++ b/changelog.d/5678.removal
@@ -0,0 +1 @@ +Synapse now no longer accepts the `-v`/`--verbose`, `-f`/`--log-file`, or `--log-config` command line flags, and removes the deprecated `verbose` and `log_file` configuration file options. Users of these options should migrate their options into the dedicated log configuration. diff --git a/changelog.d/5689.misc b/changelog.d/5689.misc new file mode 100644
index 0000000000..8aa3e3f6a2 --- /dev/null +++ b/changelog.d/5689.misc
@@ -0,0 +1 @@ +Convert `synapse.federation.transport.server` to `async`. Might improve some stack traces. \ No newline at end of file diff --git a/changelog.d/5695.misc b/changelog.d/5695.misc new file mode 100644
index 0000000000..4741d32e25 --- /dev/null +++ b/changelog.d/5695.misc
@@ -0,0 +1 @@ +Add precautionary measures to prevent future abuse of `window.opener` in default welcome page. diff --git a/changelog.d/5699.bugfix b/changelog.d/5699.bugfix new file mode 100644
index 0000000000..30d5e67f67 --- /dev/null +++ b/changelog.d/5699.bugfix
@@ -0,0 +1 @@ +Fix some problems with authenticating redactions in recent room versions. \ No newline at end of file diff --git a/changelog.d/5700.bugfix b/changelog.d/5700.bugfix new file mode 100644
index 0000000000..51bce8d441 --- /dev/null +++ b/changelog.d/5700.bugfix
@@ -0,0 +1,2 @@ +Fix some problems with authenticating redactions in recent room versions. + diff --git a/changelog.d/5701.bugfix b/changelog.d/5701.bugfix new file mode 100644
index 0000000000..fd2866e16a --- /dev/null +++ b/changelog.d/5701.bugfix
@@ -0,0 +1 @@ +Ignore redactions of m.room.create events. diff --git a/changelog.d/5707.bugfix b/changelog.d/5707.bugfix new file mode 100644
index 0000000000..aa3046c5e1 --- /dev/null +++ b/changelog.d/5707.bugfix
@@ -0,0 +1 @@ +Fix some problems with authenticating redactions in recent room versions. diff --git a/changelog.d/5712.feature b/changelog.d/5712.feature new file mode 100644
index 0000000000..7d3459129d --- /dev/null +++ b/changelog.d/5712.feature
@@ -0,0 +1,2 @@ +Add support for opentracing. + diff --git a/changelog.d/5714.feature b/changelog.d/5714.feature new file mode 100644
index 0000000000..2fd32e5e38 --- /dev/null +++ b/changelog.d/5714.feature
@@ -0,0 +1 @@ +Enable aggregations support by default diff --git a/changelog.d/5715.misc b/changelog.d/5715.misc new file mode 100644
index 0000000000..a77366e0c0 --- /dev/null +++ b/changelog.d/5715.misc
@@ -0,0 +1 @@ +Don't accept opentracing data from clients. diff --git a/changelog.d/5717.misc b/changelog.d/5717.misc new file mode 100644
index 0000000000..07dc3bca94 --- /dev/null +++ b/changelog.d/5717.misc
@@ -0,0 +1 @@ +Speed up PostgreSQL unit tests in CI. diff --git a/changelog.d/5719.misc b/changelog.d/5719.misc new file mode 100644
index 0000000000..6d5294724c --- /dev/null +++ b/changelog.d/5719.misc
@@ -0,0 +1 @@ +Update the coding style document.