pg_timetable v2.0.0 Release Notes

Release Date: 2020-03-06 // about 4 years ago
  • The new major v2 release introduces:

    • ๐Ÿ’… brand new cron-style schedules;
    • ๐Ÿ‘ท @reboot, @every and @after jobs;
    • ๐Ÿ’ป disallow executing the shell tasks using --no-shell-tasks command line parameter;
    • โœ… continuos testing implemented with GitHub Actions;
    • ๐Ÿš€ release packages for different platforms available (.rpm, .deb, .tar.gz, .zip; Linux, macOS, Windows)
    • no external .sql files for bootstrapping, only single binary shipped;
    • โฌ†๏ธ upgrade machinery with database migrations implemented, see --upgrade option;
    • ๐ŸŒฒ notice processing added, e.g., RAISE NOTICE ... from tasks collected into the log