Skip to content

Commit afb6dcf

Browse files
committed
1.34.0
1 parent 451f251 commit afb6dcf

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
Synapse 1.34.0rc1 (2021-05-12)
2-
==============================
1+
Synapse 1.34.0 (2021-05-17)
2+
===========================
33

44
This release deprecates the `room_invite_state_types` configuration setting. See the [upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.34.0/UPGRADE.rst#upgrading-to-v1340) for instructions on updating your configuration file to use the new `room_prejoin_state` setting.
55

66
This release also deprecates the `POST /_synapse/admin/v1/rooms/<room_id>/delete` admin API route. Server administrators are encouraged to update their scripts to use the new `DELETE /_synapse/admin/v1/rooms/<room_id>` route instead.
77

8+
9+
No significant changes.
10+
11+
12+
Synapse 1.34.0rc1 (2021-05-12)
13+
==============================
14+
815
Features
916
--------
1017

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.34.0) stable; urgency=medium
2+
3+
* New synapse release 1.34.0.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 17 May 2021 11:34:18 +0100
6+
17
matrix-synapse-py3 (1.33.2) stable; urgency=medium
28

39
* New synapse release 1.33.2.

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.34.0rc1"
50+
__version__ = "1.34.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)