Skip to content

Commit e8433bd

Browse files
committed
Update README with changelog for upcoming 1.2.0
1 parent 0cefdf2 commit e8433bd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,18 @@ You just need to specify the headers when making a request like::
6262

6363
Remember that you could also set which headers to use by default by all
6464
requests 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.

0 commit comments

Comments
 (0)