Merge tag 'v1.47.0rc3' into develop
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)) - Fix a bug introduced in 1.47.0rc1 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))
No related branches found
No related tags found
Showing
- CHANGES.md 10 additions, 0 deletionsCHANGES.md
- debian/changelog 6 additions, 0 deletionsdebian/changelog
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
- synapse/storage/prepare_database.py 22 additions, 18 deletionssynapse/storage/prepare_database.py
- synapse/storage/schema/main/delta/65/06remove_deleted_devices_from_device_inbox.sql 13 additions, 1 deletion...n/delta/65/06remove_deleted_devices_from_device_inbox.sql
- tests/storage/test_rollback_worker.py 51 additions, 1 deletiontests/storage/test_rollback_worker.py
Loading
Please register or sign in to comment