mirror of
https://github.com/element-hq/synapse.git
synced 2025-11-29 00:00:50 -05:00
1.141.0rc1
This commit is contained in:
parent
418c9f3fe5
commit
1271e896b5
37
CHANGES.md
37
CHANGES.md
@ -1,3 +1,40 @@
|
|||||||
|
# Synapse 1.141.0rc1 (2025-10-21)
|
||||||
|
|
||||||
|
## Deprecation of MacOS Python wheels
|
||||||
|
|
||||||
|
The team has decided to deprecate and eventually stop publishing python wheels
|
||||||
|
for MacOS. This is a burden on the team, and we're not aware of any parties
|
||||||
|
that use them. Synapse docker images will continue to work on MacOS, as will
|
||||||
|
building Synapse from source (though note this requires a Rust compiler).
|
||||||
|
|
||||||
|
Publishing MacOS Python wheels will continue for the next few releases. If you
|
||||||
|
do make use of these wheels downstream, please reach out to us in
|
||||||
|
[#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org). We'd
|
||||||
|
love to hear from you!
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Allow using [MSC4190](https://github.com/matrix-org/matrix-spec-proposals/pull/4190) behavior without the opt-in registration flag. Contributed by @tulir @ Beeper. ([\#19031](https://github.com/element-hq/synapse/issues/19031))
|
||||||
|
- Stabilized support for [MSC4326](https://github.com/matrix-org/matrix-spec-proposals/pull/4326): Device masquerading for appservices. Contributed by @tulir @ Beeper. ([\#19033](https://github.com/element-hq/synapse/issues/19033))
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
- Fix a bug introduced in 1.136.0 that would prevent Synapse from being able to be `reload`-ed more than once when running under systemd. ([\#19060](https://github.com/element-hq/synapse/issues/19060))
|
||||||
|
- Fix a bug introduced in 1.140.0 where an internal server error could be raised when hashing user passwords that are too long. ([\#19078](https://github.com/element-hq/synapse/issues/19078))
|
||||||
|
|
||||||
|
## Updates to the Docker image
|
||||||
|
|
||||||
|
- Update docker image to use Debian trixie as the base and thus Python 3.13. ([\#19064](https://github.com/element-hq/synapse/issues/19064))
|
||||||
|
|
||||||
|
## Internal Changes
|
||||||
|
|
||||||
|
- Move unique snowflake homeserver background tasks to `start_background_tasks` (the standard pattern for this kind of thing). ([\#19037](https://github.com/element-hq/synapse/issues/19037))
|
||||||
|
- Drop a deprecated field of the `PyGitHub` dependency in the release script and raise the dependency's minimum version to `1.59.0`. ([\#19039](https://github.com/element-hq/synapse/issues/19039))
|
||||||
|
- Update TODO list of conflicting areas where we encounter metrics being clobbered (`ApplicationService`). ([\#19040](https://github.com/element-hq/synapse/issues/19040))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Synapse 1.140.0 (2025-10-14)
|
# Synapse 1.140.0 (2025-10-14)
|
||||||
|
|
||||||
## Compatibility notice for users of `synapse-s3-storage-provider`
|
## Compatibility notice for users of `synapse-s3-storage-provider`
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Allow using [MSC4190](https://github.com/matrix-org/matrix-spec-proposals/pull/4190) behavior without the opt-in registration flag. Contributed by @tulir @ Beeper.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Stabilized support for [MSC4326](https://github.com/matrix-org/matrix-spec-proposals/pull/4326): Device masquerading for appservices. Contributed by @tulir @ Beeper.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Move unique snowflake homeserver background tasks to `start_background_tasks` (the standard pattern for this kind of thing).
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Drop a deprecated field of the `PyGitHub` dependency in the release script and raise the dependency's minimum version to `1.59.0`.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Update TODO list of conflicting areas where we encounter metrics being clobbered (`ApplicationService`).
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Fix a bug introduced in 1.136.0 that would prevent Synapse from being able to be `reload`-ed more than once when running under systemd.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Update docker image to use Debian trixie as the base and thus Python 3.13.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Fix a bug introduced in 1.140.0 where an internal server error could be raised when hashing user passwords that are too long.
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.141.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.141.0rc1.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 21 Oct 2025 11:01:44 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.140.0) stable; urgency=medium
|
matrix-synapse-py3 (1.140.0) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.140.0.
|
* New Synapse release 1.140.0.
|
||||||
|
|||||||
@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.140.0"
|
version = "1.141.0rc1"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
|
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
$schema: https://element-hq.github.io/synapse/latest/schema/v1/meta.schema.json
|
$schema: https://element-hq.github.io/synapse/latest/schema/v1/meta.schema.json
|
||||||
$id: https://element-hq.github.io/synapse/schema/synapse/v1.140/synapse-config.schema.json
|
$id: https://element-hq.github.io/synapse/schema/synapse/v1.141/synapse-config.schema.json
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
modules:
|
modules:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user