You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an Admin API endpoint GET /_synapse/admin/v1/scheduled_tasks to fetch scheduled tasks. (#18214)
Add config option user_directory.exclude_remote_users which, when enabled, excludes remote users from user directory search results. (#18300)
Add support for handling GET /devices/ on workers. (#18355)
Bugfixes
Fix a longstanding bug where Synapse would immediately retry a failing push endpoint when a new event is received, ignoring any backoff timers. (#18363)
Pass leave from remote invite rejection down Sliding Sync. (#18375)
Updates to the Docker image
In configure_workers_and_start.py, use the same absolute path of Python in the interpreter shebang, and invoke child Python processes with sys.executable. (#18291)