[Twisted-Python] Twisted 13.2.0pre1 Testing Feedback
Hi everyone, I've yet to hear back from anyone testing the prerelease - if you're able to, please do! Especially of interest to be tested would be the new HostnameEndpoint, which tries to connect to both the IPv4 and IPv6 addresses from a DNS lookup, and uses whichever is first - it makes Glyph excited for its inclusion, so it ought to make you ;) . It also supports SSL chain certificates, which should also fix up some issues using TLS with Twisted - this would also be great for people to test, and will hopefully remove a bunch of monkeypatching in everyone's code. Unless there are problems brought to our attention, it is unlikely that the 13.2.0pre will be different from the final release - so you can also use it to run against your application's test suites, so you know you're ready for upgrading to the full release later. :) The tarballs and NEWS file are available at http://twistedmatrix.com/Releases/pre/13.2.0pre1/ . The ticket for the 13.2 release is at https://twistedmatrix.com/trac/ticket/6795 - please comment on it if you have any issues! -hawkowl
On 25 Oct, 06:38 am, hawkowl@atleastfornow.net wrote:
Hi everyone,
I've yet to hear back from anyone testing the prerelease - if you're able to, please do!
Thanks for managing the 13.2 release! I've deployed my Divmod Quotient server on 13.2.0pre1 and it's running fine so far. Jean-Paul
I've yet to hear back from anyone testing the prerelease - if you're able to, please do!
Tested with Autobahn (WebSocket) + Twisted Web based stuff .. no issues found.
It also supports SSL chain certificates, which should also fix up some issues using TLS with Twisted - this would also be great for people to test, and will hopefully remove a bunch of monkeypatching in everyone's code.
Still using monkey patching (for various other SSL things), but I can confirm "no issues" https://www.ssllabs.com/ssltest/analyze.html?d=crossbardemo.tavendo.de See bottom of that page: "HTTP server signature TwistedWeb/13.2.0pre1" Thanks for the hard work!! /Tobias
On 28/10/13 18:41, Tobias Oberstein wrote:
I've yet to hear back from anyone testing the prerelease - if you're able to, please do! Tested with Autobahn (WebSocket) + Twisted Web based stuff .. no issues found.
It also supports SSL chain certificates, which should also fix up some issues using TLS with Twisted - this would also be great for people to test, and will hopefully remove a bunch of monkeypatching in everyone's code. Still using monkey patching (for various other SSL things), but I can confirm "no issues"
https://www.ssllabs.com/ssltest/analyze.html?d=crossbardemo.tavendo.de
See bottom of that page: "HTTP server signature TwistedWeb/13.2.0pre1"
Thanks for the hard work!!
/Tobias Brilliant - hynek mentioned a few more SSL tickets in the pipeline which should hopefully be in 14.0 - so hopefully we can get rid of all of the monkey patching eventually! :)
On 28/10/13 05:37, Laurens Van Houtven wrote:
Hi Hawkowl,
Thanks for managing the release!
My stuff works fine :)
cheers lvh
Good to hear!And thanks :) On 28/10/13 04:40, exarkun@twistedmatrix.com wrote:
Thanks for managing the 13.2 release!
I've deployed my Divmod Quotient server on 13.2.0pre1 and it's running fine so far.
Jean-Paul
No problem - it's rather exciting, actually!And, great to hear everything is going good (so far at least!). - I think that with no problems being detected so far, I'll get the release ticket in for review soon, and have it in the queue for (hopefully) go time for next week, unless anyone has any objections, or anything crops up. -hawkowl
Brilliant - hynek mentioned a few more SSL tickets in the pipeline which should hopefully be in 14.0 - so hopefully we can get rid of all of the monkey patching eventually! :)
That would be neat. There are 2 issues in pyOpenSSL which would needed to be resolved for monkey patching going away completely: https://bugs.launchpad.net/pyopenssl/+bug/1233810 https://bugs.launchpad.net/pyopenssl/+bug/1244201 /Tobias
participants (4)
-
exarkun@twistedmatrix.com
-
HawkOwl
-
Laurens Van Houtven
-
Tobias Oberstein