0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-28 23:48:19 +02:00
synapse/changelog.d
Patrick Cloke e70c6b720e
Disable pushing for server ACL events (MSC3786). (#13997)
Switches to the stable identifier for MSC3786 and enables it
by default.

This disables pushes of m.room.server_acl events.
2022-10-04 07:08:27 -04:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
11866.feature Add query parameter ts to allow appservices set the origin_server_ts for state events. (#11866) 2022-10-03 13:30:45 +00:00
13487.misc Prepatory work for batching events to send (#13487) 2022-09-28 10:39:03 +01:00
13556.feature Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 2022-09-29 15:23:24 +02:00
13635.feature Only try to backfill event if we haven't tried before recently (#13635) 2022-09-23 14:01:29 -05:00
13667.feature Add cache invalidation across workers to module API (#13667) 2022-09-21 15:32:01 +02:00
13719.bugfix fix: Push notifications for invite over federation (#13719) 2022-09-28 12:31:53 +00:00
13722.feature Implementation of MSC3882 login token request (#13722) 2022-09-21 15:12:29 +00:00
13768.misc Port the push rule classes to Rust. (#13768) 2022-09-20 12:10:31 +01:00
13772.doc Add worker_main_http_uri to the contrib bash script (#13772) 2022-09-21 15:58:46 +01:00
13782.feature Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2022-09-23 14:33:28 +00:00
13787.misc Optimise get_rooms_for_user (drop with_stream_ordering) (#13787) 2022-09-29 13:55:12 +00:00
13792.misc Generate separate snapshots for logical databases (#13792) 2022-09-20 14:14:12 +01:00
13796.misc Simplify cache invalidation after event persist txn (#13796) 2022-09-26 16:26:35 +01:00
13799.feature Support enabling/disabling pushers (from MSC3881) (#13799) 2022-09-21 14:39:01 +00:00
13800.misc Persist CreateRoom events to DB in a batch (#13800) 2022-09-28 10:11:48 +00:00
13809.misc Improve the synapse.api.auth.Auth mock used in unit tests. (#13809) 2022-09-21 12:40:34 +00:00
13815.feature Track when the pulled event signature fails (#13815) 2022-10-03 14:53:29 -05:00
13818.doc Update NixOS module URL (#13818) 2022-09-26 15:26:59 +01:00
13823.misc Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 2022-09-23 11:47:16 +01:00
13830.bugfix typing: check origin server of typing event against room's servers (#13830) 2022-09-26 17:33:32 +02:00
13831.feature Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
13832.feature Last batch of Pydantic for synapse/rest/client/account.py (#13832) 2022-09-21 22:23:44 +01:00
13836.doc Correct documentation for map_user_attributes of OpenID Mapping Providers (#13836) 2022-09-21 13:08:16 +00:00
13838.misc Implement push rule evaluation in Rust. (#13838) 2022-09-29 16:12:09 +01:00
13839.misc Carry IdP Session IDs through user-mapping sessions. (#13839) 2022-09-27 14:38:14 +01:00
13840.bugfix Properly paginate forward in the /relations API. (#13840) 2022-09-22 12:47:49 +00:00
13843.removal Remove the complete_sso_login method from the Module API which was deprecated in Synapse 1.13.0. (#13843) 2022-09-20 15:18:07 +02:00
13850.misc Fix the release script not publishing binary wheels. (#13850) 2022-09-21 09:43:08 +00:00
13855.bugfix Fix access token leak to logs from proxyagent (#13855) 2022-09-23 11:49:39 -05:00
13859.misc Raise issue if complement fails with latest deps (#13859) 2022-09-22 17:33:37 +01:00
13860.feature Add version flag for MSC3881 (#13860) 2022-09-21 18:18:44 +02:00
13863.bugfix Fix have_seen_event cache not being invalidated (#13863) 2022-09-27 15:55:43 -05:00
13867.misc Dockerfile for tests: align comments with current behavior (#13867) 2022-09-27 15:55:43 +02:00
13868.misc Expose MSC3882 only be under an unstable endpoint. (#13868) 2022-09-29 07:22:27 -04:00
13870.doc Fix the cross-link from register admin API to config docs. (#13870) 2022-09-22 09:11:50 -04:00
13872.bugfix Faster room joins: Fix spurious error when joining a room (#13872) 2022-09-27 11:17:23 +01:00
13873.misc Snapshot schema 72 (#13873) 2022-09-26 18:28:32 +01:00
13874.misc Send device list updates out to servers in partially joined rooms (#13874) 2022-09-23 13:44:03 +01:00
13876.misc Add comments to the Prometheus recording rules to make it clear which set of rules you need for Grafana or Prometheus Console. (#13876) 2022-09-23 11:46:45 +01:00
13879.misc Limit and filter the number of backfill points to get from the database (#13879) 2022-09-28 15:26:16 -05:00
13885.misc Handle the case of remote users leaving a partial join room for device lists (#13885) 2022-09-27 13:01:08 +01:00
13888.misc Faster room joins: Avoid blocking /keys/changes (#13888) 2022-09-23 17:55:15 +01:00
13889.misc Update Cargo.lock file. (#13889) 2022-09-23 11:59:39 -04:00
13890.misc Improve backfill robustness by trying more servers. (#13890) 2022-09-29 10:00:02 +00:00
13892.feature Add new columns tracking when we partial-joined (#13892) 2022-09-27 17:26:35 +01:00
13893.feature Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893) 2022-09-26 18:28:12 +00:00
13904.bugfix Always send default and rule_id to clients (#13904) 2022-09-29 11:57:00 +01:00
13905.misc Fix mypy errors with latest canonicaljson (#13905) 2022-09-26 13:30:00 +01:00
13909.bugfix Correctly add Cargo.lock to sdsit (#13909) 2022-09-26 13:58:10 +00:00
13911.doc Update the manpage documentation for the hash_password script (#13911) 2022-09-26 18:18:41 +00:00
13913.misc Handle remote device list updates during partial join (#13913) 2022-09-28 13:42:43 +00:00
13914.misc Complement image: propagate SIGTERM to all workers (#13914) 2022-09-26 23:07:02 +01:00
13915.doc Emphasize the right reasons to use (room_id, event_id) in a schema (#13915) 2022-09-27 19:43:16 +00:00
13920.feature Support the stable dir parameter for /relations. (#13920) 2022-09-27 10:47:34 -04:00
13922.bugfix Prioritize outbound to-device over device list updates (#13922) 2022-09-27 15:17:41 +01:00
13924.misc Update UPSERT comment now that native upserts are the default (#13924) 2022-09-29 19:10:47 +01:00
13925.misc Update mypy and mypy-zope, attempt 3 (#13993) 2022-09-30 17:36:28 +01:00
13928.doc Add instruction for running unit tests in parallel (#13928) 2022-09-28 11:14:35 +00:00
13930.doc Correct default number of bcrypt hash rounds in .1 man page (#13930) 2022-09-28 14:45:13 +01:00
13931.doc Document that the 'auto_join_rooms' option works with Spaces (#13931) 2022-09-28 14:13:19 +00:00
13932.feature Add upgrade notes for changes to receipts replication. (#13932) 2022-09-28 11:33:31 -04:00
13934.misc Handle local device list updates during partial join (#13934) 2022-09-28 23:22:35 +01:00
13936.feature Fix overflows in /messages backfill calculation (#13936) 2022-09-30 11:54:53 +01:00
13937.feature Clarify that a method returns only unthreaded receipts. (#13937) 2022-09-29 07:07:31 -04:00
13939.feature Explicit cast to enforce type hints. (#13939) 2022-09-29 07:22:41 -04:00
13947.feature Add missing version information in the ModuleApi (#13947) 2022-09-30 12:27:21 +02:00
13952.bugfix Don't require setuptools_rust at runtime (#13952) 2022-09-29 20:16:08 +00:00
13956.bugfix Refactor _get_e2e_device_keys_txn to split large queries (#13956) 2022-10-03 13:46:36 +01:00
13957.feature Discourage automatic replies to Synapse's emails (#13957) 2022-09-30 13:23:37 +00:00
13960.misc Fix get_users_in_room mis-use in transfer_room_state_on_room_upgrade (#13960) 2022-09-30 20:10:50 -05:00
13966.misc Clarifications in user directory for users who share rooms tracking (#13966) 2022-09-30 14:40:18 -05:00
13969.misc Revert the general exception recording introduced in #13814 (#13969) 2022-10-03 10:14:45 +01:00
13972.bugfix Fix performance regression in get_users_in_room (#13972) 2022-09-30 13:15:32 +01:00
13973.misc Speed up calculating push actions in large rooms (#13973) 2022-09-30 14:27:00 +01:00
13974.doc Add some cross references to worker documentation (#13974) 2022-09-30 13:41:32 +01:00
13976.misc Enable dependabot updates (#13976) 2022-09-30 14:28:34 +01:00
13978.misc Bump docker/login-action from 1 to 2 (#13978) 2022-10-03 17:32:48 +01:00
13979.misc Bump actions/download-artifact from 2 to 3 (#13979) 2022-10-03 17:50:06 +01:00
13980.misc Bump actions/cache from 2 to 3 (#13980) 2022-10-03 17:54:06 +01:00
13982.misc Bump actions/checkout from 2 to 3 (#13982) 2022-10-03 14:20:32 +01:00
13992.misc Skip filtering during push if there are no push actions (#13992) 2022-09-30 17:40:33 +01:00
13993.misc Update mypy and mypy-zope, attempt 3 (#13993) 2022-09-30 17:36:28 +01:00
13996.feature Send the appservice access token as a header. (#13996) 2022-10-04 07:06:41 -04:00
13997.feature Disable pushing for server ACL events (MSC3786). (#13997) 2022-10-04 07:08:27 -04:00
13998.misc Protoype automatic changelogs for dependabot PRs (#13998) 2022-10-03 11:30:21 +01:00
14003.doc Linkify config documentation. (#14003) 2022-10-04 09:03:31 +00:00
14009.bugfix Always build Rust extension in release mode (#14009) 2022-10-03 11:20:18 +01:00
14011.misc Change dependabot CL suffix (#14011) 2022-10-03 11:51:57 +01:00
14012.misc Fix twisted trunk mypy errors (#14012) 2022-10-03 13:26:49 +00:00
14013.misc Add cache to get_partial_state_servers_at_join (#14013) 2022-10-03 13:13:11 +00:00
14014.bugfix Fix bug where we didn't delete staging push actions (#14014) 2022-10-03 13:45:19 +00:00
14015.misc Bump docker/setup-buildx-action from 1 to 2 (#14015) 2022-10-03 14:13:15 +00:00
14017.misc Try again to automate dependabot changelogs (#14017) 2022-10-03 14:34:50 +01:00
14019.misc Bump docker/setup-qemu-action from 1 to 2 (#14019) 2022-10-03 16:07:39 +01:00
14020.misc Clear out old rows from event_push_actions_staging (#14020) 2022-10-03 18:44:44 +01:00
14021.misc yet another attempt to make dependabot changelogs work (#14021) 2022-10-03 15:59:32 +01:00
14022.misc Bump docker/build-push-action from 2 to 3 (#14022) 2022-10-03 17:15:27 +01:00
14023.misc Bump actions/upload-artifact from 2 to 3 (#14023) 2022-10-03 19:11:22 +01:00
14024.removal Announce that legacy metric names are deprecated, will be turned off by default in Synapse v1.71.0 and removed altogether in Synapse v1.73.0. (#14024) 2022-10-03 17:16:15 +00:00
14025.bugfix Do not return unspecced original_event field when using the stable /relations endpoint. (#14025) 2022-10-03 16:47:15 +00:00
14027.misc Dependabot changelogs: trigger CI explicitly (#14027) 2022-10-03 17:16:45 +01:00