Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.63 KB

File metadata and controls

31 lines (16 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.2 (2023-07-01)

Bug Fixes

  • PingJob: Avoid collision if multiple instances are running on the same machine (607a653)
  • ScriptJob: Check for function type and timeout on initial script run (4f16d71)

0.1.1 (2023-05-26)

Features

  • Implemented job execution and reporting for all the monitor types except the script monitor (52edb49)
  • ScriptJob: Implemented script job runner using isolated-vm (63c5dbf)

Bug Fixes

  • PingJob: Added session close to ping job (edb0bf7)
  • Runner: Unschedule all jobs before scheduling new jobs using the current scheduling system (4a8cfb9)

Build/CI

  • Added support for esm modules (8df0a1c)
  • Initialized development environment (4d0b1a2)