Skip to content

Commit 7c805f0

Browse files
committed
1.101.0rc1
1 parent 71ca199 commit 7c805f0

File tree

7 files changed

+39
-5
lines changed

7 files changed

+39
-5
lines changed

CHANGES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# Synapse 1.101.0rc1 (2024-02-06)
2+
3+
### Improved Documentation
4+
5+
- Fix broken links in the documentation. ([\#16853](https://github.com/element-hq/synapse/issues/16853))
6+
- Update MacOS installation instructions to mention that libicu is optional. ([\#16854](https://github.com/element-hq/synapse/issues/16854))
7+
- The version picker now correctly lists versions after `v1.98.0`. ([\#16880](https://github.com/element-hq/synapse/issues/16880))
8+
9+
### Internal Changes
10+
11+
- Add support for stabilised [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981) that adds a `recurse` parameter on the `/relations` API. ([\#16842](https://github.com/element-hq/synapse/issues/16842))
12+
13+
14+
15+
### Updates to locked dependencies
16+
17+
* Bump dorny/paths-filter from 2 to 3. ([\#16869](https://github.com/element-hq/synapse/issues/16869))
18+
* Bump gitpython from 3.1.40 to 3.1.41. ([\#16850](https://github.com/element-hq/synapse/issues/16850))
19+
* Bump hiredis from 2.2.3 to 2.3.2. ([\#16862](https://github.com/element-hq/synapse/issues/16862))
20+
* Bump jsonschema from 4.20.0 to 4.21.1. ([\#16887](https://github.com/element-hq/synapse/issues/16887))
21+
* Bump lxml-stubs from 0.4.0 to 0.5.1. ([\#16885](https://github.com/element-hq/synapse/issues/16885))
22+
* Bump mypy-zope from 1.0.1 to 1.0.3. ([\#16865](https://github.com/element-hq/synapse/issues/16865))
23+
* Bump phonenumbers from 8.13.26 to 8.13.29. ([\#16868](https://github.com/element-hq/synapse/issues/16868))
24+
* Bump pydantic from 2.5.3 to 2.6.0. ([\#16888](https://github.com/element-hq/synapse/issues/16888))
25+
* Bump sentry-sdk from 1.39.1 to 1.40.0. ([\#16889](https://github.com/element-hq/synapse/issues/16889))
26+
* Bump serde from 1.0.195 to 1.0.196. ([\#16867](https://github.com/element-hq/synapse/issues/16867))
27+
* Bump serde_json from 1.0.111 to 1.0.113. ([\#16866](https://github.com/element-hq/synapse/issues/16866))
28+
* Bump sigstore/cosign-installer from 3.3.0 to 3.4.0. ([\#16890](https://github.com/element-hq/synapse/issues/16890))
29+
* Bump types-pillow from 10.1.0.2 to 10.2.0.20240125. ([\#16864](https://github.com/element-hq/synapse/issues/16864))
30+
* Bump types-requests from 2.31.0.10 to 2.31.0.20240125. ([\#16886](https://github.com/element-hq/synapse/issues/16886))
31+
* Bump types-setuptools from 69.0.0.0 to 69.0.0.20240125. ([\#16863](https://github.com/element-hq/synapse/issues/16863))
32+
133
# Synapse 1.100.0 (2024-01-30)
234

335
No significant changes since 1.100.0rc3.

changelog.d/16842.misc

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

changelog.d/16853.doc

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

changelog.d/16854.doc

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

changelog.d/16880.doc

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

39
* New Synapse release 1.100.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.100.0"
99+
version = "1.101.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)