Skip to content

Commit

Permalink
2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Sep 25, 2024
1 parent be6b06b commit 682d1b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ Changelog

## master

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

## 2.5.2

* Prevent bad task serialization in schedule from causing a batch of tasks
to be lost, see #815..
* Ensure we catch ResultTimeout which may occur when used with Sentinel, #813.
* Remove junk SQS implementation I was testing out.

## 2.5.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.5.1'
__version__ = '2.5.2'

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

0 comments on commit 682d1b1

Please sign in to comment.