Skip to content

Commit 709b4fa

Browse files
committed
Update release notes about HTTPS downloader
1 parent 174f526 commit 709b4fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/news.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ This 1.1 release brings a lot of interesting features and bug fixes:
2626
- Selectors were extracted to the parsel_ library (:issue:`1409`). This means
2727
you can use Scrapy Selectors without Scrapy and also upgrade the
2828
selectors engine without needing to upgrade Scrapy.
29+
- HTTPS downloader now does TLS protocol negotiation by default,
30+
instead of forcing TLS 1.0. You can also set the SSL/TLS method
31+
using the new :setting:`DOWNLOADER_CLIENT_TLS_METHOD`.
2932

3033
- These bug fixes may require your attention:
3134

@@ -85,6 +88,10 @@ Additional New Features and Enhancements
8588
interval (:issue:`1282`).
8689
- Download handlers are now lazy-loaded on first request using their
8790
scheme (:issue:`1390`, :issue:`1421`).
91+
- HTTPS download handlers do not force TLS 1.0 anymore; instead,
92+
OpenSSL's ``SSLv23_method()/TLS_method()`` is used allowing to try
93+
negotiating with the remote hosts the highest TLS protocol version
94+
it can (:issue:`1794`, :issue:`1629`).
8895
- ``RedirectMiddleware`` now skips the status codes from
8996
``handle_httpstatus_list`` on spider attribute
9097
or in ``Request``'s ``meta`` key (:issue:`1334`, :issue:`1364`,

0 commit comments

Comments
 (0)