Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 0b68577

Browse files
committed
Merge tag 'v1.21.0rc1' into develop
Synapse 1.21.0rc1 (2020-10-01) ============================== Features -------- - Require the user to confirm that their password should be reset after clicking the email confirmation link. ([\#8004](#8004)) - Add an admin API `GET /_synapse/admin/v1/event_reports` to read entries of table `event_reports`. Contributed by @dklimpel. ([\#8217](#8217)) - Consolidate the SSO error template across all configuration. ([\#8248](#8248), [\#8405](#8405)) - Add a configuration option to specify a whitelist of domains that a user can be redirected to after validating their email or phone number. ([\#8275](#8275), [\#8417](#8417)) - Add experimental support for sharding event persister. ([\#8294](#8294), [\#8387](#8387), [\#8396](#8396), [\#8419](#8419)) - Add the room topic and avatar to the room details admin API. ([\#8305](#8305)) - Add an admin API for querying rooms where a user is a member. Contributed by @dklimpel. ([\#8306](#8306)) - Add `uk.half-shot.msc2778.login.application_service` login type to allow appservices to login. ([\#8320](#8320)) - Add a configuration option that allows existing users to log in with OpenID Connect. Contributed by @BBBSnowball and @OmmyZhang. ([\#8345](#8345)) - Add prometheus metrics for replication requests. ([\#8406](#8406)) - Support passing additional single sign-on parameters to the client. ([\#8413](#8413)) - Add experimental reporting of metrics on expensive rooms for state-resolution. ([\#8420](#8420)) - Add experimental prometheus metric to track numbers of "large" rooms for state resolutiom. ([\#8425](#8425)) - Add prometheus metrics to track federation delays. ([\#8430](#8430)) Bugfixes -------- - Fix a bug in the media repository where remote thumbnails with the same size but different crop methods would overwrite each other. Contributed by @deepbluev7. ([\#7124](#7124)) - Fix inconsistent handling of non-existent push rules, and stop tracking the `enabled` state of removed push rules. ([\#7796](#7796)) - Fix a longstanding bug when storing a media file with an empty `upload_name`. ([\#7905](#7905)) - Fix messages not being sent over federation until an event is sent into the same room. ([\#8230](#8230), [\#8247](#8247), [\#8258](#8258), [\#8272](#8272), [\#8322](#8322)) - Fix a longstanding bug where files that could not be thumbnailed would result in an Internal Server Error. ([\#8236](#8236), [\#8435](#8435)) - Upgrade minimum version of `canonicaljson` to version 1.4.0, to fix an unicode encoding issue. ([\#8262](#8262)) - Fix longstanding bug which could lead to incomplete database upgrades on SQLite. ([\#8265](#8265)) - Fix stack overflow when stderr is redirected to the logging system, and the logging system encounters an error. ([\#8268](#8268)) - Fix a bug which cause the logging system to report errors, if `DEBUG` was enabled and no `context` filter was applied. ([\#8278](#8278)) - Fix edge case where push could get delayed for a user until a later event was pushed. ([\#8287](#8287)) - Fix fetching malformed events from remote servers. ([\#8324](#8324)) - Fix `UnboundLocalError` from occuring when appservices send a malformed register request. ([\#8329](#8329)) - Don't send push notifications to expired user accounts. ([\#8353](#8353)) - Fix a regression in v1.19.0 with reactivating users through the admin API. ([\#8362](#8362)) - Fix a bug where during device registration the length of the device name wasn't limited. ([\#8364](#8364)) - Include `guest_access` in the fields that are checked for null bytes when updating `room_stats_state`. Broke in v1.7.2. ([\#8373](#8373)) - Fix theoretical race condition where events are not sent down `/sync` if the synchrotron worker is restarted without restarting other workers. ([\#8374](#8374)) - Fix a bug which could cause errors in rooms with malformed membership events, on servers using sqlite. ([\#8385](#8385)) - Fix "Re-starting finished log context" warning when receiving an event we already had over federation. ([\#8398](#8398)) - Fix incorrect handling of timeouts on outgoing HTTP requests. ([\#8400](#8400)) - Fix a regression in v1.20.0 in the `synapse_port_db` script regarding the `ui_auth_sessions_ips` table. ([\#8410](#8410)) - Remove unnecessary 3PID registration check when resetting password via an email address. Bug introduced in v0.34.0rc2. ([\#8414](#8414)) Improved Documentation ---------------------- - Add `/_synapse/client` to the reverse proxy documentation. ([\#8227](#8227)) - Add note to the reverse proxy settings documentation about disabling Apache's mod_security2. Contributed by Julian Fietkau (@jfietkau). ([\#8375](#8375)) - Improve description of `server_name` config option in `homserver.yaml`. ([\#8415](#8415)) Deprecations and Removals ------------------------- - Drop support for `prometheus_client` older than 0.4.0. ([\#8426](#8426)) Internal Changes ---------------- - Fix tests on distros which disable TLSv1.0. Contributed by @danc86. ([\#8208](#8208)) - Simplify the distributor code to avoid unnecessary work. ([\#8216](#8216)) - Remove the `populate_stats_process_rooms_2` background job and restore functionality to `populate_stats_process_rooms`. ([\#8243](#8243)) - Clean up type hints for `PaginationConfig`. ([\#8250](#8250), [\#8282](#8282)) - Track the latest event for every destination and room for catch-up after federation outage. ([\#8256](#8256)) - Fix non-user visible bug in implementation of `MultiWriterIdGenerator.get_current_token_for_writer`. ([\#8257](#8257)) - Switch to the JSON implementation from the standard library. ([\#8259](#8259)) - Add type hints to `synapse.util.async_helpers`. ([\#8260](#8260)) - Simplify tests that mock asynchronous functions. ([\#8261](#8261)) - Add type hints to `StreamToken` and `RoomStreamToken` classes. ([\#8279](#8279)) - Change `StreamToken.room_key` to be a `RoomStreamToken` instance. ([\#8281](#8281)) - Refactor notifier code to correctly use the max event stream position. ([\#8288](#8288)) - Use slotted classes where possible. ([\#8296](#8296)) - Support testing the local Synapse checkout against the [Complement homeserver test suite](https://github.com/matrix-org/complement/). ([\#8317](#8317)) - Update outdated usages of `metaclass` to python 3 syntax. ([\#8326](#8326)) - Move lint-related dependencies to package-extra field, update CONTRIBUTING.md to utilise this. ([\#8330](#8330), [\#8377](#8377)) - Use the `admin_patterns` helper in additional locations. ([\#8331](#8331)) - Fix test logging to allow braces in log output. ([\#8335](#8335)) - Remove `__future__` imports related to Python 2 compatibility. ([\#8337](#8337)) - Simplify `super()` calls to Python 3 syntax. ([\#8344](#8344)) - Fix bad merge from `release-v1.20.0` branch to `develop`. ([\#8354](#8354)) - Factor out a `_send_dummy_event_for_room` method. ([\#8370](#8370)) - Improve logging of state resolution. ([\#8371](#8371)) - Add type annotations to `SimpleHttpClient`. ([\#8372](#8372)) - Refactor ID generators to use `async with` syntax. ([\#8383](#8383)) - Add `EventStreamPosition` type. ([\#8388](#8388)) - Create a mechanism for marking tests "logcontext clean". ([\#8399](#8399)) - A pair of tiny cleanups in the federation request code. ([\#8401](#8401)) - Add checks on startup that PostgreSQL sequences are consistent with their associated tables. ([\#8402](#8402)) - Do not include appservice users when calculating the total MAU for a server. ([\#8404](#8404)) - Typing fixes for `synapse.handlers.federation`. ([\#8422](#8422)) - Various refactors to simplify stream token handling. ([\#8423](#8423)) - Make stream token serializing/deserializing async. ([\#8427](#8427))
2 parents 4ff0201 + 2eb947e commit 0b68577

Some content is hidden

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

88 files changed

+103
-88
lines changed

CHANGES.md

+101

changelog.d/7124.bugfix

-1
This file was deleted.

changelog.d/7796.bugfix

-1
This file was deleted.

changelog.d/7905.bugfix

-1
This file was deleted.

changelog.d/8004.feature

-1
This file was deleted.

changelog.d/8208.misc

-1
This file was deleted.

changelog.d/8216.misc

-1
This file was deleted.

changelog.d/8217.feature

-1
This file was deleted.

changelog.d/8227.doc

-1
This file was deleted.

changelog.d/8230.bugfix

-1
This file was deleted.

changelog.d/8236.bugfix

-1
This file was deleted.

changelog.d/8243.misc

-1
This file was deleted.

changelog.d/8247.bugfix

-1
This file was deleted.

changelog.d/8248.feature

-1
This file was deleted.

changelog.d/8250.misc

-1
This file was deleted.

changelog.d/8256.misc

-1
This file was deleted.

changelog.d/8257.misc

-1
This file was deleted.

changelog.d/8258.bugfix

-1
This file was deleted.

changelog.d/8259.misc

-1
This file was deleted.

changelog.d/8260.misc

-1
This file was deleted.

changelog.d/8261.misc

-1
This file was deleted.

changelog.d/8262.bugfix

-1
This file was deleted.

changelog.d/8265.bugfix

-1
This file was deleted.

changelog.d/8268.bugfix

-1
This file was deleted.

changelog.d/8272.bugfix

-1
This file was deleted.

changelog.d/8275.feature

-1
This file was deleted.

changelog.d/8278.bugfix

-1
This file was deleted.

changelog.d/8279.misc

-1
This file was deleted.

changelog.d/8281.misc

-1
This file was deleted.

changelog.d/8282.misc

-1
This file was deleted.

changelog.d/8287.bugfix

-1
This file was deleted.

changelog.d/8288.misc

-1
This file was deleted.

changelog.d/8294.feature

-1
This file was deleted.

changelog.d/8296.misc

-1
This file was deleted.

changelog.d/8305.feature

-1
This file was deleted.

changelog.d/8306.feature

-1
This file was deleted.

changelog.d/8317.feature

-1
This file was deleted.

changelog.d/8320.feature

-1
This file was deleted.

changelog.d/8322.bugfix

-1
This file was deleted.

changelog.d/8324.bugfix

-1
This file was deleted.

changelog.d/8326.misc

-1
This file was deleted.

changelog.d/8329.bugfix

-1
This file was deleted.

changelog.d/8330.misc

-1
This file was deleted.

changelog.d/8331.misc

-1
This file was deleted.

changelog.d/8335.misc

-1
This file was deleted.

changelog.d/8337.misc

-1
This file was deleted.

changelog.d/8344.misc

-1
This file was deleted.

changelog.d/8345.feature

-1
This file was deleted.

changelog.d/8353.bugfix

-1
This file was deleted.

changelog.d/8354.misc

-1
This file was deleted.

changelog.d/8362.bugfix

-1
This file was deleted.

changelog.d/8364.bugfix

-2
This file was deleted.

changelog.d/8370.misc

-1
This file was deleted.

changelog.d/8371.misc

-1
This file was deleted.

changelog.d/8372.misc

-1
This file was deleted.

changelog.d/8373.bugfix

-1
This file was deleted.

changelog.d/8374.bugfix

-1
This file was deleted.

changelog.d/8375.doc

-1
This file was deleted.

changelog.d/8377.misc

-1
This file was deleted.

changelog.d/8383.misc

-1
This file was deleted.

changelog.d/8385.bugfix

-1
This file was deleted.

changelog.d/8386.bugfix

-1
This file was deleted.

changelog.d/8387.feature

-1
This file was deleted.

changelog.d/8388.misc

-1
This file was deleted.

changelog.d/8396.feature

-1
This file was deleted.

changelog.d/8398.bugfix

-1
This file was deleted.

changelog.d/8399.misc

-1
This file was deleted.

changelog.d/8400.bugfix

-1
This file was deleted.

changelog.d/8401.misc

-1
This file was deleted.

changelog.d/8402.misc

-1
This file was deleted.

changelog.d/8404.misc

-1
This file was deleted.

changelog.d/8405.feature

-1
This file was deleted.

changelog.d/8406.feature

-1
This file was deleted.

changelog.d/8410.bugfix

-1
This file was deleted.

changelog.d/8413.feature

-1
This file was deleted.

changelog.d/8414.bugfix

-1
This file was deleted.

changelog.d/8415.doc

-1
This file was deleted.

changelog.d/8417.feature

-1
This file was deleted.

changelog.d/8419.feature

-1
This file was deleted.

changelog.d/8420.feature

-1
This file was deleted.

changelog.d/8422.misc

-1
This file was deleted.

changelog.d/8423.misc

-1
This file was deleted.

changelog.d/8425.feature

-1
This file was deleted.

changelog.d/8426.removal

-1
This file was deleted.

changelog.d/8427.misc

-1
This file was deleted.

changelog.d/8430.feature

-1
This file was deleted.

synapse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.20.1"
51+
__version__ = "1.21.0rc1"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)