Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d75d6d6

Browse files
committed
1.97.0
1 parent 536f9c9 commit d75d6d6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Synapse 1.97.0rc1 (2023-11-21)
1+
# Synapse 1.97.0 (2023-11-28)
22

33
Synapse will soon be forked by Element under an AGPLv3.0 licence (with CLA, for
44
proprietary dual licensing). You can read more about this here:
@@ -10,6 +10,12 @@ The Matrix.org Foundation copy of the project will be archived. Any changes need
1010
by server administrators will be communicated via our usual announcements channels,
1111
but we are striving to make this as seamless as possible.
1212

13+
14+
No significant changes since 1.97.0rc1.
15+
16+
17+
# Synapse 1.97.0rc1 (2023-11-21)
18+
1319
### Features
1420

1521
- Add support for asynchronous uploads as defined by [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246). Contributed by @sumnerevans at @beeper. ([\#15503](https://github.com/matrix-org/synapse/issues/15503))

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.97.0) stable; urgency=medium
2+
3+
* New Synapse release 1.97.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 28 Nov 2023 14:08:58 +0000
6+
17
matrix-synapse-py3 (1.97.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.97.0rc1.

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.97.0rc1"
99+
version = "1.97.0"
100100
description = "Homeserver for the Matrix decentralised comms protocol"
101101
authors = ["Matrix.org Team and Contributors <[email protected]>"]
102102
license = "Apache-2.0"

0 commit comments

Comments
 (0)