Version 0.6.14
A few small changes and bug fixes in this release:
- Support for new web_hook_custom_data config parameter, for sending custom JSON data along with each web hook HTTP POST. Should fix #20.
- Support for new web_hook_ssl_cert_bypass config parameter, for disabling SSL cert validation for web hook URLs (should only be needed in special cases).
- More strict validation of event data when calling APIs such as
create_event
,update_event
,run_event
andupdate_job
. Should prevent malformed data from crashing the main process. Should fix #25. - Now only logging job completions to the admin activity log if the job fails (non-zero code). Successful job completions are only logged in the "Complete" tab.
- More verbose logging for all web hook HTTP responses (debug level 9).
- Bug fix: Was incorrectly logging phantom error message for a non-error when job runs.
- Fixed broken unit test which was expecting activity log to have all job completions.
Thanks to everyone who reported bugs!