Skip to content

Commit 3fd6a52

Browse files
authored
Merge pull request #752 from element-hq/bbz/synapse-1.139.0
Update Synapse to 1.139.0
2 parents 5a862eb + 96d0436 commit 3fd6a52

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

.github/element-docs-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ansible
22
Ansible
3+
appservices
34
Artifacthub
45
checkov
56
Distroless

charts/matrix-stack/source/synapse.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ logging:
8484
## levelOverrides:
8585
## synapse.util.caches.lrucache: WARNING
8686
levelOverrides: {}
87-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.138.2') }}
87+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.139.0') }}
8888
{{- sub_schema_values.ingress() }}
8989
{{- sub_schema_values.labels() }}
9090
{{- sub_schema_values.workloadAnnotations() }}

charts/matrix-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3956,7 +3956,7 @@ synapse:
39563956

39573957
## The tag of the container image to use.
39583958
## One of tag or digest must be provided.
3959-
tag: "v1.138.2"
3959+
tag: "v1.139.0"
39603960

39613961
## Container digest to use. Used to pull the image instead of the image tag if set
39623962
## The tag will still be set as the app.kubernetes.io/version label

newsfragments/752.changed.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Upgrade Synapse to v1.139.0.
2+
3+
Highlights:
4+
* Fix a performance regression related to the experimental Delayed Events ([MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140)) feature.
5+
* Add experimental support for [MSC4308: Thread Subscriptions extension to Sliding Sync](https://github.com/matrix-org/matrix-spec-proposals/pull/4308) when [MSC4306: Thread Subscriptions](https://github.com/matrix-org/matrix-spec-proposals/pull/4306) and [MSC4186: Simplified Sliding Sync](https://github.com/matrix-org/matrix-spec-proposals/pull/4186) are enabled.
6+
* Update [MSC4190](https://github.com/matrix-org/matrix-spec-proposals/pull/4190) support to return correct errors and allow appservices to reset cross-signing keys without user-interactive authentication.
7+
* Fix bug where we did not send invite revocations over federation.
8+
9+
Full Changelogs:
10+
* [v1.138.2](https://github.com/element-hq/synapse/releases/tag/v1.138.2)
11+
* [v1.139.0](https://github.com/element-hq/synapse/releases/tag/v1.139.0)

newsfragments/755.changed.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
Upgrade Synapse to v1.138.2.
1+
Upgrade Synapse to v1.139.0.
22

33
Highlights:
44
* Fix a performance regression related to the experimental Delayed Events ([MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140)) feature.
5+
* Add experimental support for [MSC4308: Thread Subscriptions extension to Sliding Sync](https://github.com/matrix-org/matrix-spec-proposals/pull/4308) when [MSC4306: Thread Subscriptions](https://github.com/matrix-org/matrix-spec-proposals/pull/4306) and [MSC4186: Simplified Sliding Sync](https://github.com/matrix-org/matrix-spec-proposals/pull/4186) are enabled.
6+
* Update [MSC4190](https://github.com/matrix-org/matrix-spec-proposals/pull/4190) support to return correct errors and allow appservices to reset cross-signing keys without user-interactive authentication.
7+
* Fix bug where we did not send invite revocations over federation.
58

69
Full Changelogs:
710
* [v1.138.2](https://github.com/element-hq/synapse/releases/tag/v1.138.2)
11+
* [v1.139.0](https://github.com/element-hq/synapse/releases/tag/v1.139.0)

0 commit comments

Comments
 (0)