summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-11-16 14:34:46 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2021-11-16 14:34:46 +0000
commitedcdc5fd82ccdf3862d811f95b3c93abad8e8578 (patch)
tree338c4d642b184e51c40d6185f41bafc8c01e8d90 /CHANGES.md
parentRename `remove_deleted_devices_from_device_inbox` to ensure it is always run ... (diff)
downloadsynapse-edcdc5fd82ccdf3862d811f95b3c93abad8e8578.tar.xz
1.47.0rc3
Diffstat (limited to '')
-rw-r--r--CHANGES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md

index a188bd3f4d..8b11cccc1a 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,3 +1,18 @@ +Synapse 1.47.0rc3 (2021-11-16) +============================== + +Bugfixes +-------- + +- Fix a bug introduced in 1.47.0rc1 which caused worker processes to not halt startup in the presence of outstanding database migrations. ([\#11346](https://github.com/matrix-org/synapse/issues/11346)) + + +Internal Changes +---------------- + +- Fix an issue which prevented the 'remove deleted devices from `device_inbox` column' background process from running when updating from a recent Synapse version. ([\#11303](https://github.com/matrix-org/synapse/issues/11303), [\#11353](https://github.com/matrix-org/synapse/issues/11353)) + + Synapse 1.47.0rc2 (2021-11-10) ==============================