Skip to content

Commit

Permalink
chore(release): 3.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.10.0](v3.9.0...v3.10.0) (2023-03-02)

### Bug Fixes

* **worker:** close lock extended timer ([7995f18](7995f18))
* **worker:** correct lock extender logic ([6aa3569](6aa3569))
* **worker:** start stalled check timer ([4763be0](4763be0))

### Features

* **worker:** replace Promise.race with efficient an async fifo ([0d94e35](0d94e35))
* **worker:** simplify lock extension to one call independent of concurrency ([ebf1aeb](ebf1aeb))

### Performance Improvements

* **scripts:** reuse keys array to avoid allocations ([feac7b4](feac7b4))
* **worker:** improve worker memory consumption ([4846cf1](4846cf1))
  • Loading branch information
semantic-release-bot committed Mar 2, 2023
1 parent 0881eb1 commit 4cb5250
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [3.10.0](https://github.com/taskforcesh/bullmq/compare/v3.9.0...v3.10.0) (2023-03-02)


### Bug Fixes

* **worker:** close lock extended timer ([7995f18](https://github.com/taskforcesh/bullmq/commit/7995f18bb7712bd50d0fa3d17c4ab565b16ab379))
* **worker:** correct lock extender logic ([6aa3569](https://github.com/taskforcesh/bullmq/commit/6aa3569db0fe0137790e61a4b5982d2b35ee5646))
* **worker:** start stalled check timer ([4763be0](https://github.com/taskforcesh/bullmq/commit/4763be028b0c7b0460fd0804d4569c446a06ef4a))


### Features

* **worker:** replace Promise.race with efficient an async fifo ([0d94e35](https://github.com/taskforcesh/bullmq/commit/0d94e35e805b09c3b4c7404b8a2eeb71a1aff5c4))
* **worker:** simplify lock extension to one call independent of concurrency ([ebf1aeb](https://github.com/taskforcesh/bullmq/commit/ebf1aeb2400383d0ae90ab68aeb4822aea03ba44))


### Performance Improvements

* **scripts:** reuse keys array to avoid allocations ([feac7b4](https://github.com/taskforcesh/bullmq/commit/feac7b4070a6a3720597af36c43d095e9ea37173))
* **worker:** improve worker memory consumption ([4846cf1](https://github.com/taskforcesh/bullmq/commit/4846cf1fe3f9ea35f58a679c11706e1a7101c898))

# [3.9.0](https://github.com/taskforcesh/bullmq/compare/v3.8.0...v3.9.0) (2023-02-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bullmq",
"version": "3.9.0",
"version": "3.10.0",
"description": "Queue for messages and jobs based on Redis",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 4cb5250

Please sign in to comment.