File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ Synapse 1.32.2 (2021-04-21)
2+ ===========================
3+
4+ This release includes fixes for the two regressions introduced in 1.32.0.
5+
6+ Bugfixes
7+ --------
8+
9+ - Fix a regression in Synapse v1.32.1 which caused `LoggingContext` errors in plugins. ([\#9857](https://github.com/matrix-org/synapse/issues/9857))
10+
11+
112Synapse 1.32.1 (2021-04-21)
213===========================
314
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ matrix-synapse-py3 (1.32.2) stable; urgency=medium
2+
3+ * New synapse release 1.32.2.
4+
5+ -- Synapse Packaging team <
[email protected] > Wed, 21 Apr 2021 18:43:52 +0100
6+
17matrix-synapse-py3 (1.32.1) stable; urgency=medium
28
39 * New synapse release 1.32.1.
Original file line number Diff line number Diff line change 4848except ImportError :
4949 pass
5050
51- __version__ = "1.32.1 "
51+ __version__ = "1.32.2 "
5252
5353if bool (os .environ .get ("SYNAPSE_TEST_PATCH_LOG_CONTEXTS" , False )):
5454 # We import here so that we don't have to install a bunch of deps when
You can’t perform that action at this time.
0 commit comments