Skip to content

Commit 1eca755

Browse files
committedFeb 1, 2024
Merge tag 'v1.100.0' into develop
No significant changes since 1.100.0rc3. - Fix database performance regression due to changing Postgres table statistics. Introduced in v1.100.0rc1. ([\#16849](element-hq/synapse#16849)) This version is the same as 1.100.0rc1 but with fixes to the release process. - Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to breaking changes. ([\#16847](element-hq/synapse#16847)) *This version was never released to PyPI or the Debian repository due to failures in the automatic part of the release process.* - Advertise experimental support for [MSC4028](matrix-org/matrix-spec-proposals#4028) through `/_matrix/clients/versions` if enabled. Contributed by @hanadi92. ([\#16787](element-hq/synapse#16787)) - Handle wildcard type filters properly for room messages endpoint. Contributed by Mo Balaa. ([\matrix-org#14984](element-hq/synapse#14984)) - Add a link to the "Request log format" explainer on the "Logging sample config" documentation page. ([\#16778](element-hq/synapse#16778)) - Fix broken links in issue templates and documentation. ([\#16810](element-hq/synapse#16810)) - NGINX listen http2 deprecation in documentation template for reverse proxy. ([\#16831](element-hq/synapse#16831)) - Faster partial join to room with complex auth graph. ([\matrix-org#7](element-hq/synapse#7)) - Improve DB performance of calculating badge counts for push. ([\matrix-org#16756](element-hq/synapse#16756)) - Split up deleting devices into batches. ([\matrix-org#16766](element-hq/synapse#16766)) - Remove CI check for sign-off as we require a CLA signature instead. ([\#16776](element-hq/synapse#16776)) - Ensure CI fails when linting fails to make sure auto-merge does the correct thing. ([\#16781](element-hq/synapse#16781)) - Faster load recents for sync by reducing amount of state pulled out. ([\#16783](element-hq/synapse#16783)) - Reduce amount of state pulled out when querying federation hierachy. ([\#16785](element-hq/synapse#16785)) - Pull less state out of the DB when we retry fetching old events during backfill. ([\#16788](element-hq/synapse#16788)) - Optimize query for fetching to-device messages in `/sync`. ([\#16805](element-hq/synapse#16805)) - Reject OIDC config when `client_secret` isn't specified, but the auth method requires one. ([\#16806](element-hq/synapse#16806)) - Allow room creation but not publishing to continue if room publication rules are violated when creating a new room. ([\#16811](element-hq/synapse#16811)) - Bump minimum supported Rust version to 1.65.0. ([\#16818](element-hq/synapse#16818)) - Fixup copyright lines in file headers after the licensing change. ([\#16820](element-hq/synapse#16820)) - Add a `--generate-only` option to the internal configuration/launch script for Complement. ([\#16828](element-hq/synapse#16828)) - Preparatory work for tweaking performance of auth chain lookups. ([\#16833](element-hq/synapse#16833)) - Speed up e2e device keys queries for bot accounts. ([\#16841](element-hq/synapse#16841)) * Bump actions/cache from 3 to 4. ([\#16832](element-hq/synapse#16832)) * Bump actions/download-artifact from 3 to 4. ([\#16795](element-hq/synapse#16795)) * Bump actions/upload-artifact from 3 to 4. ([\#16796](element-hq/synapse#16796)) * Bump anyhow from 1.0.75 to 1.0.79. ([\#16789](element-hq/synapse#16789)) * Bump authlib from 1.2.1 to 1.3.0. ([\#16801](element-hq/synapse#16801)) * Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0. ([\#16794](element-hq/synapse#16794)) * Bump immutabledict from 4.0.0 to 4.1.0. ([\#16812](element-hq/synapse#16812)) * Bump isort from 5.13.1 to 5.13.2. ([\#16835](element-hq/synapse#16835)) * Bump lxml from 4.9.3 to 5.1.0. ([\#16813](element-hq/synapse#16813)) * Bump pillow from 10.1.0 to 10.2.0. ([\#16802](element-hq/synapse#16802)) * Bump pydantic from 2.5.2 to 2.5.3. ([\#16836](element-hq/synapse#16836)) * Bump pyo3 from 0.20.0 to 0.20.2. ([\#16791](element-hq/synapse#16791)) * Bump regex from 1.9.6 to 1.10.3. ([\#16837](element-hq/synapse#16837)) * Bump ruff from 0.1.13 to 0.1.14. ([\#16838](element-hq/synapse#16838)) * Bump ruff from 0.1.7 to 0.1.13. ([\#16814](element-hq/synapse#16814)) * Bump sentry-sdk from 1.35.0 to 1.39.1. ([\#16799](element-hq/synapse#16799)) * Bump serde_json from 1.0.108 to 1.0.111. ([\#16792](element-hq/synapse#16792)) * Bump service-identity from 23.1.0 to 24.1.0. ([\#16816](element-hq/synapse#16816)) * Bump types-commonmark from 0.9.2.4 to 0.9.2.20240106. ([\#16797](element-hq/synapse#16797)) * Bump types-jsonschema from 4.20.0.0 to 4.20.0.20240105. ([\#16800](element-hq/synapse#16800)) * Bump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118. ([\#16834](element-hq/synapse#16834)) * Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106. ([\#16839](element-hq/synapse#16839)) * Bump typing-extensions from 4.8.0 to 4.9.0. ([\#16815](element-hq/synapse#16815))
2 parents 257a41d + 4a5ea43 commit 1eca755

File tree

748 files changed

+2047
-702
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

748 files changed

+2047
-702
lines changed
 

‎.github/ISSUE_TEMPLATE/BUG_REPORT.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ body:
8686
8787
If PostgreSQL, please also answer the following:
8888
- are you using a single PostgreSQL server
89-
or [separate servers for `main` and `state`](https://vector-im.github.io/synapse/latest/usage/configuration/config_documentation.html#databases)?
89+
or [separate servers for `main` and `state`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#databases)?
9090
- have you previously ported from SQLite using the Synapse "portdb" script?
9191
- have you previously restored from a backup?
9292
validations:
@@ -97,7 +97,7 @@ body:
9797
label: Workers
9898
description: |
9999
Are you running a single Synapse process, or are you running
100-
[2 or more workers](https://vector-im.github.io/synapse/latest/workers.html)?
100+
[2 or more workers](https://element-hq.github.io/synapse/latest/workers.html)?
101101
options:
102102
- Single process
103103
- Multiple workers
@@ -121,9 +121,9 @@ body:
121121
Do you have any unusual config options turned on? If so, please provide details.
122122
123123
- Experimental or undocumented features
124-
- [Presence](https://vector-im.github.io/synapse/latest/usage/configuration/config_documentation.html#presence)
125-
- [Message retention](https://vector-im.github.io/synapse/latest/message_retention_policies.html)
126-
- [Synapse modules](https://vector-im.github.io/synapse/latest/modules/index.html)
124+
- [Presence](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#presence)
125+
- [Message retention](https://element-hq.github.io/synapse/latest/message_retention_policies.html)
126+
- [Synapse modules](https://element-hq.github.io/synapse/latest/modules/index.html)
127127
- type: textarea
128128
id: logs
129129
attributes:

‎.github/PULL_REQUEST_TEMPLATE.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
- End with either a period (.) or an exclamation mark (!).
1010
- Start with a capital letter.
1111
- Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
12-
* [ ] Pull request includes a [sign off](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#sign-off)
1312
* [ ] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct
1413
(run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

0 commit comments

Comments
 (0)
Please sign in to comment.