MatrixSynapse/changelog.d
Erik Johnston 7941372ec8
Make token serializing/deserializing async (#8427)
The idea is that in future tokens will encode a mapping of instance to position. However, we don't want to include the full instance name in the string representation, so instead we'll have a mapping between instance name and an immutable integer ID in the DB that we can use instead. We'll then do the lookup when we serialize/deserialize the token (we could alternatively pass around an `Instance` type that includes both the name and ID, but that turns out to be a lot more invasive).
2020-09-30 20:29:19 +01:00
..
.gitignore
7124.bugfix
7796.bugfix
7905.bugfix Discard an empty upload_name before persisting an uploaded file (#7905) 2020-09-29 12:15:27 -04:00
8004.feature
8208.misc
8216.misc
8217.feature
8227.doc
8230.bugfix
8236.bugfix
8243.misc
8247.bugfix
8248.feature
8250.misc
8256.misc
8257.misc
8258.bugfix
8259.misc
8260.misc
8261.misc
8262.bugfix
8265.bugfix
8268.bugfix
8272.bugfix
8275.feature
8278.bugfix
8279.misc
8281.misc
8282.misc
8287.bugfix
8288.misc
8294.feature
8296.misc
8305.feature
8306.feature
8317.feature Add support for running Complement against the local checkout (#8317) 2020-09-29 13:47:47 +01:00
8320.feature
8322.bugfix
8324.bugfix
8326.misc
8329.bugfix
8330.misc Do not check lint/test dependencies at runtime. (#8377) 2020-09-23 11:45:37 +01:00
8331.misc
8335.misc
8337.misc
8344.misc
8345.feature Allow existing users to login via OpenID Connect. (#8345) 2020-09-25 07:01:45 -04:00
8353.bugfix Don't push if an user account has expired (#8353) 2020-09-23 16:06:28 +01:00
8354.misc
8362.bugfix
8364.bugfix
8370.misc Factor out `_send_dummy_event_for_room` (#8370) 2020-09-23 18:18:43 +01:00
8371.misc Improve logging of state resolution (#8371) 2020-09-23 16:42:44 +01:00
8372.misc Add type annotations to SimpleHttpClient (#8372) 2020-09-24 15:47:20 +01:00
8373.bugfix
8374.bugfix Fix MultiWriteIdGenerator's handling of restarts. (#8374) 2020-09-24 16:53:51 +01:00
8375.doc Add note to reverse_proxy.md about disabling Apache's mod_security2 (#8375) 2020-09-23 11:14:08 +01:00
8377.misc Do not check lint/test dependencies at runtime. (#8377) 2020-09-23 11:45:37 +01:00
8383.misc Use `async with` for ID gens (#8383) 2020-09-23 16:11:18 +01:00
8385.bugfix Fix bug which caused failure on join with malformed membership events (#8385) 2020-09-23 16:42:14 +01:00
8386.bugfix Mark the shadow_banned column as boolean in synapse_port_db. (#8386) 2020-09-24 08:13:55 -04:00
8387.feature Add new sequences to port DB script (#8387) 2020-09-24 13:43:49 +01:00
8388.misc Add EventStreamPosition type (#8388) 2020-09-24 13:24:17 +01:00
8396.feature Fix schema delta for servers that have not backfilled (#8396) 2020-09-25 09:58:32 +01:00
8398.bugfix Fix occasional "Re-starting finished log context" from keyring (#8398) 2020-09-25 12:29:54 +01:00
8399.misc Create a mechanism for marking tests "logcontext clean" (#8399) 2020-09-28 17:58:33 +01:00
8400.bugfix Fix handling of connection timeouts in outgoing http requests (#8400) 2020-09-29 10:29:21 +01:00
8401.misc A pair of tiny cleanups in the federation request code. (#8401) 2020-09-28 13:15:00 +01:00
8402.misc Add checks for postgres sequence consistency (#8402) 2020-09-28 18:00:30 +01:00
8404.misc Filter out appservices from mau count (#8404) 2020-09-29 13:11:02 +01:00
8405.feature Escape the error description on the sso_error template. (#8405) 2020-09-25 11:05:54 -04:00
8406.feature Add metrics to track success/otherwise of replication requests (#8406) 2020-09-29 11:06:11 +01:00
8410.bugfix Add `ui_auth_sessions_ips` table to `synapse_port_db` ignore list (#8410) 2020-09-28 15:35:02 +01:00
8413.feature Allow additional SSO properties to be passed to the client (#8413) 2020-09-30 13:02:43 -04:00
8414.bugfix Changelog 2020-09-28 18:51:41 +01:00
8415.doc Update description of server_name config option (#8415) 2020-09-29 13:50:25 -04:00
8417.feature Only assert valid next_link params when provided (#8417) 2020-09-29 12:36:44 +01:00
8419.feature Don't table scan events on worker startup (#8419) 2020-09-29 16:42:19 +01:00
8420.feature changelog 2020-09-29 17:35:20 +01:00
8422.misc Mypy fixes for `synapse.handlers.federation` (#8422) 2020-09-29 15:57:36 +01:00
8423.misc Various clean ups to room stream tokens. (#8423) 2020-09-29 21:48:33 +01:00
8425.feature changelog 2020-09-30 16:49:15 +01:00
8426.removal Drop support for ancient prometheus_client (#8426) 2020-09-30 16:42:05 +01:00
8427.misc Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00