forked from scrapinghub/python-scrapinghub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
25 lines (19 loc) · 678 Bytes
/
NEWS
File metadata and controls
25 lines (19 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
python-scrapinghub release notes
================================
Version 1.1.1
-------------
(release date to be announced)
- added automatic retry to items download, when the request fails
Version 1.1
-----------
(release on Oct 19th, 2012)
- report correct version on user-agent string
- ported to uses Requests library (instead of urllib2)
- added support for gzip transfer encoding to increase API throughput on low
bandwidth connections
- deprecated first url argument of scrapinghub.Connection object
- added support for loading API key from SH_APIKEY environment variable
Version 0.1
-----------
(released on Aug 15th, 2011)
First release of python-scrapinghub.