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/1491.feature1
-rw-r--r--changelog.d/3423.misc1
-rw-r--r--changelog.d/3632.misc1
-rw-r--r--changelog.d/3633.feature1
-rw-r--r--changelog.d/3647.misc1
-rw-r--r--changelog.d/3654.feature1
-rw-r--r--changelog.d/3655.feature1
-rw-r--r--changelog.d/3658.bugfix1
-rw-r--r--changelog.d/3662.feature1
-rw-r--r--changelog.d/3664.feature1
-rw-r--r--changelog.d/3676.bugfix1
-rw-r--r--changelog.d/3678.misc1
-rw-r--r--changelog.d/3679.misc1
13 files changed, 13 insertions, 0 deletions
diff --git a/changelog.d/1491.feature b/changelog.d/1491.feature
new file mode 100644

index 0000000000..77b6d6ca09 --- /dev/null +++ b/changelog.d/1491.feature
@@ -0,0 +1 @@ +Add support for the SNI extension to federation TLS connections \ No newline at end of file diff --git a/changelog.d/3423.misc b/changelog.d/3423.misc new file mode 100644
index 0000000000..51768c6d14 --- /dev/null +++ b/changelog.d/3423.misc
@@ -0,0 +1 @@ +The test suite now can run under PostgreSQL. diff --git a/changelog.d/3632.misc b/changelog.d/3632.misc new file mode 100644
index 0000000000..9d64bbe83b --- /dev/null +++ b/changelog.d/3632.misc
@@ -0,0 +1 @@ +Refactor HTTP replication endpoints to reduce code duplication diff --git a/changelog.d/3633.feature b/changelog.d/3633.feature new file mode 100644
index 0000000000..8007a04840 --- /dev/null +++ b/changelog.d/3633.feature
@@ -0,0 +1 @@ +Add ability to limit number of monthly active users on the server diff --git a/changelog.d/3647.misc b/changelog.d/3647.misc new file mode 100644
index 0000000000..dbc66dae60 --- /dev/null +++ b/changelog.d/3647.misc
@@ -0,0 +1 @@ +Tests now correctly execute on Python 3. diff --git a/changelog.d/3654.feature b/changelog.d/3654.feature new file mode 100644
index 0000000000..35c95580bc --- /dev/null +++ b/changelog.d/3654.feature
@@ -0,0 +1 @@ +Basic support for room versioning diff --git a/changelog.d/3655.feature b/changelog.d/3655.feature new file mode 100644
index 0000000000..1134e549e7 --- /dev/null +++ b/changelog.d/3655.feature
@@ -0,0 +1 @@ +Ability to disable client/server Synapse via conf toggle diff --git a/changelog.d/3658.bugfix b/changelog.d/3658.bugfix new file mode 100644
index 0000000000..556011a150 --- /dev/null +++ b/changelog.d/3658.bugfix
@@ -0,0 +1 @@ +Fix occasional glitches in the synapse_event_persisted_position metric diff --git a/changelog.d/3662.feature b/changelog.d/3662.feature new file mode 100644
index 0000000000..daacef086d --- /dev/null +++ b/changelog.d/3662.feature
@@ -0,0 +1 @@ +Ability to whitelist specific threepids against monthly active user limiting diff --git a/changelog.d/3664.feature b/changelog.d/3664.feature new file mode 100644
index 0000000000..184dde9939 --- /dev/null +++ b/changelog.d/3664.feature
@@ -0,0 +1 @@ +Add some metrics for the appservice and federation event sending loops diff --git a/changelog.d/3676.bugfix b/changelog.d/3676.bugfix new file mode 100644
index 0000000000..7b23a2773a --- /dev/null +++ b/changelog.d/3676.bugfix
@@ -0,0 +1 @@ +Make the tests pass on Twisted < 18.7.0 diff --git a/changelog.d/3678.misc b/changelog.d/3678.misc new file mode 100644
index 0000000000..0d7c8da64a --- /dev/null +++ b/changelog.d/3678.misc
@@ -0,0 +1 @@ +Rename synapse.util.async to synapse.util.async_helpers to mitigate async becoming a keyword on Python 3.7. diff --git a/changelog.d/3679.misc b/changelog.d/3679.misc new file mode 100644
index 0000000000..1de0a0f2b4 --- /dev/null +++ b/changelog.d/3679.misc
@@ -0,0 +1 @@ +Synapse's tests are now formatted with the black autoformatter.