Releases: gjcarneiro/yacron
Releases · gjcarneiro/yacron
0.19.0
- Add ability to configure yacron's own logging (#81 #82 #83, gjcarneiro, bdamian)
- Add config value for SMTP(validate_certs=False) (David Batley)
0.18.0
- fixes "Job is always executed immediately on yacron start" (#67)
- add an
enabled
option in jobs (#73)
- give a better error message when no configuration file is provided or exists (#72)
0.17.0
- Support Additional Shell Report Vars (RJ Garcia)
- Shell reporter: handle long lines truncatation (Hannes Hergeth)
- exe: undo pyinstaller LD_LIBRARY_PATH changes in subprocesses (#68, Gustavo Carneiro)
0.16.0
- make the capture max line length configurable and change the default
from 64K to 16M (#56)
- Add config option to change prefix of subprocess stream lines (#58, eelkeh)
0.15.1
- Fix a bug in the --validate option (#57, Leonid Repin)
0.15.0
- Allow emails to be html formatted
- Fix an error when reading cmd output with huge lines (#56)
0.14.0
- Sentry: increase the size of messages before getting truncated #54
- Sentry: allow specifying the environment option #53
- Minor fixes
0.13.1
- unicode fixes for the exe binary version
0.13.0
- Add ability for one config file to include another one #38
- Add shell command reporting ability (Hannes Hergeth, #50)
0.12.0
- web: don't crash when receiving a web request without Accept header (#45)
- add env_file configuration option (Alessandro Romani, #43)
- email: add missing Date header (#39)