Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/matrix-stack/source/synapse.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ logging:
## levelOverrides:
## synapse.util.caches.lrucache: WARNING
levelOverrides: {}
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.139.2') }}
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.140.0rc1') }}
{{- sub_schema_values.ingress() }}
{{- sub_schema_values.labels() }}
{{- sub_schema_values.workloadAnnotations() }}
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3971,7 +3971,7 @@ synapse:

## The tag of the container image to use.
## One of tag or digest must be provided.
tag: "v1.139.2"
tag: "v1.140.0rc1"

## Container digest to use. Used to pull the image instead of the image tag if set
## The tag will still be set as the app.kubernetes.io/version label
Expand Down
8 changes: 8 additions & 0 deletions newsfragments/799.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Upgrade Synapse to v1.140.0.

Highlights:
- Add a new [Media Query by ID Admin API](https://element-hq.github.io/synapse/v1.140/admin_api/media_admin_api.html#query-a-piece-of-media-by-id) that allows server admins to query and investigate the metadata of local or cached remote media via the origin/media_id identifier found in a Matrix Content URI
- Add experimental implementation of the `GET /_matrix/client/v1/rtc/transports` endpoint for the latest draft of [MSC4143: MatrixRTC](https://github.com/matrix-org/matrix-spec-proposals/pull/4143)

Full Changelogs:
- [v1.140.0](https://github.com/element-hq/synapse/releases/tag/v1.140.0)
Loading