Skip to content

Releases: gjcarneiro/yacron

0.19.0

11 Mar 13:59
Compare
Choose a tag to compare
  • 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

01 Jan 18:35
Compare
Choose a tag to compare
  • 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

26 Jun 13:07
Compare
Choose a tag to compare
  • 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

05 Dec 13:50
Compare
Choose a tag to compare
  • 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

19 Nov 11:09
Compare
Choose a tag to compare
  • Fix a bug in the --validate option (#57, Leonid Repin)

0.15.0

10 Nov 11:53
Compare
Choose a tag to compare
  • Allow emails to be html formatted
  • Fix an error when reading cmd output with huge lines (#56)

0.14.0

04 Oct 13:20
Compare
Choose a tag to compare
  • Sentry: increase the size of messages before getting truncated #54
  • Sentry: allow specifying the environment option #53
  • Minor fixes

0.13.1

10 Aug 17:59
Compare
Choose a tag to compare
  • unicode fixes for the exe binary version

0.13.0

28 Jun 10:11
Compare
Choose a tag to compare
  • Add ability for one config file to include another one #38
  • Add shell command reporting ability (Hannes Hergeth, #50)

0.12.0

22 Apr 17:56
Compare
Choose a tag to compare
  • 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)