Skip to content

Releases: gaiacoop/django-huey

v1.2.1

17 Jun 00:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

15 Apr 02:29
Compare
Choose a tag to compare

What's Changed

  • queues are automatically registered if huey-monitor is available by @pablop94 in #19

Full Changelog: v1.1.2...v1.2.0

v1.1.2

01 Nov 23:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 Feb 22:57
Compare
Choose a tag to compare

1.1.1 - 2022-02-07

Fixed

  • #8 - Redis was required when using SqliteHuey

v1.1.0

19 Jan 02:18
Compare
Choose a tag to compare

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.1

14 Jan 13:04
Compare
Choose a tag to compare

1.0.1 - 2022-01-14

Added

v1.0.0

19 May 03:35
Compare
Choose a tag to compare

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

18 Apr 06:03
Compare
Choose a tag to compare

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

04 Apr 05:54
Compare
Choose a tag to compare

Removing old references to huey project