Some minor updates in this release:
- Job Plugins can now cause their event to be updated upon completion, just by including an
update_event
object in the JSON output. This can be used to disable the event, or change any of its properties. - The "Schedule" and "Completed" tabs now remember their state (sub-page) for return visits.
- The "Run Now" button on the Edit Event page now runs the event in its current state (potentially edited).
- The Edit Event page will now autosave its data for return visits.
- Fixed bug which could cause a crash if a server was added that had a clock far out of sync, or had an incorrect secret key.
- Removed server clock sync requirement for adding servers.
- Fixed potential race condition in unit test.
- Typo fixed in debug log (universal web hook).