This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
- For the next release
2
- ====================
3
-
4
- Removal warning
5
- ---------------
1
+ Synapse 1.19.1 (2020-08-27)
2
+ ===========================
6
3
7
- Some older clients used a
8
- [ disallowed character] ( https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-register-email-requesttoken )
9
- (` : ` ) in the ` client_secret ` parameter of various endpoints. The incorrect
10
- behaviour was allowed for backwards compatibility, but is now being removed
11
- from Synapse as most users have updated their client. Further context can be
12
- found at [ \# 6766] ( https://github.com/matrix-org/synapse/issues/6766 ) .
4
+ No significant changes.
13
5
14
6
15
7
Synapse 1.19.1rc1 (2020-08-25)
Original file line number Diff line number Diff line change
1
+ matrix-synapse-py3 (1.19.1) stable; urgency=medium
2
+
3
+ * New synapse release 1.19.1.
4
+
5
+ -- Synapse Packaging team <
[email protected] > Thu, 27 Aug 2020 10:50:19 +0100
6
+
1
7
matrix-synapse-py3 (1.19.0) stable; urgency=medium
2
8
3
9
[ Synapse Packaging team ]
Original file line number Diff line number Diff line change 48
48
except ImportError :
49
49
pass
50
50
51
- __version__ = "1.19.1rc1 "
51
+ __version__ = "1.19.1 "
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