Skip to content

v3.0.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 15:07
· 62 commits to master since this release
eedb6bd

Breaking Changes

  • Renamed REDIS_CLIENT_KWARGS configuration to CLIENT_KWARGS.

🚀 Features

  • Created a new Task model representing all kind of scheduled tasks.
    • In future versions, CronTask, ScheduledTask and RepeatableTask will be removed.
    • Task model has a task_type field to differentiate between the types of tasks.
    • Old tasks in the database will be migrated to the new Task model automatically.

🧰 Maintenance

  • Update dependencies to the latest versions.