Skip to content

Commit 0fad0a7

Browse files
committed
Merge branch 'release-v1.125' into develop
2 parents f7bc63e + 30fcd58 commit 0fad0a7

21 files changed

+56
-19
lines changed

CHANGES.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# Synapse 1.125.0rc1 (2025-02-18)
2+
3+
### Features
4+
5+
- Add functionality to be able to use multiple values in SSO feature `attribute_requirements`. ([\#17949](https://github.com/element-hq/synapse/issues/17949))
6+
- Add experimental config options `admin_token_path` and `client_secret_path` for [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861). ([\#18004](https://github.com/element-hq/synapse/issues/18004))
7+
- Add `get_current_time_msec()` method to the [module API](https://matrix-org.github.io/synapse/latest/modules/writing_a_module.html) for sound time comparisons with Synapse. ([\#18144](https://github.com/element-hq/synapse/issues/18144))
8+
9+
### Bugfixes
10+
11+
- Update the response when a client attempts to add an invalid email address to the user's account from a 500, to a 400 with error text. ([\#18125](https://github.com/element-hq/synapse/issues/18125))
12+
- Fix user directory search when using a legacy module with a `check_username_for_spam` callback. Broke in v1.122.0. ([\#18135](https://github.com/element-hq/synapse/issues/18135))
13+
14+
### Updates to the Docker image
15+
16+
- Add `SYNAPSE_HTTP_PROXY`/`SYNAPSE_HTTPS_PROXY`/`SYNAPSE_NO_PROXY` environment variables to pass through specifically to the Synapse process (instead of needing to apply [`http_proxy`/`https_proxy`/`no_proxy`](https://element-hq.github.io/synapse/latest/setup/forward_proxy.html) globally). ([\#18158](https://github.com/element-hq/synapse/issues/18158))
17+
18+
### Improved Documentation
19+
20+
- Add Oracle Linux 8 and 9 installation instructions. ([\#17436](https://github.com/element-hq/synapse/issues/17436))
21+
- Document missing server config options (`daemonize`, `print_pidfile`, `user_agent_suffix`, `use_frozen_dicts`, `manhole`). ([\#18122](https://github.com/element-hq/synapse/issues/18122))
22+
- Document consequences of replacing secrets. ([\#18138](https://github.com/element-hq/synapse/issues/18138))
23+
- Make `burst_count` field an integer in `rc_presence` config documentation example. ([\#18159](https://github.com/element-hq/synapse/issues/18159))
24+
25+
### Internal Changes
26+
27+
- Overload `DatabasePool.simple_select_one_txn` to return non-`None` when the `allow_none` parameter is `False`. ([\#17616](https://github.com/element-hq/synapse/issues/17616))
28+
- Python 3.8 EOL: compile native extensions with the 3.9 ABI and use typing hints from the standard library. ([\#17967](https://github.com/element-hq/synapse/issues/17967))
29+
- Add log message when worker lock timeouts get large. ([\#18124](https://github.com/element-hq/synapse/issues/18124))
30+
- Make it explicit that you can buy an AGPL-alternative commercial license from Element. ([\#18134](https://github.com/element-hq/synapse/issues/18134))
31+
- Fix the 'Fix linting' GitHub Actions workflow. ([\#18136](https://github.com/element-hq/synapse/issues/18136))
32+
- Do not log at the exception-level when clients provide empty `since` token to `/sync` API. ([\#18139](https://github.com/element-hq/synapse/issues/18139))
33+
- Reduce database load of user search when using large search terms. ([\#18172](https://github.com/element-hq/synapse/issues/18172))
34+
35+
36+
37+
### Updates to locked dependencies
38+
39+
* Bump bcrypt from 4.2.0 to 4.2.1. ([\#18127](https://github.com/element-hq/synapse/issues/18127))
40+
* Bump bytes from 1.9.0 to 1.10.0. ([\#18149](https://github.com/element-hq/synapse/issues/18149))
41+
* Bump gitpython from 3.1.43 to 3.1.44. ([\#18128](https://github.com/element-hq/synapse/issues/18128))
42+
* Bump hiredis from 3.0.0 to 3.1.0. ([\#18169](https://github.com/element-hq/synapse/issues/18169))
43+
* Bump serde_json from 1.0.137 to 1.0.138. ([\#18129](https://github.com/element-hq/synapse/issues/18129))
44+
* Bump service-identity from 24.1.0 to 24.2.0. ([\#18171](https://github.com/element-hq/synapse/issues/18171))
45+
* Bump sigstore/cosign-installer from 3.7.0 to 3.8.0. ([\#18147](https://github.com/element-hq/synapse/issues/18147))
46+
* Bump twine from 6.0.1 to 6.1.0. ([\#18170](https://github.com/element-hq/synapse/issues/18170))
47+
* Bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20241230. ([\#18097](https://github.com/element-hq/synapse/issues/18097))
48+
* Bump ulid from 1.1.4 to 1.2.0. ([\#18148](https://github.com/element-hq/synapse/issues/18148))
49+
150
# Synapse 1.124.0 (2025-02-11)
251

352
No significant changes since 1.124.0rc3.

changelog.d/17436.doc

-1
This file was deleted.

changelog.d/17616.misc

-1
This file was deleted.

changelog.d/17949.feature

-1
This file was deleted.

changelog.d/17967.misc

-1
This file was deleted.

changelog.d/18004.feature

-1
This file was deleted.

changelog.d/18122.doc

-1
This file was deleted.

changelog.d/18124.misc

-1
This file was deleted.

changelog.d/18125.bugfix

-1
This file was deleted.

changelog.d/18134.misc

-1
This file was deleted.

changelog.d/18135.bugfix

-1
This file was deleted.

changelog.d/18136.misc

-1
This file was deleted.

changelog.d/18138.doc

-1
This file was deleted.

changelog.d/18139.misc

-1
This file was deleted.

changelog.d/18144.feature

-1
This file was deleted.

changelog.d/18145.bugfix

-1
This file was deleted.

changelog.d/18158.docker

-1
This file was deleted.

changelog.d/18159.doc

-1
This file was deleted.

changelog.d/18172.misc

-1
This file was deleted.

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.125.0~rc1) stable; urgency=medium
2+
3+
* New synapse release 1.125.0rc1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 18 Feb 2025 13:32:49 +0000
6+
17
matrix-synapse-py3 (1.124.0) stable; urgency=medium
28

39
* New Synapse release 1.124.0.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
9797

9898
[tool.poetry]
9999
name = "matrix-synapse"
100-
version = "1.124.0"
100+
version = "1.125.0rc1"
101101
description = "Homeserver for the Matrix decentralised comms protocol"
102102
authors = ["Matrix.org Team and Contributors <[email protected]>"]
103103
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)