|
| 1 | +python-scrapinghub release notes |
| 2 | +================================ |
| 3 | + |
| 4 | +1.9.0 (2016-11-02) |
| 5 | +------------------ |
| 6 | + |
| 7 | +- `python-hubstorage`_ merged into python-scrapinghub |
| 8 | +- all tests are improved and rewritten with py.test |
| 9 | +- hubstorage tests use vcrpy cassettes, work faster and don't require any external services to run |
| 10 | + |
| 11 | +`python-hubstorage`_ is going to be considered deprecated, |
| 12 | +its next version will contain a deprecation warning and a proposal |
| 13 | +to use python-scrapinghub >=1.9.0 instead. |
| 14 | + |
| 15 | +1.8.0 (2016-07-29) |
| 16 | +------------------ |
| 17 | + |
| 18 | +- python 3 support & unittests |
| 19 | +- add retries on httplib.HTTPException |
| 20 | +- update scrapinghub api endpoint |
| 21 | + |
| 22 | +1.7.0 (2014-07-25) |
| 23 | +------------------ |
| 24 | + |
| 25 | +- basic py3.3 compatibility while keeping py2.7 compatibility |
| 26 | +- update setup.py classifiers |
| 27 | + |
| 28 | +1.6.2 (2014-07-01) |
| 29 | +------------------ |
| 30 | + |
| 31 | +- fix travis workaround deploying on tags |
| 32 | + |
| 33 | +1.6.1 (2014-07-01) |
| 34 | +------------------ |
| 35 | + |
| 36 | +- packaging improvements |
| 37 | +- cleaner implementation of project.job() |
| 38 | + |
| 39 | +1.6.0 (2014-03-14) |
| 40 | +------------------ |
| 41 | + |
| 42 | +- support retreiving a fixed amount of items |
| 43 | + |
| 44 | +1.5.0 (2014-01-29) |
| 45 | +------------------ |
| 46 | + |
| 47 | +- switch to dash secure endpoint |
| 48 | + |
| 49 | +1.4.4 (2013-12-18) |
| 50 | +------------------ |
| 51 | + |
| 52 | +- log download failure as error only if all attempts exhausted |
| 53 | + |
| 54 | +1.4.3 (2013-11-25) |
| 55 | +------------------ |
| 56 | + |
| 57 | +- update travis config to match travis-ci (pypy updated to 2.2) |
| 58 | +- update pypi credentials |
| 59 | + |
| 60 | +1.4.2 (2013-11-25) |
| 61 | +------------------ |
| 62 | + |
| 63 | +- add python 3 to travis-ci matrix |
| 64 | + |
| 65 | +1.4.1 (2013-11-25) |
| 66 | +------------------ |
| 67 | + |
| 68 | +- tox, travis-ci and pypi uploads |
| 69 | +- pypi uploads only on Python 2.7 success |
| 70 | +- run tests under pypy 2.1 in travis-ci |
| 71 | + |
| 72 | +1.4.0 (2013-09-04) |
| 73 | +------------------ |
| 74 | + |
| 75 | +- add bindings for autoscraping api |
| 76 | + |
| 77 | +1.3.0 (2013-08-26) |
| 78 | +------------------ |
| 79 | + |
| 80 | +- add a way to set starting offset |
| 81 | +- suport requesting meta fields |
| 82 | + |
| 83 | +1.2.1 (2013-08-22) |
| 84 | +------------------ |
| 85 | + |
| 86 | +- resume item downloads on network errors |
| 87 | + |
| 88 | +1.2.0 (2013-08-08) |
| 89 | +------------------ |
| 90 | + |
| 91 | +- add support for stopping a job |
| 92 | +- project.name is deprecated in favour of project.id |
| 93 | +- use stricter arguments for Connection constructor |
| 94 | +- point to dash.scrapinghub.com api endpoint by default |
| 95 | +- enable streaming with requests >= 1.0 |
| 96 | + |
| 97 | +1.1.1 (2012-10-24) |
| 98 | +------------------ |
| 99 | + |
| 100 | +- added automatic retry to items download, when the request fails |
| 101 | + |
| 102 | +1.1 (2012-10-19) |
| 103 | +---------------- |
| 104 | + |
| 105 | +- report correct version on user-agent string |
| 106 | +- ported to uses Requests library (instead of urllib2) |
| 107 | +- added support for gzip transfer encoding to increase API throughput on low |
| 108 | + bandwidth connections |
| 109 | +- deprecated first url argument of scrapinghub.Connection object |
| 110 | +- added support for loading API key from SH_APIKEY environment variable |
| 111 | + |
| 112 | +0.1 (2011-08-15) |
| 113 | +---------------- |
| 114 | + |
| 115 | +First release of python-scrapinghub. |
| 116 | + |
| 117 | + |
| 118 | +.. _python-hubstorage: https://github.com/scrapinghub/python-hubstorage |
0 commit comments