synapse/changelog.d
Andrew Morgan ed6b7ba9c3
Bump pyo3 from 0.23.5 to 0.24.2 (#18460)
Also bump pythonize from 0.23.0 to 0.24.0, otherwise we couldn't compile
as pythonize 0.23.0 required pyo3 "^0.23.0".

Addresses
[RUSTSEC-2025-0020](https://rustsec.org/advisories/RUSTSEC-2025-0020),
although Synapse is not affected as we don't make use of
`PyString::from_object`.

[pyo3 0.24.x](https://github.com/PyO3/pyo3/releases/tag/v0.24.0) include
some performance optimisations apparently, and no breaking changes.

### 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-05-21 22:12:01 +00:00
..
.gitignore
18262.feature Add option to allow registrations that begin with '_' (#18262) 2025-05-15 11:31:52 +00:00
18286.doc Fix room_list_publication_rules docs for v1.126.0 (#18286) 2025-05-14 11:36:54 +01:00
18318.feature Include room ID in room deletion status response (#18318) 2025-05-20 11:53:30 -05:00
18380.misc remove room without listeners from Notifier.room_to_user_streams (#18380) 2025-05-15 18:18:17 +01:00
18387.feature Policy server part 1: Actually call the policy server (#18387) 2025-05-21 22:09:09 +00:00
18409.misc Fix a couple type annotations in the RootConfig/Config (#18409) 2025-05-13 10:22:15 -05:00
18417.misc Explicitly enable pypy for cibuildwheel (#18417) 2025-05-13 15:19:30 +01:00
18419.misc Remove newline from final bullet point of PR template (#18419) 2025-05-13 15:14:00 +01:00
18420.misc Explain why we flush_buffer() for Python print(...) output (#18420) 2025-05-13 10:40:49 -05:00
18434.bugfix Fix admin redaction endpoint not redacting encrypted messages (#18434) 2025-05-19 09:48:46 +01:00
18440.misc Check for CREATE/DROP INDEX in schema deltas (#18440) 2025-05-19 10:52:05 +00:00
18445.doc Update postgres.md (#18445) 2025-05-20 13:31:05 +00:00
18451.misc Bump ruff from 0.7.3 to 0.11.10 (#18451) 2025-05-20 15:23:30 +01:00
18454.misc Allow only requiring a field be present in an SSO response, rather than specifying a required value (#18454) 2025-05-19 17:50:02 +01:00
18460.misc Bump pyo3 from 0.23.5 to 0.24.2 (#18460) 2025-05-21 22:12:01 +00:00
18463.misc Add a unit test for the phone home stats (#18463) 2025-05-20 16:26:45 +01:00