synapse/changelog.d
Eric Eastwood b07b14b494
Federation outbound proxy (#15773)
Allow configuring the set of workers to proxy outbound federation traffic through (`outbound_federation_restricted_to`).

This is useful when you have a worker setup with `federation_sender` instances responsible for sending outbound federation requests and want to make sure *all* outbound federation traffic goes through those instances. Before this change, the generic workers would still contact federation themselves for things like profile lookups, backfill, etc. This PR allows you to set more strict access controls/firewall for all workers and only allow the `federation_sender`'s to contact the outside world.

The original code is from @erikjohnston's branches which I've gotten in-shape to merge.
2023-07-05 18:53:55 -05:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
15751.misc Add foreign key constraint to event_forward_extremities. (#15751) 2023-07-05 09:43:19 +00:00
15773.feature Federation outbound proxy (#15773) 2023-07-05 18:53:55 -05:00
15782.misc Add basic read/write lock (#15782) 2023-07-05 17:25:00 +01:00
15826.misc Fix could not serialize access due to concurrent DELETE from presence_stream (#15826) 2023-07-05 11:44:02 +01:00
15844.feature Add not_user_type param to the list accounts admin API (#15844) 2023-07-04 15:03:20 -07:00
15850.misc Add tracing to media /upload endpoint (#15850) 2023-07-05 10:22:21 -05:00
15851.removal Remove support for Python 3.7 (#15851) 2023-07-05 18:45:42 -05:00
15852.doc docs/admin_api: fix header level on 'Users' page (#15852) 2023-07-05 16:15:56 +02:00
15853.misc Add a timeout that aborts any Postgres statement taking more than 1 hour. (#15853) 2023-07-03 11:38:57 +01:00
15854.misc Fix the devenv up configuration which was ignoring the config overrides. (#15854) 2023-07-03 11:39:52 +01:00
15861.misc devices: use combined ANY clause for faster cleanup (#15861) 2023-07-03 16:39:38 +02:00
15862.bugfix 1.87.0 2023-07-04 16:25:33 +01:00
15876.bugfix use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876) 2023-07-05 10:52:12 +02:00