Skip to content

Releases: luka-dev/headless-task-server

v1.2.2: feat: better error handling and output.

28 Apr 09:12

Choose a tag to compare

feat: better error handling and output
fix: crash on createAgent
bump: new version

v1.2.1

22 Apr 12:49

Choose a tag to compare

feat(test): now run numbers not resting for each test
fix(tasks runner): fixed timeout reject, and some system catches
fix(SessionCleaner): fixed logic, thats sometimes remove actual session. Session file will be saved for (DEFAULT_SESSION_TIMEOUT * 2)

v1.1.2

14 Apr 16:56

Choose a tag to compare

Only one feature: preventing ruining previously runned server on double start

v1.1.1

11 Apr 05:52

Choose a tag to compare

fix(test): Default count value didnt work

v1.1.0

10 Apr 20:08

Choose a tag to compare

BREAKING CHANGE: Changed response fields.

Fixed stupid typo timigs renamed to timings and CREATED_AT, BEGIN_AT, END_AT converted to lower case.

v1.0.2

10 Apr 13:14

Choose a tag to compare

Test more - Scrape more

Tests:

  • They are requesting now in async way to test server stability
  • With argument -c/--count, we can run test multiple times
  • Test can be runned on local machine or remote behind AUTH_KEY
  • Output now a bit prettier

And some other minor stuff

v1.0.1

07 Apr 02:53

Choose a tag to compare

Bumped version, cleaned code!

v1.0.0

23 Feb 22:48

Choose a tag to compare

This release contain well tested build, logging, authentication and API handling mechanisms.
Minimal documentation that explain how to use.
Good Luck)