Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4d624f4

Browse files
committed
Merge tag 'v1.33.0rc2' into develop
Synapse 1.33.0rc2 (2021-04-29) ============================== Bugfixes -------- - Fix tight loop when handling presence replication when using workers. Introduced in v1.33.0rc1. ([\#9900](#9900))
2 parents bb4b118 + d11f2df commit 4d624f4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.33.0rc2 (2021-04-29)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix tight loop when handling presence replication when using workers. Introduced in v1.33.0rc1. ([\#9900](https://github.com/matrix-org/synapse/issues/9900))
8+
9+
110
Synapse 1.33.0rc1 (2021-04-28)
211
==============================
312

changelog.d/9900.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.33.0rc1"
50+
__version__ = "1.33.0rc2"
5151

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

0 commit comments

Comments
 (0)