summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-13 14:23:43 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-13 14:23:43 +0100
commit3efd98aa1cb0ff8106cebb0d76fd5761c25d5250 (patch)
tree58b2c962244f275ecd1be75e3551221e3b0c99f3 /changelog.d
parentAdd release helper script (#9713) (diff)
downloadsynapse-3efd98aa1cb0ff8106cebb0d76fd5761c25d5250.tar.xz
1.32.0rc1
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8926.bugfix1
-rw-r--r--changelog.d/9401.removal1
-rw-r--r--changelog.d/9491.feature1
-rw-r--r--changelog.d/9548.removal1
-rw-r--r--changelog.d/9648.feature1
-rw-r--r--changelog.d/9654.feature1
-rw-r--r--changelog.d/9661.misc1
-rw-r--r--changelog.d/9682.misc1
-rw-r--r--changelog.d/9685.misc1
-rw-r--r--changelog.d/9686.misc1
-rw-r--r--changelog.d/9691.feature1
-rw-r--r--changelog.d/9700.feature1
-rw-r--r--changelog.d/9710.feature1
-rw-r--r--changelog.d/9711.bugfix1
-rw-r--r--changelog.d/9713.misc1
-rw-r--r--changelog.d/9717.feature1
-rw-r--r--changelog.d/9718.removal1
-rw-r--r--changelog.d/9719.doc1
-rw-r--r--changelog.d/9725.bugfix1
-rw-r--r--changelog.d/9730.misc1
-rw-r--r--changelog.d/9735.feature1
-rw-r--r--changelog.d/9736.misc1
-rw-r--r--changelog.d/9742.misc1
-rw-r--r--changelog.d/9743.misc1
-rw-r--r--changelog.d/9753.misc1
-rw-r--r--changelog.d/9765.docker1
-rw-r--r--changelog.d/9766.feature1
-rw-r--r--changelog.d/9769.misc1
-rw-r--r--changelog.d/9770.bugfix1
-rw-r--r--changelog.d/9771.misc1
-rw-r--r--changelog.d/9772.misc1
-rw-r--r--changelog.d/9780.bugfix1
-rw-r--r--changelog.d/9781.misc1
-rw-r--r--changelog.d/9782.misc1
-rw-r--r--changelog.d/9793.misc1
35 files changed, 0 insertions, 35 deletions
diff --git a/changelog.d/8926.bugfix b/changelog.d/8926.bugfix
deleted file mode 100644
index aad7bd83ce..0000000000
--- a/changelog.d/8926.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Prevent `synapse_forward_extremities` and `synapse_excess_extremity_events` Prometheus metrics from initially reporting zero-values after startup.
diff --git a/changelog.d/9401.removal b/changelog.d/9401.removal
deleted file mode 100644
index 9c813e0215..0000000000
--- a/changelog.d/9401.removal
+++ /dev/null
@@ -1 +0,0 @@
-Remove old admin API `GET /_synapse/admin/v1/users/<user_id>`.
\ No newline at end of file
diff --git a/changelog.d/9491.feature b/changelog.d/9491.feature
deleted file mode 100644
index 8b56a95a44..0000000000
--- a/changelog.d/9491.feature
+++ /dev/null
@@ -1 +0,0 @@
-Add a Synapse module for routing presence updates between users.
diff --git a/changelog.d/9548.removal b/changelog.d/9548.removal
deleted file mode 100644
index 1fb88236c6..0000000000
--- a/changelog.d/9548.removal
+++ /dev/null
@@ -1 +0,0 @@
-Make `/_matrix/client/r0/register` expect a type of `m.login.application_service` when an Application Service registers a user, to align with [the relevant spec](https://spec.matrix.org/unstable/application-service-api/#server-admin-style-permissions).
diff --git a/changelog.d/9648.feature b/changelog.d/9648.feature
deleted file mode 100644
index bc77026039..0000000000
--- a/changelog.d/9648.feature
+++ /dev/null
@@ -1 +0,0 @@
-Add an admin API to manage ratelimit for a specific user.
\ No newline at end of file
diff --git a/changelog.d/9654.feature b/changelog.d/9654.feature
deleted file mode 100644
index a54c96cf19..0000000000
--- a/changelog.d/9654.feature
+++ /dev/null
@@ -1 +0,0 @@
-Include request information in structured logging output.
diff --git a/changelog.d/9661.misc b/changelog.d/9661.misc
deleted file mode 100644
index b5beb4626c..0000000000
--- a/changelog.d/9661.misc
+++ /dev/null
@@ -1 +0,0 @@
-Experiment with GitHub Actions for CI.
diff --git a/changelog.d/9682.misc b/changelog.d/9682.misc
deleted file mode 100644
index 428a466fac..0000000000
--- a/changelog.d/9682.misc
+++ /dev/null
@@ -1 +0,0 @@
-Introduce flake8-bugbear to the test suite and fix some of its lint violations.
diff --git a/changelog.d/9685.misc b/changelog.d/9685.misc
deleted file mode 100644
index 0506d8af0c..0000000000
--- a/changelog.d/9685.misc
+++ /dev/null
@@ -1 +0,0 @@
-Update `scripts-dev/complement.sh` to use a local checkout of Complement, allow running a subset of tests and have it use Synapse's Complement test blacklist.
\ No newline at end of file
diff --git a/changelog.d/9686.misc b/changelog.d/9686.misc
deleted file mode 100644
index bb2335acf9..0000000000
--- a/changelog.d/9686.misc
+++ /dev/null
@@ -1 +0,0 @@
-Improve Jaeger tracing for `to_device` messages.
diff --git a/changelog.d/9691.feature b/changelog.d/9691.feature
deleted file mode 100644
index 3c711db4f5..0000000000
--- a/changelog.d/9691.feature
+++ /dev/null
@@ -1 +0,0 @@
-Add `order_by` to the admin API `GET /_synapse/admin/v2/users`. Contributed by @dklimpel. 
\ No newline at end of file
diff --git a/changelog.d/9700.feature b/changelog.d/9700.feature
deleted file mode 100644
index 037de8367f..0000000000
--- a/changelog.d/9700.feature
+++ /dev/null
@@ -1 +0,0 @@
-Replace the `room_invite_state_types` configuration setting with `room_prejoin_state`.
diff --git a/changelog.d/9710.feature b/changelog.d/9710.feature
deleted file mode 100644
index fce308cc41..0000000000
--- a/changelog.d/9710.feature
+++ /dev/null
@@ -1 +0,0 @@
-Experimental Spaces support: include `m.room.create` in the room state sent with room-invites.
diff --git a/changelog.d/9711.bugfix b/changelog.d/9711.bugfix
deleted file mode 100644
index 4ca3438d46..0000000000
--- a/changelog.d/9711.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix recently added ratelimits to correctly honour the application service `rate_limited` flag.
diff --git a/changelog.d/9713.misc b/changelog.d/9713.misc
deleted file mode 100644
index 908e7a2459..0000000000
--- a/changelog.d/9713.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add release helper script for automating part of the Synapse release process.
diff --git a/changelog.d/9717.feature b/changelog.d/9717.feature
deleted file mode 100644
index c2c74f13d5..0000000000
--- a/changelog.d/9717.feature
+++ /dev/null
@@ -1 +0,0 @@
-Add experimental support for [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083): restricting room access via group membership.
diff --git a/changelog.d/9718.removal b/changelog.d/9718.removal
deleted file mode 100644
index 6de7814217..0000000000
--- a/changelog.d/9718.removal
+++ /dev/null
@@ -1 +0,0 @@
-Replace deprecated `imp` module with successor `importlib`. Contributed by Cristina Muñoz.
diff --git a/changelog.d/9719.doc b/changelog.d/9719.doc
deleted file mode 100644
index f018606dd6..0000000000
--- a/changelog.d/9719.doc
+++ /dev/null
@@ -1 +0,0 @@
-Make the allowed_local_3pids regex example in the sample config stricter.
diff --git a/changelog.d/9725.bugfix b/changelog.d/9725.bugfix
deleted file mode 100644
index 71283685c8..0000000000
--- a/changelog.d/9725.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix longstanding bug which caused `duplicate key value violates unique constraint "remote_media_cache_thumbnails_media_origin_media_id_thumbna_key"` errors.
diff --git a/changelog.d/9730.misc b/changelog.d/9730.misc
deleted file mode 100644
index 8063059b0b..0000000000
--- a/changelog.d/9730.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add type hints to expiring cache.
diff --git a/changelog.d/9735.feature b/changelog.d/9735.feature
deleted file mode 100644
index c2c74f13d5..0000000000
--- a/changelog.d/9735.feature
+++ /dev/null
@@ -1 +0,0 @@
-Add experimental support for [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083): restricting room access via group membership.
diff --git a/changelog.d/9736.misc b/changelog.d/9736.misc
deleted file mode 100644
index 1e445e4344..0000000000
--- a/changelog.d/9736.misc
+++ /dev/null
@@ -1 +0,0 @@
-Convert various testcases to `HomeserverTestCase`.
diff --git a/changelog.d/9742.misc b/changelog.d/9742.misc
deleted file mode 100644
index 681ab04df8..0000000000
--- a/changelog.d/9742.misc
+++ /dev/null
@@ -1 +0,0 @@
-Start linting mypy with `no_implicit_optional`.
\ No newline at end of file
diff --git a/changelog.d/9743.misc b/changelog.d/9743.misc
deleted file mode 100644
index c2f75c1df9..0000000000
--- a/changelog.d/9743.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add missing type hints to federation handler and server.
diff --git a/changelog.d/9753.misc b/changelog.d/9753.misc
deleted file mode 100644
index 31184fe0bd..0000000000
--- a/changelog.d/9753.misc
+++ /dev/null
@@ -1 +0,0 @@
-Check that a `ConfigError` is raised, rather than simply `Exception`, when appropriate in homeserver config file generation tests.
\ No newline at end of file
diff --git a/changelog.d/9765.docker b/changelog.d/9765.docker
deleted file mode 100644
index f170a36714..0000000000
--- a/changelog.d/9765.docker
+++ /dev/null
@@ -1 +0,0 @@
-Move opencontainers labels to the final Docker image such that users can inspect them.
diff --git a/changelog.d/9766.feature b/changelog.d/9766.feature
deleted file mode 100644
index ecf49cfee1..0000000000
--- a/changelog.d/9766.feature
+++ /dev/null
@@ -1 +0,0 @@
-Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later.
diff --git a/changelog.d/9769.misc b/changelog.d/9769.misc
deleted file mode 100644
index 042a50615f..0000000000
--- a/changelog.d/9769.misc
+++ /dev/null
@@ -1 +0,0 @@
-Fix incompatibility with `tox` 2.5.
diff --git a/changelog.d/9770.bugfix b/changelog.d/9770.bugfix
deleted file mode 100644
index baf93138de..0000000000
--- a/changelog.d/9770.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU.
diff --git a/changelog.d/9771.misc b/changelog.d/9771.misc
deleted file mode 100644
index 42d651d4cc..0000000000
--- a/changelog.d/9771.misc
+++ /dev/null
@@ -1 +0,0 @@
-Enable Complement tests for [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946): Spaces Summary API.
diff --git a/changelog.d/9772.misc b/changelog.d/9772.misc
deleted file mode 100644
index ec7d94cc25..0000000000
--- a/changelog.d/9772.misc
+++ /dev/null
@@ -1 +0,0 @@
-Use mock from the standard library instead of a separate package.
diff --git a/changelog.d/9780.bugfix b/changelog.d/9780.bugfix
deleted file mode 100644
index 70985a050f..0000000000
--- a/changelog.d/9780.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix duplicate logging of exceptions thrown during federation transaction processing.
diff --git a/changelog.d/9781.misc b/changelog.d/9781.misc
deleted file mode 100644
index d1c73fc741..0000000000
--- a/changelog.d/9781.misc
+++ /dev/null
@@ -1 +0,0 @@
-Update Black configuration to target Python 3.6.
diff --git a/changelog.d/9782.misc b/changelog.d/9782.misc
deleted file mode 100644
index ecf49cfee1..0000000000
--- a/changelog.d/9782.misc
+++ /dev/null
@@ -1 +0,0 @@
-Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later.
diff --git a/changelog.d/9793.misc b/changelog.d/9793.misc
deleted file mode 100644
index 6334689d26..0000000000
--- a/changelog.d/9793.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add option to skip unit tests when building Debian packages.