mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
1.104.0
This commit is contained in:
parent
59ceabcb97
commit
ca27b51665
4 changed files with 14 additions and 2 deletions
|
@ -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)
|
# Synapse 1.104.0rc1 (2024-03-26)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
OIDC: try to JWT decode userinfo response if JSON parsing failed.
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
matrix-synapse-py3 (1.104.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.104.0rc1.
|
* New Synapse release 1.104.0rc1.
|
||||||
|
|
|
@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.104.0rc1"
|
version = "1.104.0"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue