Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:element-hq/synapse into dependab…
Browse files Browse the repository at this point in the history
…ot/cargo/serde_json-1.0.115
  • Loading branch information
anoadragon453 committed Apr 8, 2024
2 parents 9d0f76a + 13a3987 commit 54a5ff6
Show file tree
Hide file tree
Showing 19 changed files with 793 additions and 258 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Synapse 1.104.0 (2024-04-02)

### Bugfixes

- Fix regression when using OIDC provider. Introduced in v1.104.0rc1. ([\#17031](https://github.com/element-hq/synapse/issues/17031))


# Synapse 1.104.0rc1 (2024-03-26)

### Features
Expand Down
1 change: 1 addition & 0 deletions changelog.d/16930.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations.
1 change: 1 addition & 0 deletions changelog.d/16932.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations.
1 change: 1 addition & 0 deletions changelog.d/16942.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations.
1 change: 0 additions & 1 deletion changelog.d/17031.feature

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/17044.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor auth chain fetching to reduce duplication.
1 change: 1 addition & 0 deletions changelog.d/17045.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve database performance by adding a missing index to `access_tokens.refresh_token_id`.
1 change: 1 addition & 0 deletions changelog.d/17049.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve database performance by reducing number of receipts fetched when sending push notifications.
1 change: 1 addition & 0 deletions changelog.d/17064.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations.
1 change: 1 addition & 0 deletions changelog.d/17065.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.104.0) stable; urgency=medium

* New Synapse release 1.104.0.

-- Synapse Packaging team <packages@matrix.org> Tue, 02 Apr 2024 17:15:45 +0100

matrix-synapse-py3 (1.104.0~rc1) stable; urgency=medium

* New Synapse release 1.104.0rc1.
Expand Down
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"

[tool.poetry]
name = "matrix-synapse"
version = "1.104.0rc1"
version = "1.104.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"
Expand Down Expand Up @@ -321,7 +321,7 @@ all = [
# This helps prevents merge conflicts when running a batch of dependabot updates.
isort = ">=5.10.1"
black = ">=22.7.0"
ruff = "0.3.2"
ruff = "0.3.5"
# Type checking only works with the pydantic.v1 compat module from pydantic v2
pydantic = "^2"

Expand Down

0 comments on commit 54a5ff6

Please sign in to comment.