Releases: gaiacoop/django-huey
Releases · gaiacoop/django-huey
v1.1.1
1.1.1 - 2022-02-07
Fixed
- #8 - Redis was required when using SqliteHuey
v1.1.0
1.1.0 - 2022-01-18
Added
- Allow definition of specific queues file path.
- Configuration error is raised if two queues have the same name.
v1.0.0
1.0.0 - 2021-05-19
Note: This release contains breaking changes, see them below with the migration instructions.
Added
- Allow definition of a default queue.
Changed
- HUEYS django setting renamed to DJANGO_HUEY.
- Change command run_djangohuey to djangohuey.
v0.2.0
0.2.0 - 2021-04-18
Added
Nothing added this release
Changed
Nothing changed this release
Fixed
- When a huey name was not provided, default django db name was used. Now it's defaulted to queue name.
Removed
- Removed incompatibility with HUEY setting used by huey project.
v0.1.1
Removing old references to huey project