Twisted 22.1.0 Pre-Release Announcement
On behalf of the Twisted contributors I announce the release candidate of Twisted 22.1.0 This is mainly a bugfix release. The main bug is: - twisted.web.client.RedirectAgent and twisted.web.client.BrowserLikeRedirectAgent now properly remove sensitive headers when redirecting to a different origin. (#10294) The only new feature is: - twisted.conch.ssh now supports SSH extension negotiation (RFC 8308). (#10266) The release and NEWS file is available for review at https://github.com/twisted/twisted/pull/1686/files Release candidate documentation is available at https://twisted--1686.org.readthedocs.build/en/1686/ Wheels for the release candidate are available on PyPI https://pypi.org/project/Twisted/22.1.0rc1/ python -m pip install Twisted==22.1.0rc1 Please test it and report any issues. If nothing comes up in one week, 22.1.0 will be released based on the latest release candidate. Many thanks to everyone who had a part in Twisted development, the supporters of the Twisted Software Foundation, the developers, and all the people testing and building great things with Twisted! -- Adi Roiban
Thank you so much for getting the release machinery kicked off Adi! It’s worth noting, I think, that both of these bugfixes are both addressing moderately severe security issues, so if you’ve been waiting to put the upgrade off, this would be a good one to hustle on. -g
On Jan 26, 2022, at 3:29 PM, Adi Roiban <adiroiban@gmail.com> wrote:
On behalf of the Twisted contributors I announce the release candidate of Twisted 22.1.0
This is mainly a bugfix release.
The main bug is:
- twisted.web.client.RedirectAgent and twisted.web.client.BrowserLikeRedirectAgent now properly remove sensitive headers when redirecting to a different origin. (#10294)
The only new feature is:
- twisted.conch.ssh now supports SSH extension negotiation (RFC 8308). (#10266)
The release and NEWS file is available for review at
https://github.com/twisted/twisted/pull/1686/files
Release candidate documentation is available at
https://twisted--1686.org.readthedocs.build/en/1686/
Wheels for the release candidate are available on PyPI
https://pypi.org/project/Twisted/22.1.0rc1/
python -m pip install Twisted==22.1.0rc1
Please test it and report any issues. If nothing comes up in one week, 22.1.0 will be released based on the latest release candidate.
Many thanks to everyone who had a part in Twisted development, the supporters of the Twisted Software Foundation, the developers, and all the people testing and building great things with Twisted!
-- 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/LJU54CY4S5G... Code of Conduct: https://twisted.org/conduct
Hi On Thu, 27 Jan 2022 at 22:19, Glyph <glyph@twistedmatrix.com> wrote:
Thank you so much for getting the release machinery kicked off Adi!
It’s worth noting, I think, that both of these bugfixes are both addressing moderately severe security issues, so if you’ve been waiting to put the upgrade off, this would be a good one to hustle on.
This release is only for the HTTP client-side fix. The SSH PR was not yet approved / reviewed. It's waiting to be reviewed. If you are a member of twisted-owners group [0] you should have access to the PR via this link https://github.com/twisted/twisted/security/advisories/GHSA-rv6r-3f5q-9rgx [0] https://github.com/orgs/twisted/people?query=role%3Aowner Regards
-g
On Jan 26, 2022, at 3:29 PM, Adi Roiban <adiroiban@gmail.com> wrote:
On behalf of the Twisted contributors I announce the release candidate of Twisted 22.1.0
This is mainly a bugfix release.
The main bug is:
- twisted.web.client.RedirectAgent and twisted.web.client.BrowserLikeRedirectAgent now properly remove sensitive headers when redirecting to a different origin. (#10294)
The only new feature is:
- twisted.conch.ssh now supports SSH extension negotiation (RFC 8308). (#10266)
The release and NEWS file is available for review at
https://github.com/twisted/twisted/pull/1686/files
Release candidate documentation is available at
https://twisted--1686.org.readthedocs.build/en/1686/
Wheels for the release candidate are available on PyPI
https://pypi.org/project/Twisted/22.1.0rc1/
python -m pip install Twisted==22.1.0rc1
Please test it and report any issues. If nothing comes up in one week, 22.1.0 will be released based on the latest release candidate.
Many thanks to everyone who had a part in Twisted development, the supporters of the Twisted Software Foundation, the developers, and all the people testing and building great things with Twisted!
-- 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/LJU54CY4S5G... Code of Conduct: https://twisted.org/conduct
_______________________________________________ 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/MFGBDRAT2ZP... Code of Conduct: https://twisted.org/conduct
-- Adi Roiban
participants (2)
-
Adi Roiban
-
Glyph