synapse/changelog.d
Devon Hudson a39b856cf0
Add DB delta to remove the old state group deletion job (#18284)
This background DB delta removes the old state group deletion background
update from the `background_updates` table if it exists.
The `delete_unreferenced_state_groups_bg_update` update should only
exist in that table if a homeserver ran v1.126.0rc1/v1.126.0rc2, and
rolled back or forward to any other version of Synapse before letting
the update finish.

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [X] Pull request is based on the develop branch
* [X] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [X] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
2025-03-27 14:56:16 +00:00
..
.gitignore
18068.misc Add a column participant to room_memberships table (#18068) 2025-03-18 17:59:57 +00:00
18074.bugfix Add index to sliding sync membership snapshot table, to fix a performance issue. (#18074) 2025-03-18 18:38:18 +00:00
18251.misc Update Poetry to 2.1.1, including updating the lock file version. (#18251) 2025-03-21 15:32:52 +00:00
18254.feature Delete unreferenced state groups in background (#18254) 2025-03-21 17:09:49 +00:00
18255.misc Pin our GitHub Actions dependencies (#18255) 2025-03-19 14:16:04 +00:00
18271.docker Dockerfile: set package arch via APT config option (#18271) 2025-03-25 13:58:40 +00:00
18272.docker Docker: Use an ARG for debian version more often (#18272) 2025-03-25 13:57:55 +00:00
18273.docker Pass args to start_for_complement.sh (#18273) 2025-03-25 14:09:38 +00:00
18276.doc Correct typo "SAML" -> SSO in mapping providers docs (#18276) 2025-03-25 10:35:01 +00:00
18283.doc Add docs for how to clear out the Poetry wheel cache (#18283) 2025-03-26 14:35:54 -05:00
18284.misc Add DB delta to remove the old state group deletion job (#18284) 2025-03-27 14:56:16 +00:00