Skip to content

Commit

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

## master

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

## 2.4.1

* Attempt to reconnect to database if connection becomes unusable (e.g. due to
a server restart). See: `huey.contrib.sql_huey.SqlHuey`.
* Do not use a soft file-lock for `FileStorage` - use `fcntl.flock()` instead.

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

## 2.4.0

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.0'
__version__ = '2.4.1'

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

0 comments on commit c610c55

Please sign in to comment.