Skip to content

Commit 6a9da4d

Browse files
committed
Merge branch 'fix/fix-issue-4283' of https://github.com/taskforcesh/bullmq into fix/fix-issue-4283
2 parents e7fd6ef + 1ffa288 commit 6a9da4d

5 files changed

Lines changed: 286 additions & 63 deletions

File tree

rust/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## [1.0.1](https://github.com/taskforcesh/bullmq/compare/vrs1.0.0...vrs1.0.1) (2026-07-14)
2+
3+
### Performance Improvements
4+
5+
- **worker:** do fetch next job in same finished roundtrip [rust] ([#4277](https://github.com/taskforcesh/bullmq/issues/4277)) ([677e259](https://github.com/taskforcesh/bullmq/commit/677e2590a04040ea21a0107d6bdcf5a33cf6b5e9))

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bullmq-official"
3-
version = "0.1.0"
3+
version = "1.0.1"
44
edition = "2021"
55
rust-version = "1.85"
66
authors = ["Taskforce.sh Inc."]

0 commit comments

Comments
 (0)