Skip to content

Releases: luka-dev/headless-task-server

v1.4.5

06 Jul 18:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

20 Mar 05:14
39db79f

Choose a tag to compare

What's Changed

  • Make build dockerfile independent from host by @bpteam in #5
  • Hero bump from alpha 23 to alpha 28

New Contributors

  • @bpteam made their first contribution in #5

Full Changelog: v1.4.3...v1.4.4

v1.4.3

08 Aug 10:22

Choose a tag to compare

fix: Hero bumped to alpha 23
feat: execute-js-plugin is added

v1.4.2

26 Apr 02:04

Choose a tag to compare

Update to new Hero version (alpha21)

v1.4.1

14 Mar 09:23

Choose a tag to compare

Minor changer

  • Better error messages
  • Added test script
  • Package version bump

v1.4.0

12 Mar 23:49

Choose a tag to compare

Overall refactored code.
Implemented script abort, better error handling logging and reporting.

Full Changelog: v1.3.3...v1.4.0

no callback overlapping and force die on error

01 Mar 01:47

Choose a tag to compare

fix: upstreamProxyIpMask
fix: agent.close mechanism
feat: resolve reject only prevention overlapping with isFulfilled
feat: onDisconnect, in case if Core start crashing or Hero cant communicate, node will die (servers as AWS do env restart)
feat: logs hook
feat: /logs action
fix: stats pool filter

v1.3.2

23 Feb 11:28

Choose a tag to compare

Full Changelog: v1.3.1...v1.3.2

New status object
Better error logging
Limited queue waiting time

Memory safety mechanism

22 Feb 10:05

Choose a tag to compare

Helo Hero, bye Secret Agent

22 Feb 06:48

Choose a tag to compare

BREAKING CHANGE!
In this release we changed browsers controller from Secret Agent to new system named Hero.
It's should guarantee more stable updates, bug fixes and cutting edge solutions for bypassing anti-bots protections.

Slightly changed task scripting according to Hero DOCS, and return output; replaced with resolve or reject.
Implemented better error logging, and request handling.
Updated Docker image to newer nodejs 18 version.
Added jest with few example tests.\