synapse/changelog.d
Eric Eastwood b31daac01c
Add metrics to track how often events are soft_failed (#10156)
Spawned from missing messages we were seeing on `matrix.org` from a
federated Gtiter bridged room, https://gitlab.com/gitterHQ/webapp/-/issues/2770.
The underlying issue in Synapse is tracked by https://github.com/matrix-org/synapse/issues/10066
where the message and join event race and the message is `soft_failed` before the
`join` event reaches the remote federated server.

Less soft_failed events = better and usually this should only trigger for events
where people are doing bad things and trying to fuzz and fake everything.
2021-06-11 10:12:35 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6739.feature Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
9359.feature Integrate knock rooms with the public rooms directory (#9359) 2021-06-09 20:31:31 +01:00
10080.misc Add type hints to the federation server transport. (#10080) 2021-06-08 11:19:25 -04:00
10122.doc Mention that you need to configure max upload size in reverse proxy as well (#10122) 2021-06-10 11:40:24 +01:00
10143.misc Clean up the interface for injecting opentracing over HTTP (#10143) 2021-06-09 11:33:00 +01:00
10144.misc Limit the number of in-flight /keys/query requests from a single device. (#10144) 2021-06-09 07:05:32 -04:00
10148.misc Document how to see logger output when running the twisted tests (#10148) 2021-06-11 09:57:34 +01:00
10155.misc Update Complement run with Synapse-supported MSC-related build tags (#10155) 2021-06-09 20:59:40 +01:00
10156.misc Add metrics to track how often events are soft_failed (#10156) 2021-06-11 10:12:35 +01:00