Releases: element-hq/synapse
Releases · element-hq/synapse
v1.103.0
Synapse 1.103.0 (2024-03-19)
No significant changes since 1.103.0rc1.
Synapse 1.103.0rc1 (2024-03-12)
Features
- Add a new List Accounts v3 Admin API with improved deactivated user filtering capabilities. (#16874)
- Include
Retry-After
header by default per MSC4041. Contributed by @clokep. (#16947)
Bugfixes
- Fix joining remote rooms when a module uses the
on_new_event
callback. This callback may now pass partial state events instead of the full state for remote rooms. Introduced in v1.76.0. (#16973) - Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. Contributed by @ggogel. (#16968)
Improved Documentation
- Add HAProxy example for single port operation to reverse proxy documentation. Contributed by Georg Pfuetzenreuter (@tacerus). (#16768)
- Improve the documentation around running Complement tests with new configuration parameters. (#16946)
- Add docs on upgrading from a very old version. (#16951)
Updates to locked dependencies
- Bump JasonEtco/create-an-issue from 2.9.1 to 2.9.2. (#16934)
- Bump anyhow from 1.0.79 to 1.0.80. (#16935)
- Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1. (#16933)
- Bump furo from 2023.9.10 to 2024.1.29. (#16939)
- Bump pyopenssl from 23.3.0 to 24.0.0. (#16937)
- Bump types-netaddr from 0.10.0.20240106 to 1.2.0.20240219. (#16938)
v1.103.0rc1
Synapse 1.103.0rc1 (2024-03-12)
Features
- Add a new List Accounts v3 Admin API with improved deactivated user filtering capabilities. (#16874)
- Include
Retry-After
header by default per MSC4041. Contributed by @clokep. (#16947)
Bugfixes
- Fix joining remote rooms when a module uses the
on_new_event
callback. This callback may now pass partial state events instead of the full state for remote rooms. Introduced in v1.76.0. (#16973) - Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. Contributed by @ggogel. (#16968)
Improved Documentation
- Add HAProxy example for single port operation to reverse proxy documentation. Contributed by Georg Pfuetzenreuter (@tacerus). (#16768)
- Improve the documentation around running Complement tests with new configuration parameters. (#16946)
- Add docs on upgrading from a very old version. (#16951)
Updates to locked dependencies
- Bump JasonEtco/create-an-issue from 2.9.1 to 2.9.2. (#16934)
- Bump anyhow from 1.0.79 to 1.0.80. (#16935)
- Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1. (#16933)
- Bump furo from 2023.9.10 to 2024.1.29. (#16939)
- Bump pyopenssl from 23.3.0 to 24.0.0. (#16937)
- Bump types-netaddr from 0.10.0.20240106 to 1.2.0.20240219. (#16938)
v1.102.0
Synapse 1.102.0 (2024-03-05)
Bugfixes
- Revert #16756, which caused incorrect notification counts on mobile clients since v1.100.0. (#16979)
Synapse 1.102.0rc1 (2024-02-20)
Features
- A metric was added for emails sent by Synapse, broken down by type:
synapse_emails_sent_total
. Contributed by Remi Rampin. (#16881)
Bugfixes
- Do not send multiple concurrent requests for keys for the same server. (#16894)
- Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. (#16903)
- Always prefer unthreaded receipt when >1 exist (MSC4102). (#16927)
Improved Documentation
- Fix a small typo in the Rooms section of the Admin API documentation. Contributed by @RainerZufall187. (#16857)
Internal Changes
- Don't invalidate the entire event cache when we purge history. (#16905)
- Add experimental config option to not send device list updates for specific users. (#16909)
- Fix incorrect docker hub link in release script. (#16910)
Updates to locked dependencies
v1.102.0rc1
Synapse 1.102.0rc1 (2024-02-20)
Features
- A metric was added for emails sent by Synapse, broken down by type:
synapse_emails_sent_total
. Contributed by Remi Rampin. (#16881)
Bugfixes
- Do not send multiple concurrent requests for keys for the same server. (#16894)
- Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. (#16903)
- Always prefer unthreaded receipt when >1 exist (MSC4102). (#16927)
Improved Documentation
- Fix a small typo in the Rooms section of the Admin API documentation. Contributed by @RainerZufall187. (#16857)
Internal Changes
- Don't invalidate the entire event cache when we purge history. (#16905)
- Add experimental config option to not send device list updates for specific users. (#16909)
- Fix incorrect docker hub link in release script. (#16910)
Updates to locked dependencies
v1.101.0
Synapse 1.101.0 (2024-02-13)
Bugfixes
- Fix performance regression when fetching auth chains from the DB. Introduced in v1.100.0. (#16893)
Synapse 1.101.0rc1 (2024-02-06)
Improved Documentation
- Fix broken links in the documentation. (#16853)
- Update MacOS installation instructions to mention that libicu is optional. (#16854)
- The version picker now correctly lists versions after
v1.98.0
. (#16880)
Internal Changes
Updates to locked dependencies
- Bump dorny/paths-filter from 2 to 3. (#16869)
- Bump gitpython from 3.1.40 to 3.1.41. (#16850)
- Bump hiredis from 2.2.3 to 2.3.2. (#16862)
- Bump jsonschema from 4.20.0 to 4.21.1. (#16887)
- Bump lxml-stubs from 0.4.0 to 0.5.1. (#16885)
- Bump mypy-zope from 1.0.1 to 1.0.3. (#16865)
- Bump phonenumbers from 8.13.26 to 8.13.29. (#16868)
- Bump pydantic from 2.5.3 to 2.6.0. (#16888)
- Bump sentry-sdk from 1.39.1 to 1.40.0. (#16889)
- Bump serde from 1.0.195 to 1.0.196. (#16867)
- Bump serde_json from 1.0.111 to 1.0.113. (#16866)
- Bump sigstore/cosign-installer from 3.3.0 to 3.4.0. (#16890)
- Bump types-pillow from 10.1.0.2 to 10.2.0.20240125. (#16864)
- Bump types-requests from 2.31.0.10 to 2.31.0.20240125. (#16886)
- Bump types-setuptools from 69.0.0.0 to 69.0.0.20240125. (#16863)
v1.101.0rc1
Synapse 1.101.0rc1 (2024-02-06)
Improved Documentation
- Fix broken links in the documentation. (#16853)
- Update MacOS installation instructions to mention that libicu is optional. (#16854)
- The version picker now correctly lists versions after
v1.98.0
. (#16880)
Internal Changes
Updates to locked dependencies
- Bump dorny/paths-filter from 2 to 3. (#16869)
- Bump gitpython from 3.1.40 to 3.1.41. (#16850)
- Bump hiredis from 2.2.3 to 2.3.2. (#16862)
- Bump jsonschema from 4.20.0 to 4.21.1. (#16887)
- Bump lxml-stubs from 0.4.0 to 0.5.1. (#16885)
- Bump mypy-zope from 1.0.1 to 1.0.3. (#16865)
- Bump phonenumbers from 8.13.26 to 8.13.29. (#16868)
- Bump pydantic from 2.5.3 to 2.6.0. (#16888)
- Bump sentry-sdk from 1.39.1 to 1.40.0. (#16889)
- Bump serde from 1.0.195 to 1.0.196. (#16867)
- Bump serde_json from 1.0.111 to 1.0.113. (#16866)
- Bump sigstore/cosign-installer from 3.3.0 to 3.4.0. (#16890)
- Bump types-pillow from 10.1.0.2 to 10.2.0.20240125. (#16864)
- Bump types-requests from 2.31.0.10 to 2.31.0.20240125. (#16886)
- Bump types-setuptools from 69.0.0.0 to 69.0.0.20240125. (#16863)
v1.100.0
Synapse 1.100.0 (2024-01-30)
No significant changes since 1.100.0rc3.
Synapse 1.100.0rc3 (2024-01-24)
Bugfixes
- Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1. (#16849)
Synapse 1.100.0rc2 (2024-01-24)
This version is the same as 1.100.0rc1 but with fixes to the release process.
Internal Changes
- Downgrade the
download-artifact
andupload-artifact
actions to v3 due to breaking changes. (#16847)
Synapse 1.100.0rc1 (2024-01-23)
This version was never released to PyPI or the Debian repository due to failures in the automatic part of the release process.
Features
- Advertise experimental support for MSC4028 through
/_matrix/clients/versions
if enabled. Contributed by @hanadi92. (#16787)
Bugfixes
- Handle wildcard type filters properly for room messages endpoint. Contributed by Mo Balaa. (#14984)
Improved Documentation
- Add a link to the "Request log format" explainer on the "Logging sample config" documentation page. (#16778)
- Fix broken links in issue templates and documentation. (#16810)
- NGINX listen http2 deprecation in documentation template for reverse proxy. (#16831)
Internal Changes
- Faster partial join to room with complex auth graph. (#7)
- Improve DB performance of calculating badge counts for push. (#16756)
- Split up deleting devices into batches. (#16766)
- Remove CI check for sign-off as we require a CLA signature instead. (#16776)
- Ensure CI fails when linting fails to make sure auto-merge does the correct thing. (#16781)
- Faster load recents for sync by reducing amount of state pulled out. (#16783)
- Reduce amount of state pulled out when querying federation hierachy. (#16785)
- Pull less state out of the DB when we retry fetching old events during backfill. (#16788)
- Optimize query for fetching to-device messages in
/sync
. (#16805) - Reject OIDC config when
client_secret
isn't specified, but the auth method requires one. (#16806) - Allow room creation but not publishing to continue if room publication rules are violated when creating
a new room. (#16811) - Bump minimum supported Rust version to 1.65.0. (#16818)
- Fixup copyright lines in file headers after the licensing change. (#16820)
- Add a
--generate-only
option to the internal configuration/launch script for Complement. (#16828) - Preparatory work for tweaking performance of auth chain lookups. (#16833)
- Speed up e2e device keys queries for bot accounts. (#16841)
Updates to locked dependencies
- Bump actions/cache from 3 to 4. (#16832)
- Bump actions/download-artifact from 3 to 4. (#16795)
- Bump actions/upload-artifact from 3 to 4. (#16796)
- Bump anyhow from 1.0.75 to 1.0.79. (#16789)
- Bump authlib from 1.2.1 to 1.3.0. (#16801)
- Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. (#16794)
- Bump immutabledict from 4.0.0 to 4.1.0. (#16812)
- Bump isort from 5.13.1 to 5.13.2. (#16835)
- Bump lxml from 4.9.3 to 5.1.0. (#16813)
- Bump pillow from 10.1.0 to 10.2.0. (#16802)
- Bump pydantic from 2.5.2 to 2.5.3. (#16836)
- Bump pyo3 from 0.20.0 to 0.20.2. (#16791)
- Bump regex from 1.9.6 to 1.10.3. (#16837)
- Bump ruff from 0.1.13 to 0.1.14. (#16838)
- Bump ruff from 0.1.7 to 0.1.13. (#16814)
- Bump sentry-sdk from 1.35.0 to 1.39.1. (#16799)
- Bump serde_json from 1.0.108 to 1.0.111. (#16792)
- Bump service-identity from 23.1.0 to 24.1.0. (#16816)
- Bump types-commonmark from 0.9.2.4 to 0.9.2.20240106. (#16797)
- Bump types-jsonschema from 4.20.0.0 to 4.20.0.20240105. (#16800)
- Bump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118. (#16834)
- Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106. (#16839)
- Bump typing-extensions from 4.8.0 to 4.9.0. (#16815)
v1.100.0rc3
Synapse 1.100.0rc3 (2024-01-24)
Bugfixes
- Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1. (#16849)
v1.100.0rc2
Synapse 1.100.0rc2 (2024-01-24)
This version is the same as 1.100.0rc1 but with fixes to the release process.
Internal Changes
- Downgrade the
download-artifact
andupload-artifact
actions to v3 due to breaking changes. (#16847)
v1.100.0rc1
Synapse 1.100.0rc1 (2024-01-23)
Features
- Advertise experimental support for MSC4028 through
/_matrix/clients/versions
if enabled. Contributed by @hanadi92. (#16787)
Bugfixes
- Handle wildcard type filters properly for room messages endpoint. Contributed by Mo Balaa. (#14984)
Improved Documentation
- Add a link to the "Request log format" explainer on the "Logging sample config" documentation page. (#16778)
- Fix broken links in issue templates and documentation. (#16810)
- NGINX listen http2 deprecation in documentation template for reverse proxy. (#16831)
Internal Changes
- Faster partial join to room with complex auth graph. (#7)
- Improve DB performance of calculating badge counts for push. (#16756)
- Split up deleting devices into batches. (#16766)
- Remove CI check for sign-off as we require a CLA signature instead. (#16776)
- Ensure CI fails when linting fails to make sure auto-merge does the correct thing. (#16781)
- Faster load recents for sync by reducing amount of state pulled out. (#16783)
- Reduce amount of state pulled out when querying federation hierachy. (#16785)
- Pull less state out of the DB when we retry fetching old events during backfill. (#16788)
- Optimize query for fetching to-device messages in
/sync
. (#16805) - Reject OIDC config when
client_secret
isn't specified, but the auth method requires one. (#16806) - Allow room creation but not publishing to continue if room publication rules are violated when creating
a new room. (#16811) - Bump minimum supported Rust version to 1.65.0. (#16818)
- Fixup copyright lines in file headers after the licensing change. (#16820)
- Add a
--generate-only
option to the internal configuration/launch script for Complement. (#16828) - Preparatory work for tweaking performance of auth chain lookups. (#16833)
- Speed up e2e device keys queries for bot accounts. (#16841)
Updates to locked dependencies
- Bump actions/cache from 3 to 4. (#16832)
- Bump actions/download-artifact from 3 to 4. (#16795)
- Bump actions/upload-artifact from 3 to 4. (#16796)
- Bump anyhow from 1.0.75 to 1.0.79. (#16789)
- Bump authlib from 1.2.1 to 1.3.0. (#16801)
- Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. (#16794)
- Bump immutabledict from 4.0.0 to 4.1.0. (#16812)
- Bump isort from 5.13.1 to 5.13.2. (#16835)
- Bump lxml from 4.9.3 to 5.1.0. (#16813)
- Bump pillow from 10.1.0 to 10.2.0. (#16802)
- Bump pydantic from 2.5.2 to 2.5.3. (#16836)
- Bump pyo3 from 0.20.0 to 0.20.2. (#16791)
- Bump regex from 1.9.6 to 1.10.3. (#16837)
- Bump ruff from 0.1.13 to 0.1.14. (#16838)
- Bump ruff from 0.1.7 to 0.1.13. (#16814)
- Bump sentry-sdk from 1.35.0 to 1.39.1. (#16799)
- Bump serde_json from 1.0.108 to 1.0.111. (#16792)
- Bump service-identity from 23.1.0 to 24.1.0. (#16816)
- Bump types-commonmark from 0.9.2.4 to 0.9.2.20240106. (#16797)
- Bump types-jsonschema from 4.20.0.0 to 4.20.0.20240105. (#16800)
- Bump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118. (#16834)
- Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106. (#16839)
- Bump typing-extensions from 4.8.0 to 4.9.0. (#16815)