1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00
synapse/changelog.d
Devon Hudson ecad88f5c5
Cleanup deleted state group references (#18165)
### 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-02-18 14:44:38 +00:00
..
.gitignore
17436.doc Add Oracle Linux installation instructions (#17436) 2025-02-10 08:17:26 +00:00
17616.misc Overload "allow_none" on DB pool static method (#17616) 2025-02-10 15:37:05 +00:00
17949.feature feat: Allow multiple values for SSO attribute_requirements via comma separation (#17949) 2025-02-10 15:36:21 +00:00
17967.misc Cleanup Python 3.8 leftovers (#17967) 2025-02-10 16:53:24 +00:00
18004.feature Add MSC3861 config options admin_token_path and client_secret_path (#18004) 2025-02-04 12:45:33 -06:00
18122.doc Document missing server config options (#18122) 2025-02-12 11:16:06 -06:00
18124.misc Add log message when worker lock timeouts get large (#18124) 2025-02-12 14:37:56 +00:00
18125.bugfix Fix internal server error when updating 3pid address with invalid email (#18125) 2025-02-12 14:06:21 +00:00
18134.misc make dual licensing explicit (#18134) 2025-02-05 13:40:10 +00:00
18135.bugfix Fix legacy modules check_username_for_spam (#18135) 2025-02-05 12:07:49 +00:00
18136.misc Fix 'Fix lint' GHA (#18136) 2025-02-05 12:30:13 +00:00
18138.doc Document consequences of replacing secrets (#18138) 2025-02-17 14:25:42 +00:00
18139.misc Don't log exceptions for obviously incorrect stream tokens (#18139) 2025-02-10 15:27:46 +00:00
18144.feature Add method to get current server time in milliseconds in ModuleApi (#18144) 2025-02-18 10:20:30 +00:00
18145.bugfix Add rc_presence ratelimiting config to demo/start.sh (#18145) 2025-02-11 14:39:12 +07:00
18158.docker Add support to proxy outbound requests from Synapse in tests (#18158) 2025-02-17 10:23:04 -06:00
18159.doc Update rc_presence config docs with int burst_count (#18159) 2025-02-14 17:23:40 +07:00
18165.bugfix Cleanup deleted state group references (#18165) 2025-02-18 14:44:38 +00:00
18172.misc Limit size of user directory search queries (#18172) 2025-02-17 15:39:26 +00:00