diff options
author | Erik Johnston <erik@matrix.org> | 2019-01-23 17:27:49 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-01-23 17:27:49 +0000 |
commit | 2a8edbaf74eec2e73634c40ecd9f1faa79b472c2 (patch) | |
tree | 00211aef7f4d7f5799b2104ed9d30ba05df635bf /changelog.d | |
parent | Merge branch 'erikj/msc_1813' into erikj/require_format_version (diff) | |
parent | Newsfile (diff) | |
download | synapse-2a8edbaf74eec2e73634c40ecd9f1faa79b472c2.tar.xz |
Merge branch 'erikj/get_pdu_versions' into erikj/require_format_version
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4384.feature | 1 | ||||
-rw-r--r-- | changelog.d/4428.misc | 1 | ||||
-rw-r--r-- | changelog.d/4432.misc | 1 | ||||
-rw-r--r-- | changelog.d/4433.misc | 1 | ||||
-rw-r--r-- | changelog.d/4445.feature | 1 | ||||
-rw-r--r-- | changelog.d/4448.misc | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/4384.feature b/changelog.d/4384.feature new file mode 100644 index 0000000000..daedcd58c4 --- /dev/null +++ b/changelog.d/4384.feature @@ -0,0 +1 @@ +Synapse can now automatically provision TLS certificates via ACME (the protocol used by CAs like Let's Encrypt). diff --git a/changelog.d/4428.misc b/changelog.d/4428.misc new file mode 100644 index 0000000000..9a51434755 --- /dev/null +++ b/changelog.d/4428.misc @@ -0,0 +1 @@ +Move SRV logic into the Agent layer diff --git a/changelog.d/4432.misc b/changelog.d/4432.misc new file mode 100644 index 0000000000..047061ed3c --- /dev/null +++ b/changelog.d/4432.misc @@ -0,0 +1 @@ +Apply a unique index to the user_ips table, preventing duplicates. diff --git a/changelog.d/4433.misc b/changelog.d/4433.misc new file mode 100644 index 0000000000..30f2912db2 --- /dev/null +++ b/changelog.d/4433.misc @@ -0,0 +1 @@ +debian package: symlink to explicit python version diff --git a/changelog.d/4445.feature b/changelog.d/4445.feature new file mode 100644 index 0000000000..a6f9b7bbac --- /dev/null +++ b/changelog.d/4445.feature @@ -0,0 +1 @@ +Add a metric for tracking event stream position of the user directory. \ No newline at end of file diff --git a/changelog.d/4448.misc b/changelog.d/4448.misc new file mode 100644 index 0000000000..43f8963614 --- /dev/null +++ b/changelog.d/4448.misc @@ -0,0 +1 @@ +Add infrastructure to support different event formats |