Skip to content

Releases: thomasdondorf/puppeteer-cluster

v0.11.0

25 Feb 21:46
Compare
Choose a tag to compare

Fixed

  • Fixed rarely happening bug (issue #3), which made browser not able to restart

v0.10.0

25 Feb 21:47
Compare
Choose a tag to compare

Added

  • Node.js support for version 6 and 7 added

v0.9.1

25 Feb 21:47
Compare
Choose a tag to compare

Fixed

  • Circular structures led to crashs in case of crawling errors.

v0.9.0: npm token updated

25 Feb 21:47
Compare
Choose a tag to compare

Changed

  • Cluster.task function signature changed from Cluster.task(page, url) to Cluster.task({ page, data }). Cluster.queue can be passed any data instead of a string or object.

v0.8.1

25 Feb 21:47
Compare
Choose a tag to compare

Fixed

  • The timeout-promise for a task was not canceled when a task threw an error.