From 7fdd8924d3625b6916e36d78c0f8e91956572a43 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 11 Jul 2024 14:13:57 +0000 Subject: [PATCH] 2.8.1 Automatically generated by python-semantic-release --- docs/gitbook/python/changelog.md | 7 +++++++ python/bullmq/__init__.py | 2 +- python/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/python/changelog.md b/docs/gitbook/python/changelog.md index 833754f0a4..cb1a82aff2 100644 --- a/docs/gitbook/python/changelog.md +++ b/docs/gitbook/python/changelog.md @@ -2,6 +2,13 @@ +## v2.8.1 (2024-07-11) +### Fix +* **delayed:** Avoid using jobId in order to schedule delayed jobs (#2587) (python) ([`228db2c`](https://github.com/taskforcesh/bullmq/commit/228db2c780a1ca8323900fc568156495a13355a3)) + +### Performance +* **delayed:** Keep moving delayed jobs to waiting when queue is paused (#2640) (python) ([`b89e2e0`](https://github.com/taskforcesh/bullmq/commit/b89e2e0913c0886561fc1c2470771232f17f5b3b)) + ## v2.8.0 (2024-07-10) ### Feature * **queue:** Add getCountsPerPriority method [python] ([#2607](https://github.com/taskforcesh/bullmq/issues/2607)) ([`02b8338`](https://github.com/taskforcesh/bullmq/commit/02b83380334879cc2434043141566f2a375db958)) diff --git a/python/bullmq/__init__.py b/python/bullmq/__init__.py index 729c1e1dd9..87288f044f 100644 --- a/python/bullmq/__init__.py +++ b/python/bullmq/__init__.py @@ -3,7 +3,7 @@ A background job processor and message queue for Python based on Redis. """ -__version__ = "2.8.0" +__version__ = "2.8.1" __author__ = 'Taskforce.sh Inc.' __credits__ = 'Taskforce.sh Inc.' diff --git a/python/pyproject.toml b/python/pyproject.toml index 3221824bc1..4f99cf9a83 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bullmq" -version = "2.8.0" +version = "2.8.1" description='BullMQ for Python' readme="README.md" authors = [