Releases: cybertec-postgresql/pg_timetable
Releases · cybertec-postgresql/pg_timetable
v2.0.1
v2.0.0
The new major v2 release introduces:
- brand new cron-style schedules;
@reboot,@everyand@afterjobs;- disallow executing the shell tasks using
--no-shell-taskscommand line parameter; - continuos testing implemented with GitHub Actions;
- release packages for different platforms available (
.rpm,.deb,.tar.gz,.zip;Linux,macOS,Windows) - no external
.sqlfiles for bootstrapping, only single binary shipped; - upgrade machinery with database migrations implemented, see
--upgradeoption; - notice processing added, e.g.,
RAISE NOTICE ...from tasks collected into the log
v0.1.2
v0.1.0
Embedded SQL and migrations