Skip to content

Releases: crawlkit/crawlkit

v2.0.2

23 May 11:44
Compare
Choose a tag to compare

<a name"2.0.2">

2.0.2 (2016-05-23)

Bug Fixes

  • do not run validate-commit-msg after install (da48d45f)

v2.0.1

28 Mar 00:24
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-03-28)

Bug Fixes

v2.0.0

28 Jan 06:13
Compare
Choose a tag to compare
  • uses PhantomJS 2.1.x

v1.5.3

09 Dec 04:48
Compare
Choose a tag to compare
  • Fail on resources with status code of 4XX+

v1.5.2

09 Dec 04:47
Compare
Choose a tag to compare

Broken release

v1.5.1

09 Dec 00:08
Compare
Choose a tag to compare
  • Feature: runner result post-processing

v1.5.0

08 Dec 00:03
Compare
Choose a tag to compare
  • Until now, runners, the overall app and finders only could have the same timeout defined.
  • Feature: main app times out, will be retried.
  • each runner or finder can now define a .timeout getter on the finder/runner object that is used for the respective function returned by .getRunnable().

Breaking changes:

  • .retries has been renamed to .tries in order to reflect better what it really specifies
  • .timeout specifies the overall timeout and has been changed from 10 to 30 seconds.

v1.4.7

07 Dec 02:30
Compare
Choose a tag to compare
  • More logging

v1.4.6

06 Dec 23:42
Compare
Choose a tag to compare
  • More verbose debug logging
  • More stability on flaky PhantomJS instances

v1.4.5

02 Dec 23:44
Compare
Choose a tag to compare
  • Error handling on problems with runner companion files
  • Streaming does not stream errors if they were due to a HeadlessError (which triggers a retry)