You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/changelog.d
Connor Davis bb5b47b62a
Add Admin API to Fetch Messages Within a Particular Window (#13672)
2 years ago
..
.gitignore
12595.misc Add a stub Rust crate (#12595) 2 years ago
13241.removal Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without an `id_access_token` (#13241) 2 years ago
13483.misc Extend the release script to wait for GitHub Actions to finish and to be usable as a guide for the whole process. (#13483) 2 years ago
13506.bugfix Remove the unspecced room_id field in the /hierarchy response. (#13506) 2 years ago
13509.bugfix Fix admin List Room API return type on sqlite (#13509) 2 years ago
13540.misc Add experimental configuration option to allow disabling legacy Prometheus metric names. (#13540) 2 years ago
13546.bugfix Fix that user cannot `/forget` rooms after the last member has left (#13546) 2 years ago
13569.removal Remove cached wrap on `_get_joined_users_from_context` method (#13569) 2 years ago
13573.misc Cache user IDs instead of profile objects (#13573) 2 years ago
13575.misc Optimize how we calculate `likely_domains` during backfill (#13575) 2 years ago
13583.bugfix Faster Room Joins: fix `/make_knock` blocking indefinitely when the room in question is a partial-stated room. (#13583) 2 years ago
13585.bugfix When loading current ids, sort by `stream_id` to avoid incorrect overwrite and avoid errors caused by sorting alphabetical instance name which can be `null` (#13585) 2 years ago
13586.misc Comment about a better future where we can get the state diff between two events (#13586) 2 years ago
13588.misc Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child concurrent calls (#13588) 2 years ago
13591.misc Speed up `@cachedList` (#13591) 2 years ago
13592.misc Speed up fetching large numbers of push rules (#13592) 2 years ago
13597.misc Rewrite get push actions queries (#13597) 2 years ago
13600.misc Fix regression caused by #13573 (#13600) 2 years ago
13602.doc Write about the chain cover a little. (#13602) 2 years ago
13603.misc Rename `event_map` to `unpersisted_events` (#13603) 2 years ago
13605.misc Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_hosts_in_room` (#13605) 2 years ago
13606.misc Use dedicated `get_local_users_in_room` to find local users when calculating `join_authorised_via_users_server` of a `/make_join` request (#13606) 2 years ago
13608.misc Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 2 years ago
13614.feature Support `registration_shared_secret` in a file (#13614) 2 years ago
13615.feature Generate missing configuration files at startup (#13615) 2 years ago
13616.bugfix register_new_matrix_user: read server url from config (#13616) 2 years ago
13617.doc Add monthly active users documentation (#13617) 2 years ago
13627.misc Drop unused column `application_services_state.last_txn` (#13627) 2 years ago
13632.bugfix Move the execution of the retention purge_jobs to the main worker (#13632) 2 years ago
13634.feature Speed up inserting `event_push_actions_staging`. (#13634) 2 years ago
13639.misc Print complement failure results last (#13639) 2 years ago
13640.doc Improve documentation around user registration (#13640) 2 years ago
13645.doc Remove documentation of legacy `frontend_proxy` worker app (#13645) 2 years ago
13647.removal Remove configuration options for direct TCP replication. (#13647) 2 years ago
13653.removal Remove support for unstable private read receipts (#13653) 2 years ago
13656.doc Clarify documentation about replication traffic. (#13656) 2 years ago
13657.bugfix Do not wait for background updates to complete do expire URL cache. (#13657) 2 years ago
13658.bugfix Give the correct next event when the message timestamps are the same - MSC3030 (#13658) 2 years ago
13660.bugfix Fix bug where we wedge media plugins if clients disconnect early (#13660) 2 years ago
13662.misc Generalise the `@cancellable` annotation so it can be used on functions other than just servlet methods. (#13662) 2 years ago
13665.doc Fix two typos with colon in headlines (#13665) 2 years ago
13671.misc Share some metrics between the Prometheus exporter and the phone home stats (#13671) 2 years ago
13672.feature Add Admin API to Fetch Messages Within a Particular Window (#13672) 2 years ago
13678.doc Update docs to make enabling metrics more clear (#13678) 2 years ago
13679.misc Add some logging to help track down #13444 (#13679) 2 years ago
13683.bugfix Return keys for unwhitelisted servers from `/_matrix/key/v2/query` (#13683) 2 years ago
13688.docker Bump docker image to use stable poetry version (#13688) 2 years ago
13689.misc Update lock file for Poetry v1.2.0 (#13689) 2 years ago
13692.removal Add a schema delta to drop unstable private read receipts. (#13692) 2 years ago
13693.misc Cache `is_partial_state_room` (#13693) 2 years ago
13694.bugfix Disable calculating unread counts unless the config flag is enabled. (#13694) 2 years ago
13697.misc Update the Grafana dashboard that is included with Synapse in the `contrib` directory. (#13697) 2 years ago
13698.misc Only run trial CI on all python versions on non-PRs (#13698) 2 years ago
13701.doc Clarify `(room_id, event_id)` global uniqueness (#13701) 2 years ago
13707.misc Update trial old deps CI to use poetry 1.2.0 (#13707) 2 years ago
13712.misc Fix typechecking with latest `types-jsonschema` (#13712) 2 years ago
13713.misc Reduce number of CI jobs run on PRs (#13713) 2 years ago
13714.misc Update Grafana dashboard to not use legacy metric names. (#13714) 2 years ago
13724.misc Actually fix typechecking with latest types-jsonschema (#13724) 2 years ago
13725.misc Fix trial-olddeps (#13725) 2 years ago