0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 03:23:45 +02:00
synapse/changelog.d
2022-10-31 13:02:07 +00:00
..
.gitignore
11635.feature Unified search query syntax using the full-text search capabilities of the underlying DB. (#11635) 2022-10-25 14:05:22 -04:00
11804.feature Implementation for MSC3664: Pushrules for relations (#11804) 2022-10-25 14:38:01 +01:00
13422.bugfix let update_synapse_database run on a multi-database configurations (#13422) 2022-10-19 19:08:40 +01:00
13595.misc Remove unused @lru_cache decorator (#13595) 2022-10-25 11:39:25 +01:00
13652.feature Improve aesthetics and reusability of HTML templates. (#13652) 2022-10-21 17:44:00 +00:00
13710.bugfix Fix event size checks (#13710) 2022-10-21 09:49:47 +01:00
13844.misc Save login tokens in database (#13844) 2022-10-26 11:45:41 +01:00
13897.feature Enable WAL for SQLite (#13897) 2022-10-25 10:22:55 +01:00
13910.misc Refactor OIDC tests to better mimic an actual OIDC provider. (#13910) 2022-10-25 14:25:02 +00:00
13927.bugfix fix broken avatar checks when server_name contains a port (#13927) 2022-10-26 15:51:23 +01:00
13958.bugfix Check appservice user interest against the local users instead of all users (get_users_in_room mis-use) (#13958) 2022-10-27 18:29:23 +00:00
13999.doc Add docs for an empty trusted_key_servers config option (#13999) 2022-10-28 13:55:03 +01:00
14042.misc Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042) 2022-10-19 19:38:24 +00:00
14064.bugfix Stop returning unsigned.invite_room_state in PUT /_matrix/federation/v2/invite/{roomId}/{eventId} responses (#14064) 2022-10-20 15:17:45 +01:00
14086.doc Add workers settings to configuration manual (#14086) 2022-10-27 14:39:47 +01:00
14096.misc Refactor MSC3030 /timestamp_to_event to move away from our snowflake pull from destination pattern (#14096) 2022-10-26 16:10:55 -05:00
14110.doc Document encryption_enabled_by_default_for_room_type under the right name (#14110) 2022-10-19 20:17:37 +01:00
14133.misc Bump types-opentracing from 2.4.7 to 2.4.10 (#14133) 2022-10-19 20:04:40 +00:00
14191.doc Explain SynapseError and FederationError better (#14191) 2022-10-19 15:39:43 -05:00
14205.feature Show erasure status when listing users in the Admin API (#14205) 2022-10-21 13:52:44 +01:00
14228.misc Add initial power level event to batch of bulk persisted events when creating a new room. (#14228) 2022-10-21 10:46:22 -07:00
14229.misc Use servlets for /key/ endpoints. (#14229) 2022-10-20 11:32:47 -04:00
14230.misc Use backend-meta edition of issue triage workflow (#14230) 2022-10-19 11:41:25 +01:00
14243.bugfix Fix presence bug introduced in 1.64 by #13313 (#14243) 2022-10-27 13:16:00 +01:00
14249.misc Build wheels on macos 11, not 10.15 (#14249) 2022-10-20 22:01:08 +00:00
14258.bugfix Fix logging error on SIGHUP (#14258) 2022-10-21 16:03:44 +01:00
14262.misc Return NOT_JSON if decode fails and defer set_timeline_upper_limit ca… (#14262) 2022-10-24 16:55:06 +01:00
14268.misc Add debugging to help diagnose lost device-list-update (#14268) 2022-10-24 10:45:10 +01:00
14270.misc Bump pysaml2 from 7.1.2 to 7.2.1 (#14270) 2022-10-24 10:40:30 +01:00
14271.misc Bump jinja2 from 3.0.3 to 3.1.2 (#14271) 2022-10-24 10:40:08 +01:00
14272.misc Bump types-requests from 2.28.11 to 2.28.11.2 (#14272) 2022-10-24 10:39:16 +01:00
14273.misc Bump setuptools-rust from 1.5.1 to 1.5.2 (#14273) 2022-10-24 10:39:00 +01:00
14274.misc Bump prometheus-client from 0.14.0 to 0.15.0 (#14274) 2022-10-24 10:38:40 +01:00
14275.misc Bump peaceiris/actions-mdbook from 1.1.14 to 1.2.0 (#14275) 2022-10-24 10:13:29 +00:00
14276.misc Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#14276) 2022-10-24 10:16:33 +00:00
14277.misc Bump serde from 1.0.145 to 1.0.147 (#14277) 2022-10-24 10:19:55 +01:00
14278.misc Bump anyhow from 1.0.65 to 1.0.66 (#14278) 2022-10-24 10:20:13 +01:00
14279.misc Bump serde_json from 1.0.86 to 1.0.87 (#14279) 2022-10-24 14:08:22 +01:00
14287.misc Cache rust build deps in trial CI (#14287) 2022-10-25 11:27:56 +01:00
14291.bugfix Reject history insertion during partial joins (#14291) 2022-10-27 10:52:23 +01:00
14303.misc Improve RawHeaders type hints (#14303) 2022-10-28 16:04:02 +00:00
14304.bugfix Prevent federation user keys query from returning device names if disallowed (#14304) 2022-10-28 18:06:02 +01:00
14305.misc Use poetry 1.2 for complement in latest deps (#14305) 2022-10-26 17:22:26 +01:00
14310.feature Fix tests for change in PostgreSQL 14 behavior change. (#14310) 2022-10-27 13:58:12 +00:00
14311.feature Switch search SQL to triple-quote strings. (#14311) 2022-10-28 11:44:10 -04:00
14323.bugfix Avoid incrementing bg process utime/stime counters by negative durations (#14323) 2022-10-31 13:02:07 +00:00