Skip to content

Commit a8372ad

Browse files
committed
1.35.0
1 parent 408ecf8 commit a8372ad

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-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.35.0 (2021-06-01)
2+
===========================
3+
4+
Deprecations and Removals
5+
-------------------------
6+
7+
- The core Synapse development team plan to drop support for the [unstable API of MSC2858](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), including the undocumented `experimental.msc2858_enabled` config option, in August 2021. Client authors should ensure that their clients are updated to use the stable API (which has been supported since Synapse 1.30) well before that time, to give their users time to upgrade. ([\#10101](https://github.com/matrix-org/synapse/issues/10101))
8+
9+
110
Synapse 1.35.0rc3 (2021-05-28)
211
==============================
312

changelog.d/10101.removal

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.35.0) stable; urgency=medium
2+
3+
* New synapse release 1.35.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 01 Jun 2021 13:23:35 +0100
6+
17
matrix-synapse-py3 (1.34.0) stable; urgency=medium
28

39
* New synapse release 1.34.0.

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.35.0rc3"
50+
__version__ = "1.35.0"
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)