Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.07 KB

File metadata and controls

57 lines (38 loc) · 1.07 KB

0.2.14

0.2.13 2026-01-13

0.2.12 2025-11-28

0.2.11 2025-11-27

  • Added job events.

0.2.10 2025-11-24

0.2.9 2025-11-22

  • Adds scaffolding commands.

0.2.8 2025-11-12

  • Adds the jobs:run command to execute both the scheduler and worker in a single process.

0.2.7 2025-11-12

0.2.6 2025-11-12

  • Renamed config.yaml to neuron.yaml

0.2.5 2025-11-11

0.2.4 2025-11-10

  • Scheduled jobs can now be queued for asynchronous processing.

0.2.3 2025-11-08

  • Added asynchronous job queue system.

0.2.1 2025-11-08

  • Composer update.

0.2.0 2025-08-13

  • Added CLI commands.

0.1.5 2025-01-16

  • Updated bootstrap to support the new core.

0.1.4 2025-01-15

  • Completed tests.
  • Missing config values now automatically fallback to env values.
  • Config file name can now be modified.

0.1.3 2025-11-08

0.1.2 2025-01-10

  • Updates for core refactoring.

0.1.1 2025-01-09

  • Updates for core refactoring.

0.1.0 2025-01-07

  • Initial release
  • Loads jobs from schedule.yaml
  • Runs as an infinite polling loop.
  • Runs as a single polling instance.