mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-16 06:12:41 +00:00
1.160.0rc2
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# Synapse 1.160.0rc2 (2026-08-31)
|
||||
|
||||
## Bugfixes
|
||||
|
||||
- Fix sending custom profile field removals to legacy sync clients when the field is deleted using the profile field delete endpoint. ([\#20147](https://github.com/element-hq/synapse/issues/20147))
|
||||
|
||||
|
||||
|
||||
# Synapse 1.160.0rc1 (2026-08-25)
|
||||
|
||||
## Features
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Fix sending custom profile field removals to legacy sync clients when the field is deleted using the profile field delete endpoint.
|
||||
Vendored
+6
@@ -1,3 +1,9 @@
|
||||
matrix-synapse-py3 (1.160.0~rc2) stable; urgency=medium
|
||||
|
||||
* New synapse release 1.160.0rc2.
|
||||
|
||||
-- Synapse Packaging team <packages@matrix.org> Mon, 31 Aug 2026 22:25:15 +0000
|
||||
|
||||
matrix-synapse-py3 (1.160.0~rc1) stable; urgency=medium
|
||||
|
||||
* New synapse release 1.160.0rc1.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "matrix-synapse"
|
||||
version = "1.160.0rc1"
|
||||
version = "1.160.0rc2"
|
||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||
readme = "README.rst"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user