You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Synapse 1.87.0 (2023-07-04)
2
2
3
+
Please note that this will be the last release of Synapse that is compatible with
4
+
Python 3.7 and earlier.
5
+
3
6
### Bugfixes
4
7
5
8
- Pin `pydantic` to `^1.7.4` to avoid backwards-incompatible API changes from the 2.0.0 release.
@@ -13,9 +16,6 @@
13
16
14
17
# Synapse 1.87.0rc1 (2023-06-27)
15
18
16
-
Please note that this will be the last release of Synapse that is compatible with
17
-
Python 3.7 and earlier.
18
-
19
19
### Features
20
20
21
21
- Improve `/messages` response time by avoiding backfill when we already have messages to return. ([\#15737](https://github.com/matrix-org/synapse/issues/15737))
0 commit comments