From c70e5e7bf07144df93caf9ec0505497b5119e708 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 10 Aug 2024 17:43:55 +0000 Subject: [PATCH] 2.9.2 Automatically generated by python-semantic-release --- docs/gitbook/python/changelog.md | 10 ++++++++++ python/bullmq/__init__.py | 2 +- python/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/python/changelog.md b/docs/gitbook/python/changelog.md index 76e2e964be..e8ebafdd09 100644 --- a/docs/gitbook/python/changelog.md +++ b/docs/gitbook/python/changelog.md @@ -2,6 +2,16 @@ +## v2.9.2 (2024-08-10) +### Fix +* **flow:** Validate parentData before ignoreDependencyOnFailure when stalled check happens (#2702) (python) ([`9416501`](https://github.com/taskforcesh/bullmq/commit/9416501551b1ad464e59bdba1045a5a9955e2ea4)) + +### Documentation +* **bullmq-pro:** Update changelog to v7.14.1 ([#2698](https://github.com/taskforcesh/bullmq/issues/2698)) ([`8260582`](https://github.com/taskforcesh/bullmq/commit/826058207f8b75fa77432df9e3a9c3b0b31ffc69)) + +### Performance +* **worker:** Promote delayed jobs while queue is rate limited (#2697) ref #2582 ([`f3290ac`](https://github.com/taskforcesh/bullmq/commit/f3290ace2f117e26357f9fae611a255af26b950b)) + ## v2.9.1 (2024-08-08) ### Fix * **job:** Consider passing stackTraceLimit as 0 (#2692) ref #2487 ([`509a36b`](https://github.com/taskforcesh/bullmq/commit/509a36baf8d8cf37176e406fd28e33f712229d27)) diff --git a/python/bullmq/__init__.py b/python/bullmq/__init__.py index 6164ecbef7..9266bc2943 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.9.1" +__version__ = "2.9.2" __author__ = 'Taskforce.sh Inc.' __credits__ = 'Taskforce.sh Inc.' diff --git a/python/pyproject.toml b/python/pyproject.toml index f0f0b95f59..eba760ffb7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bullmq" -version = "2.9.1" +version = "2.9.2" description='BullMQ for Python' readme="README.md" authors = [