File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -62,3 +62,18 @@ You just need to specify the headers when making a request like::
6262
6363Remember that you could also set which headers to use by default by all
6464requests with `DEFAULT_REQUEST_HEADERS <http://doc.scrapy.org/en/1.0/topics/settings.html#default-request-headers >`_
65+
66+
67+ Changes
68+ =======
69+
70+ v1.2.0 (YYYY-MM-DD)
71+ -------------------
72+
73+ - Recommend middleware order to be ``610 `` to run before ``RedirectMiddleware ``.
74+ - Change default download timeout to 190s or 3 minutes 10 seconds
75+ (instead of 1800s or 30 minutes).
76+ - Test and advertize Python 3 compatiblity.
77+ - New ``crawlera/request `` and ``crawlera/request/method/* `` stats counts.
78+ - Clear Scrapy DNS cache for proxy URL in case of connection errors.
79+ - Distribute plugin as universal wheel.
You can’t perform that action at this time.
0 commit comments