Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Synapse 1.73 blog post #1587

Merged
merged 8 commits into from
Dec 8, 2022
Merged
Changes from 1 commit
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
57 changes: 57 additions & 0 deletions gatsby/content/blog/2022/12/2022-12-07-synapse-1.73.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
date: '2022-12-07'
title: Synapse 1.73 released
categories:
- Releases
author: Mathieu Velten
---

And here is another update to your beloved Matrix server implementation, [Synapse
MatMaul marked this conversation as resolved.
Show resolved Hide resolved
1.73](https://github.com/matrix-org/synapse/releases/tag/v1.73.0).

## Announcements

### Legacy Prometheus metric names removed

As mentioned in previous blogpost, after disabling comes removing !
MatMaul marked this conversation as resolved.
Show resolved Hide resolved

`enable_legacy_metrics` has been removed, sorry if it breaks your dashboard but
the upgrade should not be that difficult, and you got some heads-up.
MatMaul marked this conversation as resolved.
Show resolved Hide resolved

You can still find the full list of renamed metrics
[here](https://matrix-org.github.io/synapse/v1.73/metrics-howto.html#renaming-of-metrics--deprecation-of-old-names-in-12).

## The new stuff

### Performance

A bunch of performance improvements have been included in this release.
You can expect `/messages` to be [quite faster](https://github.com/matrix-org/synapse/pull/14527).
MatMaul marked this conversation as resolved.
Show resolved Hide resolved
MatMaul marked this conversation as resolved.
Show resolved Hide resolved

Various optimizations have also been done on fetching aggregations of relationships.
MatMaul marked this conversation as resolved.
Show resolved Hide resolved

### Extensible Events experimental support

Experimental support for Extensible Events has landed in Synapse.

This is exciting since this global rework of events presentation has been in talk
[for a while](https://github.com/matrix-org/matrix-spec-proposals/pull/1767), and we now have an
implementation to experiment with that.

Beware that experimental is not a joke here, since the related MSCs hasn't even landed yet,
and this has been implemented more to validate the approach than anything else.

If you are not a developer that wants to begin working on supporting them,
please avoid enabling this since it will be useless to you and could be buggy.
MatMaul marked this conversation as resolved.
Show resolved Hide resolved

## Everything else

See the full [changelog](https://github.com/matrix-org/synapse/releases/tag/v1.73.0), for a
complete list of changes in the release.
MatMaul marked this conversation as resolved.
Show resolved Hide resolved

Synapse is a Free and Open Source Software project, and we'd like to extend our
thanks to everyone who contributed to this release, including (in no particular
order) [schmop](https://github.com/schmop), [Ashish Kumar](https://github.com/ashfame),
[realtyem](https://github.com/realtyem), and [Brennan Chapman](https://github.com/chapb)
as well as anyone helping us make Synapse better by sharing their feedback and reporting issues.