1
0

Commit Graph

  • 4def40414e Appease the regexp on delta lint checks Kegan Dougal 2025-10-06 14:45:14 +01:00
  • 686ce52723 Changelog Kegan Dougal 2025-10-06 14:28:21 +01:00
  • 58bf128581 Send NEW_SERVER_JOINED at the right time Kegan Dougal 2025-10-06 14:18:39 +01:00
  • 4dd82e581a Add newsfile Devon Hudson 2025-10-03 16:16:04 -06:00
  • 6e69338abc Fix linter error Devon Hudson 2025-10-03 16:15:11 -06:00
  • 79ea4bed33 Add thread_root events to threads extension response Devon Hudson 2025-10-03 15:57:13 -06:00
  • 9ef4ca173e Add user room filtering for threads extension Devon Hudson 2025-10-03 14:01:16 -06:00
  • 7f1e057cca Always cache invalidate when receiving sticky event updates, so removing the need for a tri-state soft failure flag Kegan Dougal 2025-10-03 15:24:34 +01:00
  • 1d2ddbc76e Fix bug where ephemeral events were not filtered by room ID (#19002) Francesco Stefanini 2025-10-03 14:19:57 +02:00
  • 075312cf2d Send sticky events to newly joined servers. Kegan Dougal 2025-10-03 11:35:12 +01:00
  • e0cbf0f44f Merge branch 'develop' into hughns/msc4335 Hugh Nimmo-Smith 2025-10-03 11:12:09 +01:00
  • 9ad30bcaa1 Update to latest unstable codes Hugh Nimmo-Smith 2025-10-03 11:03:58 +01:00
  • 24b38733df Don't return empty fields in response Devon Hudson 2025-10-02 17:23:30 -06:00
  • 4602b56643 Stub in early db queries to get tests going Devon Hudson 2025-10-02 17:11:14 -06:00
  • 70c044db8e Remove deprecated LoggingContext.set_current_context/LoggingContext.current_context methods (#18989) Eric Eastwood 2025-10-02 13:21:37 -05:00
  • 6835e7be0d Wrap the Rust HTTP client with make_deferred_yieldable (#18903) Eric Eastwood 2025-10-02 13:00:50 -05:00
  • d9316d9e23 deploy: d27ff161f5 MadLittleMods 2025-10-02 16:55:09 +00:00
  • d27ff161f5 Add debug logs wherever we change current logcontext (#18966) Eric Eastwood 2025-10-02 11:51:17 -05:00
  • 52d88ac369 No need to change order of imports (bad conflict resolution) madlittlemods/log-context-tracing-scope-still-available-after-close Eric Eastwood 2025-10-02 11:33:34 -05:00
  • c92f905267 Remove duplicate import Eric Eastwood 2025-10-02 11:32:41 -05:00
  • 4e06a504c4 Onyl clear logcontext if spans should finish Eric Eastwood 2025-10-01 17:23:01 -05:00
  • 70d0fd310a Fix logcontext problems in test_run_in_background_active_scope_still_available Eric Eastwood 2025-10-01 17:07:23 -05:00
  • 06a84f4fe0 Revert "Switch to OpenTracing's ContextVarsScopeManager (#18849)" (#19007) Eric Eastwood 2025-10-02 11:27:26 -05:00
  • aac3c846a8 Use a tri-state for soft failed to communicate when we need to cache invalidate Kegan Dougal 2025-10-02 16:47:45 +01:00
  • 1c093509ce Switch task scheduler from raw logcontext manipulation (set_current_context) to utils (PreserveLoggingContext) (#18990) Eric Eastwood 2025-10-02 10:22:25 -05:00
  • 888ab79b3b Add NewServerJoined replication command Kegan Dougal 2025-10-02 15:25:47 +01:00
  • aa45bf7c3a Add msc4354 to /versions response Kegan Dougal 2025-10-02 10:46:44 +01:00
  • 15453d4e6e JSON false not str Kegan Dougal 2025-10-02 09:30:21 +01:00
  • 78c40973f4 SQLite specific soft-failure update code Kegan Dougal 2025-10-02 09:26:33 +01:00
  • 6c460b3eae Stub in threads extension tests Devon Hudson 2025-10-01 10:53:11 -06:00
  • 50b74bac93 Update mocks in tests to work with new utility function anoa/raise_exception_on_ip_address_failure Andrew Morgan 2025-10-01 17:23:19 +01:00
  • cd4f4223de Stub in threads sliding sync extension Devon Hudson 2025-10-01 10:04:29 -06:00
  • 4acc98d23e Don't persist sticky outliers Kegan Dougal 2025-10-01 17:01:45 +01:00
  • d912558c4f Replace instances of request.getClientAddress with new method Andrew Morgan 2025-10-01 16:29:14 +01:00
  • 4e333c310a Add a new get_ip_address_from_request method Andrew Morgan 2025-10-01 16:28:34 +01:00
  • bce22241e8 re-use newsfile text from #18868 anoa/logging_context_default_server_name_value Andrew Morgan 2025-10-01 15:20:23 +01:00
  • 9d4e7c331f Provide a default value for server_name Andrew Morgan 2025-10-01 15:17:56 +01:00
  • 0615b64bb4 Bump phonenumbers from 9.0.14 to 9.0.15 (#18991) dependabot[bot] 2025-10-01 13:50:12 +01:00
  • 651e829632 Use standard unstable identifiers Kegan Dougal 2025-10-01 11:55:39 +01:00
  • 52e69fc02d deploy: 765817a1ad anoadragon453 2025-10-01 08:42:27 +00:00
  • c284d8cb24 Merge branch 'master' into develop Andrew Morgan 2025-10-01 09:42:18 +01:00
  • 5fff5a1893 Merge branch 'develop' of github.com:element-hq/synapse into develop Andrew Morgan 2025-10-01 09:40:38 +01:00
  • 765817a1ad Merge branch 'release-v1.139' Andrew Morgan 2025-10-01 09:40:14 +01:00
  • 396de6544a Cleanly shutdown SynapseHomeServer object (#18828) Devon Hudson 2025-10-01 02:42:09 +00:00
  • cfa486d3ee deploy: d1c96ee0f2 MadLittleMods 2025-09-30 20:21:14 +00:00
  • d1c96ee0f2 Fix rc_room_creation and rc_reports docs - remove per_user typo (#18998) Sebastian Spaeth 2025-09-30 22:17:11 +02:00
  • b1fe03b152 deploy: 5adb08f3c9 MadLittleMods 2025-09-30 16:31:14 +00:00
  • 5adb08f3c9 Remove MockClock() (#18992) Eric Eastwood 2025-09-30 11:27:29 -05:00
  • 2aab171042 Remove unstable prefixes for MSC2732 Andrew Morgan 2025-09-30 17:10:32 +01:00
  • 105d2cd05b Merge branch 'develop' into kegan/sticky-events Kegan Dougal 2025-09-30 12:56:30 +01:00
  • b5f1f22058 deploy: 0aeb95fb07 anoadragon453 2025-09-30 11:09:17 +00:00
  • 0aeb95fb07 Add MAS note to 1.139.0 changelog Andrew Morgan 2025-09-30 12:05:28 +01:00
  • 72020f3f2c 1.139.0 v1.139.0 Andrew Morgan 2025-09-30 11:58:59 +01:00
  • ad8dcc2119 Remove internal ReplicationUploadKeysForUserRestServlet (#18988) Andrew Morgan 2025-09-30 11:12:14 +01:00
  • c13b80d6da extra stuff, pydantic v2 etc anoa/validate-upload-keys-dict Andrew Morgan 2025-09-29 17:51:17 +01:00
  • e049a65e9e stuff we want to bring over Andrew Morgan 2025-09-29 17:50:48 +01:00
  • 84e1d15232 Bump twine from 6.1.0 to 6.2.0 (#18985) dependabot[bot] 2025-09-29 17:08:56 +01:00
  • 2b7a398b14 Bump bcrypt from 4.3.0 to 5.0.0 (#18984) dependabot[bot] 2025-09-29 17:07:22 +01:00
  • 81848e8193 Bump actions/cache from 4.2.4 to 4.3.0 (#18983) dependabot[bot] 2025-09-29 17:06:51 +01:00
  • be3ecb332a Bump serde from 1.0.226 to 1.0.228 (#18982) dependabot[bot] 2025-09-29 17:06:15 +01:00
  • 14c114b9fd Bump regex from 1.11.2 to 1.11.3 (#18981) dependabot[bot] 2025-09-29 17:05:51 +01:00
  • 2eb6239ad8 Bump setuptools-rust from 1.11.1 to 1.12.0 (#18980) dependabot[bot] 2025-09-29 17:05:23 +01:00
  • 26583f8623 Bump lxml from 6.0.0 to 6.0.2 (#18979) dependabot[bot] 2025-09-29 17:02:13 +01:00
  • 265e5fe384 Bump docker/login-action from 3.5.0 to 3.6.0 (#18978) dependabot[bot] 2025-09-29 17:01:32 +01:00
  • de3e9b49ec Add msc4354_sticky_duration_ttl_ms support Kegan Dougal 2025-09-29 16:26:32 +01:00
  • 5143f93dc9 Fix server_name in logging context for multiple Synapse instances in one process (#18868) Eric Eastwood 2025-09-26 17:10:48 -05:00
  • 2f2b854ac1 Fix logcontext handling in timeout_deferred tests (#18974) Eric Eastwood 2025-09-26 11:10:02 -05:00
  • 8f61bdb470 Note optional Element Commecial License in SPDX specifiers (#18973) Andrew Morgan 2025-09-26 12:43:07 +01:00
  • 7c32988f6b Update URLs in dockerfile metadata (#18971) Andrew Morgan 2025-09-26 12:40:50 +01:00
  • 688f635b59 Updated providers.json to use X instead of Twitter following rebrand and schema change (#18767) Hammy Havoc 2025-09-26 11:06:50 +01:00
  • 148caefcba Fix trial tests Kegan Dougal 2025-09-26 09:51:59 +01:00
  • 33d80be69f Send sticky events when catching up over federation Kegan Dougal 2025-09-26 09:29:52 +01:00
  • 04721c85e6 Disconnect background process work from request trace (#18932) Eric Eastwood 2025-09-25 21:45:18 -05:00
  • d2a966f922 Use signature support from policy servers when available (#18934) Travis Ralston 2025-09-25 13:30:24 -06:00
  • dee6ba57a6 Merge branch 'release-v1.139' into develop Andrew Morgan 2025-09-25 12:57:39 +01:00
  • 483e329fb3 deploy: acb9ec3c38 anoadragon453 2025-09-25 11:16:30 +00:00
  • e2ec3b7d0d 1.139.0rc3 v1.139.0rc3 Andrew Morgan 2025-09-25 12:14:20 +01:00
  • acb9ec3c38 Fix run_coroutine_in_background(...) incorrectly handling logcontext (#18964) Eric Eastwood 2025-09-24 10:24:47 -05:00
  • 6ff181dbc7 Bump typing-extensions from 4.14.1 to 4.15.0 (#18956) dependabot[bot] 2025-09-24 23:06:45 +01:00
  • 2e3cc366a9 deploy: fd8fa97b6a hughns 2025-09-24 21:44:28 +00:00
  • fd8fa97b6a Document and fix room_config param when user_may_create_room callback is invoked for a room upgrade (#18721) Hugh Nimmo-Smith 2025-09-24 22:42:19 +01:00
  • b4d8835e24 deploy: 5266e423e2 MadLittleMods 2025-09-24 21:22:48 +00:00
  • 5266e423e2 Explain how Deferred callbacks interact with logcontexts (#18914) Eric Eastwood 2025-09-24 16:20:42 -05:00
  • 998463222b Support for experimental MSC4335 Hugh Nimmo-Smith 2025-08-29 18:29:04 +01:00
  • a2ef624153 TODO: Move. Remove ReplicationUploadKeysForUserRestServlet Andrew Morgan 2025-09-24 16:31:58 +01:00
  • 0458f691b6 Fix run_coroutine_in_background(...) incorrectly handling logcontext (#18964) Eric Eastwood 2025-09-24 10:24:47 -05:00
  • 25fa555395 Fix no active span when trying to log tracing error on startup (#18959) Eric Eastwood 2025-09-24 10:12:08 -05:00
  • 7708801d56 Fix triage_labelled GHA workflow (#18913) Andrew Morgan 2025-09-24 14:17:14 +01:00
  • c308cbb5ac deploy: d3fc638c29 anoadragon453 2025-09-24 12:52:15 +00:00
  • d3fc638c29 Merge branch 'master' into develop Andrew Morgan 2025-09-24 13:50:05 +01:00
  • ac1f1ba4f9 deploy: 6c292dc4ee anoadragon453 2025-09-24 12:48:48 +00:00
  • ad6a2b9e0c Update docs to not lie Kegan Dougal 2025-09-24 12:45:22 +01:00
  • fd8011000f deploy: 6c292dc4ee anoadragon453 2025-09-24 11:29:02 +00:00
  • 6c292dc4ee 1.138.2 v1.138.2 Andrew Morgan 2025-09-24 12:26:49 +01:00
  • 120389b077 Note ubuntu release support update in the upgrade notes Andrew Morgan 2025-09-23 15:34:26 +01:00
  • 71b34b3a07 Drop support for Ubuntu 24.10 'Oracular Oriole', add support for Ubuntu 25.04 'Plucky Puffin' (#18962) Andrew Morgan 2025-09-23 15:28:40 +01:00
  • af926dcab9 deploy: e766f325af reivilibre 2025-09-24 11:01:21 +00:00
  • e766f325af fix: Compute user last seen timestamp from last seen devices (#18948) PizZaKatZe 2025-09-24 12:59:11 +02:00
  • 512b3f50cf Update MSC4326 error code (#18947) Tulir Asokan 2025-09-24 12:57:24 +02:00
  • 771692addd Rejig when we persist sticky events Kegan Dougal 2025-09-24 11:45:06 +01:00