Releases: luka-dev/headless-task-server
v1.4.5
What's Changed
- @ulixee/hero is now version 33
- Update Dockerfile by @george-zakharov in #6
New Contributors
- @george-zakharov made their first contribution in #6
Full Changelog: v1.4.4...v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
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
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
Full Changelog: v1.3.1...v1.3.2
New status object
Better error logging
Limited queue waiting time
Memory safety mechanism
Full Changelog: v1.3.0...v1.3.1
Helo Hero, bye Secret Agent
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.\