Skip to content

Commit

Permalink
1.47.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Nov 16, 2021
1 parent 6e084b6 commit edcdc5f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
==============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/11303.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/11346.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/11353.misc

This file was deleted.

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.47.0~rc3) stable; urgency=medium

* New synapse release 1.47.0~rc3.

-- Synapse Packaging team <[email protected]> Tue, 16 Nov 2021 14:32:47 +0000

matrix-synapse-py3 (1.47.0~rc2) stable; urgency=medium

[ Dan Callahan ]
Expand Down
2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
except ImportError:
pass

__version__ = "1.47.0rc2"
__version__ = "1.47.0rc3"

if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when
Expand Down

0 comments on commit edcdc5f

Please sign in to comment.