diff options
author | Erik Johnston <erik@matrix.org> | 2024-02-13 10:45:40 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-02-13 10:45:40 +0000 |
commit | 2252bae3df89842f5c2fe4edd6367ec13b3655d2 (patch) | |
tree | 8810831c789a42854b61bca1d1b8e12adf5d9957 /CHANGES.md | |
parent | Increase batching when fetching auth chains (#16893) (diff) | |
download | synapse-2252bae3df89842f5c2fe4edd6367ec13b3655d2.tar.xz |
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index e48e97eeff..9fedd57971 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +# Synapse 1.101.0 (2024-02-13) + +### Bugfixes + +- Fix performance regression when fetching auth chains from the DB. Introduced in v1.100.0. ([\#16893](https://github.com/element-hq/synapse/issues/16893)) + + + + # Synapse 1.101.0rc1 (2024-02-06) ### Improved Documentation |