Skip to content

Commit 7856ec9

Browse files
committed
1.102.0rc1
1 parent cdbbf36 commit 7856ec9

11 files changed

+38
-9
lines changed

CHANGES.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Synapse 1.102.0rc1 (2024-02-20)
2+
3+
### Features
4+
5+
- A metric was added for emails sent by Synapse, broken down by type: `synapse_emails_sent_total`. Contributed by Remi Rampin. ([\#16881](https://github.com/element-hq/synapse/issues/16881))
6+
7+
### Bugfixes
8+
9+
- Do not send multiple concurrent requests for keys for the same server. ([\#16894](https://github.com/element-hq/synapse/issues/16894))
10+
- Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. ([\#16903](https://github.com/element-hq/synapse/issues/16903))
11+
- Always prefer unthreaded receipt when >1 exist ([MSC4102](https://github.com/matrix-org/matrix-spec-proposals/pull/4102)). ([\#16927](https://github.com/element-hq/synapse/issues/16927))
12+
13+
### Improved Documentation
14+
15+
- Fix a small typo in the Rooms section of the Admin API documentation. Contributed by @RainerZufall187. ([\#16857](https://github.com/element-hq/synapse/issues/16857))
16+
17+
### Internal Changes
18+
19+
- Don't invalidate the entire event cache when we purge history. ([\#16905](https://github.com/element-hq/synapse/issues/16905))
20+
- Add experimental config option to not send device list updates for specific users. ([\#16909](https://github.com/element-hq/synapse/issues/16909))
21+
- Fix incorrect docker hub link in release script. ([\#16910](https://github.com/element-hq/synapse/issues/16910))
22+
23+
24+
25+
### Updates to locked dependencies
26+
27+
* Bump attrs from 23.1.0 to 23.2.0. ([\#16899](https://github.com/element-hq/synapse/issues/16899))
28+
* Bump bcrypt from 4.0.1 to 4.1.2. ([\#16900](https://github.com/element-hq/synapse/issues/16900))
29+
* Bump pygithub from 2.1.1 to 2.2.0. ([\#16902](https://github.com/element-hq/synapse/issues/16902))
30+
* Bump sentry-sdk from 1.40.0 to 1.40.3. ([\#16898](https://github.com/element-hq/synapse/issues/16898))
31+
132
# Synapse 1.101.0 (2024-02-13)
233

334
### Bugfixes

changelog.d/16857.doc

-1
This file was deleted.

changelog.d/16881.feature

-1
This file was deleted.

changelog.d/16894.bugfix

-1
This file was deleted.

changelog.d/16903.bugfix

-1
This file was deleted.

changelog.d/16905.misc

-1
This file was deleted.

changelog.d/16909.misc

-1
This file was deleted.

changelog.d/16910.misc

-1
This file was deleted.

changelog.d/16927.bugfix

-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.102.0~rc1) stable; urgency=medium
2+
3+
* New Synapse release 1.102.0rc1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 20 Feb 2024 15:50:36 +0000
6+
17
matrix-synapse-py3 (1.101.0) stable; urgency=medium
28

39
* New Synapse release 1.101.0.

pyproject.toml

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

9797
[tool.poetry]
9898
name = "matrix-synapse"
99-
version = "1.101.0"
99+
version = "1.102.0rc1"
100100
description = "Homeserver for the Matrix decentralised comms protocol"
101101
authors = ["Matrix.org Team and Contributors <[email protected]>"]
102102
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)