This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- Synapse 1.30.0rc1 (2021-03-16 )
2
- ==============================
1
+ Synapse 1.30.0 (2021-03-22 )
2
+ ===========================
3
3
4
4
Note that this release deprecates the ability for appservices to
5
5
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
8
8
In future releases, calling this endpoint with an access token - but without a `m.login.application_service`
9
9
type - will fail.
10
10
11
+
12
+ No significant changes.
13
+
14
+
15
+ Synapse 1.30.0rc1 (2021-03-16)
16
+ ==============================
17
+
11
18
Features
12
19
--------
13
20
Original file line number Diff line number Diff line change
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
+
1
7
matrix-synapse-py3 (1.29.0) stable; urgency=medium
2
8
3
9
[ Jonathan de Jong ]
Original file line number Diff line number Diff line change 48
48
except ImportError :
49
49
pass
50
50
51
- __version__ = "1.30.0rc1 "
51
+ __version__ = "1.30.0 "
52
52
53
53
if bool (os .environ .get ("SYNAPSE_TEST_PATCH_LOG_CONTEXTS" , False )):
54
54
# 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