Skip to content

Commit 1e6e10b

Browse files
chore(release): vpy2.25.4 (#4338)
1 parent 53b82bf commit 1e6e10b

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

docs/gitbook/python/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.25.4](https://github.com/taskforcesh/bullmq/compare/vpy2.25.3...vpy2.25.4) (2026-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **queue:** retrieve jobs in same transaction under getJobs ([#4300](https://github.com/taskforcesh/bullmq/issues/4300)) (python) (elixir) (php) (rust) ([8571503](https://github.com/taskforcesh/bullmq/commit/8571503034a43c6d5882e290051957215fd20fee))
7+
8+
9+
### Features
10+
11+
* add QueueEvents, queue/worker getters, and missing options [rust] ([#4229](https://github.com/taskforcesh/bullmq/issues/4229)) ([60ae049](https://github.com/taskforcesh/bullmq/commit/60ae0492a3200f8496976a3b51609e7e54eafd1b))
12+
* idiomatic builder-based ergonomics across the public API [rust] ([#4288](https://github.com/taskforcesh/bullmq/issues/4288)) ([bbf0844](https://github.com/taskforcesh/bullmq/commit/bbf0844a250d08d6bfafacb43360f26a57cb9c87))
13+
114
## [2.25.3](https://github.com/taskforcesh/bullmq/compare/vpy2.25.2...vpy2.25.3) (2026-07-10)
215

316

python/bullmq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
A background job processor and message queue for Python based on Redis.
55
"""
6-
__version__ = "2.25.3"
6+
__version__ = "2.25.4"
77
__author__ = 'Taskforce.sh Inc.'
88
__credits__ = 'Taskforce.sh Inc.'
99

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bullmq"
7-
version = "2.25.3"
7+
version = "2.25.4"
88
description='BullMQ for Python'
99
readme="README.md"
1010
authors = [

0 commit comments

Comments
 (0)