Skip to content

Releases: codeigniter4/tasks

v1.0.1

30 Mar 05:39
30a329a

Choose a tag to compare

What's Changed

  • fix: change queue dependency from dev-develop to ^1.0 by @michalsn in #202

Full Changelog: v1.0.0...v1.0.1

v1.0.0

29 Mar 17:32
8d0c0f8

Choose a tag to compare

This is the first stable release of CodeIgniter Tasks for CodeIgniter 4.

CodeIgniter Tasks brings a native task scheduler to CodeIgniter 4, making it easy to define scheduled work in code and run it from a single cron entry. Tasks can execute framework commands, URLs, and queue jobs, while giving developers a clean fluent API for building schedules.

Highlights

  • Fluent task scheduling for CodeIgniter 4
  • Support for commands, shell, events, URLs, and queue jobs
  • Timezone-aware scheduling
  • Rich frequency helpers, including hourly, monthly, specific times of day, and custom cron expressions
  • Next-run calculation for better visibility into schedules
  • CLI commands to publish config, list tasks, run the scheduler, and enable or disable task execution

Contributors

Thanks to all contributors who helped shape this first release:
@ChoMPi0, @colethorsen, @datamweb, @ddevsr, @kenjis, @kloukas, @lonnieezell, @MGatner, @michalsn, @muhannad17, @samsonasik, and @yassinedoghri.

Full Changelog: https://github.com/codeigniter4/tasks/commits/v1.0.0