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

Commit e2904f7

Browse files
committed
1.30.0
1 parent 45ef73f commit e2904f7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGES.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Synapse 1.30.0rc1 (2021-03-16)
2-
==============================
1+
Synapse 1.30.0 (2021-03-22)
2+
===========================
33

44
Note that this release deprecates the ability for appservices to
55
call `POST /_matrix/client/r0/register` without the body parameter `type`. Appservice
@@ -8,6 +8,13 @@ per [the spec](https://matrix.org/docs/spec/application_service/r0.1.2#server-ad
88
In future releases, calling this endpoint with an access token - but without a `m.login.application_service`
99
type - will fail.
1010

11+
12+
No significant changes.
13+
14+
15+
Synapse 1.30.0rc1 (2021-03-16)
16+
==============================
17+
1118
Features
1219
--------
1320

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.30.0) stable; urgency=medium
2+
3+
* New synapse release 1.30.0.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 22 Mar 2021 13:15:34 +0000
6+
17
matrix-synapse-py3 (1.29.0) stable; urgency=medium
28

39
[ Jonathan de Jong ]

synapse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.30.0rc1"
51+
__version__ = "1.30.0"
5252

5353
if 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

0 commit comments

Comments
 (0)