Skip to content

Commit e0ff850

Browse files
committed
1.111.0rc2
1 parent 22fbc5b commit e0ff850

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Synapse 1.111.0rc2 (2024-07-10)
2+
3+
### Bugfixes
4+
5+
- Fix bug where using `synapse.app.media_repository` worker configuration would break the new media endpoints. ([\#17420](https://github.com/element-hq/synapse/issues/17420))
6+
7+
### Improved Documentation
8+
9+
- Document the new federation media worker endpoints in the [upgrade notes](https://element-hq.github.io/synapse/v1.111/upgrade.html) and [worker docs](https://element-hq.github.io/synapse/v1.111/workers.html). ([\#17421](https://github.com/element-hq/synapse/issues/17421))
10+
11+
### Internal Changes
12+
13+
- Route authenticated federation media requests to media repository workers in Complement tests. ([\#17422](https://github.com/element-hq/synapse/issues/17422))
14+
15+
16+
17+
118
# Synapse 1.111.0rc1 (2024-07-09)
219

320
### Features

changelog.d/17420.bugfix

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

changelog.d/17421.doc

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

changelog.d/17422.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.111.0~rc2) stable; urgency=medium
2+
3+
* New synapse release 1.111.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 10 Jul 2024 08:46:54 +0000
6+
17
matrix-synapse-py3 (1.111.0~rc1) stable; urgency=medium
28

39
* New synapse release 1.111.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.111.0rc1"
100+
version = "1.111.0rc2"
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)