File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ This 1.1 release brings a lot of interesting features and bug fixes:
26
26
- Selectors were extracted to the parsel _ library (:issue: `1409 `). This means
27
27
you can use Scrapy Selectors without Scrapy and also upgrade the
28
28
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 `.
29
32
30
33
- These bug fixes may require your attention:
31
34
@@ -85,6 +88,10 @@ Additional New Features and Enhancements
85
88
interval (:issue: `1282 `).
86
89
- Download handlers are now lazy-loaded on first request using their
87
90
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 `).
88
95
- ``RedirectMiddleware `` now skips the status codes from
89
96
``handle_httpstatus_list `` on spider attribute
90
97
or in ``Request ``'s ``meta `` key (:issue: `1334 `, :issue: `1364 `,
You can’t perform that action at this time.
0 commit comments