On behalf of the Twisted contributors I announce the release candidate of Twisted 24.11.0. This is a release triggered by the following bugfixes: - twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default `bindAddress`. This was a regression introduced in 24.10.0. (#12350) - HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. (#12365) - twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. (#12372) The release and NEWS file is available for review at https://github.com/twisted/twisted/pull/12374 Release candidate documentation is available at https://twisted--12374.org.readthedocs.build/en/12374/ Wheels for the release candidate are available on PyPI python -m pip install Twisted==24.11.0rc1 Please test it and report any issues. If nothing comes up in the next few days, 24.11.0 will be released based on the latest release candidate. I would like to use this opportunity and thank https://thinkst.com/ and https://www.sftpplus.com/ for the ongoing financial support. -- Adi Roiban
Thanks for the release, Adi! Glad to get this critical bugfix out. I've already tested it on my website and it looks like it's working great so far. -g
On Nov 23, 2024, at 3:36 AM, Adi Roiban via Twisted <twisted@python.org> wrote:
On behalf of the Twisted contributors I announce the release candidate of Twisted 24.11.0.
This is a release triggered by the following bugfixes:
- twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default `bindAddress`. This was a regression introduced in 24.10.0. (#12350) - HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. (#12365) - twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. (#12372)
The release and NEWS file is available for review at
https://github.com/twisted/twisted/pull/12374
Release candidate documentation is available at
https://twisted--12374.org.readthedocs.build/en/12374/
Wheels for the release candidate are available on PyPI
python -m pip install Twisted==24.11.0rc1
Please test it and report any issues. If nothing comes up in the next few days, 24.11.0 will be released based on the latest release candidate.
I would like to use this opportunity and thank https://thinkst.com/ and https://www.sftpplus.com/ for the ongoing financial support.
-- Adi Roiban _______________________________________________ Twisted mailing list -- twisted@python.org To unsubscribe send an email to twisted-leave@python.org https://mail.python.org/mailman3/lists/twisted.python.org/ Message archived at https://mail.python.org/archives/list/twisted@python.org/message/QBUMLE32SMC... Code of Conduct: https://twisted.org/conduct
participants (2)
-
Adi Roiban
-
Glyph