Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and manast committed Apr 13, 2024
1 parent f3862dd commit deca5d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/gitbook/python/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!--next-version-placeholder-->

## v2.6.0 (2024-04-13)
### Feature
* **worker:** Use 0.002 as minimum timeout for redis version lower than 7.0.8 [python] ([#2521](https://github.com/taskforcesh/bullmq/issues/2521)) ([`f3862dd`](https://github.com/taskforcesh/bullmq/commit/f3862dd0c85cf2c2122fb0306c5f4b5eb8ad0bcd))
* Allow arbitrary large drainDelay ([`9693321`](https://github.com/taskforcesh/bullmq/commit/96933217bf79658e5bb23fd7afe47e0b1150a40d))

### Fix
* **worker:** Use 0.002 as minimum timeout for redis version lower than 7.0.8 (#2515) fixes #2466 ([`44f7d21`](https://github.com/taskforcesh/bullmq/commit/44f7d21850747d9c636c78e08b9e577d684fb885))

### Documentation
* **pro:** Update changes for v7.5.0 ([#2519](https://github.com/taskforcesh/bullmq/issues/2519)) ([`2d02e11`](https://github.com/taskforcesh/bullmq/commit/2d02e11dd0a27cbb22d85875b0452ac1f0eda69d))
* **nestjs:** Update changelog to v3 ([#2518](https://github.com/taskforcesh/bullmq/issues/2518)) ([`c52e528`](https://github.com/taskforcesh/bullmq/commit/c52e528ae1cfbcfde119d141d23fc2d8725e2e84))

## v2.5.0 (2024-04-08)
### Feature
* **python:** Support reusable redis connections ([`29ad8c8`](https://github.com/taskforcesh/bullmq/commit/29ad8c83596b14a312ad1cd375e0e34d4fdecc52))
Expand Down
2 changes: 1 addition & 1 deletion python/bullmq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A background job processor and message queue for Python based on Redis.
"""
__version__ = "2.5.0"
__version__ = "2.6.0"
__author__ = 'Taskforce.sh Inc.'
__credits__ = 'Taskforce.sh Inc.'

Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bullmq"
version = "2.5.0"
version = "2.6.0"
description='BullMQ for Python'
readme="README.md"
authors = [
Expand Down

0 comments on commit deca5d0

Please sign in to comment.