synapse/changelog.d
Eric Eastwood 408a05ebbc
Fix potential lost logcontext when PerDestinationQueue.shutdown(...) (#19178)
Spawning from looking at the logs in
https://github.com/element-hq/synapse/issues/19165#issuecomment-3527452941
which mention the `federation_transaction_transmission_loop`. I don't
think it's the source of the lost logcontext that person in the issue is
experiencing because this only applies when you try to `shutdown` the
homeserver.

Problem code introduced in
https://github.com/element-hq/synapse/pull/18828

To explain the fix, see the [*Deferred
callbacks*](3b59ac3b69/docs/log_contexts.md (deferred-callbacks))
section of our logcontext docs for more info (specifically using
solution 2).
2025-11-13 15:17:15 -06:00
..
.gitignore
18784.feature register_new_matrix_user: Support multiple config files (#18784) 2025-11-10 16:52:57 +00:00
18943.doc Improve documentation around streams, particularly ID generators and adding new streams. (#18943) 2025-11-10 13:07:22 +00:00
18970.misc Provide same servers list in s2s alias results as c2s. (#18970) 2025-11-13 11:12:03 +00:00
19093.misc Add a shortcut return when there are no events to purge. (#19093) 2025-11-13 14:26:37 +00:00
19111.misc Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
19133.misc Further reduce cardinality of metrics on event persister (#19168) 2025-11-12 16:40:38 +00:00
19135.misc Run trial tests on Python 3.14 in PRs (#19135) 2025-11-12 12:02:50 +00:00
19137.misc Update pyproject.toml to be compatible with other standard Python packaging tools (#19137) 2025-11-12 12:37:42 +00:00
19138.misc Faster redis replication handling (#19138) 2025-11-05 13:42:04 +00:00
19145.misc Fix spelling (#19145) 2025-11-05 14:00:59 +00:00
19146.misc Fixup logcontexts after replication PR. (#19146) 2025-11-05 15:38:14 +00:00
19150.misc Ignore Python language refactors (.git-blame-ignore-revs) (#19150) 2025-11-10 22:34:30 +00:00
19152.feature MSC4140: Remove auth from delayed event management endpoints (#19152) 2025-11-13 18:56:17 +00:00
19155.bugfix Add delayed_events table to boolean column port (#19155) 2025-11-10 12:17:42 +00:00
19167.misc Bump lower bounds of unit test exclusive dependencies for Python 3.10 support (#19167) 2025-11-12 16:37:14 +00:00
19168.misc Further reduce cardinality of metrics on event persister (#19168) 2025-11-12 16:40:38 +00:00
19169.misc Point out which event caused the exception when checking MSC4293 redactions (#19169) 2025-11-13 12:08:22 -06:00
19170.removal Remove support for PostgreSQL 13 (#19170) 2025-11-13 19:38:59 +00:00
19172.misc Restore printing sentinel for log_record.request (#19172) 2025-11-13 09:57:56 -06:00
19173.misc Add debug logs to track Clock callbacks (#19173) 2025-11-13 12:07:23 -06:00
19178.misc Fix potential lost logcontext when PerDestinationQueue.shutdown(...) (#19178) 2025-11-13 15:17:15 -06:00