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

Commit 69699a9

Browse files
committed
1.88.0
1 parent e625c3d commit 69699a9

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
# Synapse 1.88.0rc1 (2023-07-11)
1+
# Synapse 1.88.0 (2023-07-18)
22

33
This release
44
- raises the minimum supported version of Python to 3.8, as Python 3.7 is now [end-of-life](https://devguide.python.org/versions/), and
55
- removes deprecated config options related to worker deployment.
66

77
See [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.88/docs/upgrade.md#upgrading-to-v1880) for more information.
88

9+
10+
### Bugfixes
11+
12+
- Revert "Stop writing to column `user_id` of tables `profiles` and `user_filters`", which was introduced in Synapse 1.88.0rc1. ([\#15953](https://github.com/matrix-org/synapse/issues/15953))
13+
14+
15+
# Synapse 1.88.0rc1 (2023-07-11)
16+
917
### Features
1018

1119
- Add `not_user_type` param to the [list accounts admin API](https://matrix-org.github.io/synapse/v1.88/admin_api/user_admin_api.html#list-accounts). ([\#15844](https://github.com/matrix-org/synapse/issues/15844))

changelog.d/15953.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.88.0) stable; urgency=medium
2+
3+
* New Synapse release 1.88.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 18 Jul 2023 13:59:28 +0100
6+
17
matrix-synapse-py3 (1.88.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.88.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
8989

9090
[tool.poetry]
9191
name = "matrix-synapse"
92-
version = "1.88.0rc1"
92+
version = "1.88.0"
9393
description = "Homeserver for the Matrix decentralised comms protocol"
9494
authors = ["Matrix.org Team and Contributors <[email protected]>"]
9595
license = "Apache-2.0"

0 commit comments

Comments
 (0)