Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Nov 28, 2021
1 parent b488a36 commit 2e9f1ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ Changelog

## master

[View commits](https://github.com/coleifer/huey/compare/2.4.1...HEAD)
[View commits](https://github.com/coleifer/huey/compare/2.4.2...HEAD)

## 2.4.2

* Fix implementation of schedule-pop Lua script so it works with Redis cluster.
* Ensure Django connections are closed before *and* after (previously they were
only closed after) task execution with `db_task()` and `db_periodic_task()`.
* Allow additional lock-names to be specified when flushing locks.

[View commits](https://github.com/coleifer/huey/compare/2.4.1...2.4.2)

## 2.4.1

Expand Down
2 changes: 1 addition & 1 deletion huey/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Charles Leifer'
__license__ = 'MIT'
__version__ = '2.4.1'
__version__ = '2.4.2'

from huey.api import BlackHoleHuey
from huey.api import Huey
Expand Down

0 comments on commit 2e9f1ef

Please sign in to comment.