Skip to content

Commit c03219c

Browse files
chore(release): 1.10.0 [skip ci]nn# [1.10.0](v1.9.0...v1.10.0) (2020-10-20)
### Bug Fixes * **job:** remove listeners before resolving promise ([563ce92](563ce92)) * **worker:** continue processing if handleFailed fails. fixes [#286](#286) ([4ef1cbc](4ef1cbc)) * **worker:** fix memory leak on Promise.race ([#282](#282)) ([a78ab2b](a78ab2b)) * **worker:** setname on worker blocking connection ([#291](#291)) ([50a87fc](50a87fc)) * remove async for loop in child pool fixes [#229](#229) ([d77505e](d77505e)) ### Features * **sandbox:** kill child workers gracefully ([#243](#243)) ([4262837](4262837))
1 parent 0c72e08 commit c03219c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.10.0](https://github.com/taskforcesh/bullmq/compare/v1.9.0...v1.10.0) (2020-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **job:** remove listeners before resolving promise ([563ce92](https://github.com/taskforcesh/bullmq/commit/563ce9218f5dd81f2bc836f9e8ccdedc549f09dd))
7+
* **worker:** continue processing if handleFailed fails. fixes [#286](https://github.com/taskforcesh/bullmq/issues/286) ([4ef1cbc](https://github.com/taskforcesh/bullmq/commit/4ef1cbc13d53897b57ae3d271afbaa1b213824aa))
8+
* **worker:** fix memory leak on Promise.race ([#282](https://github.com/taskforcesh/bullmq/issues/282)) ([a78ab2b](https://github.com/taskforcesh/bullmq/commit/a78ab2b362e54f897eec6c8b16f16ecccf7875c2))
9+
* **worker:** setname on worker blocking connection ([#291](https://github.com/taskforcesh/bullmq/issues/291)) ([50a87fc](https://github.com/taskforcesh/bullmq/commit/50a87fcb1dab976a6a0273d2b0cc4b31b63c015f))
10+
* remove async for loop in child pool fixes [#229](https://github.com/taskforcesh/bullmq/issues/229) ([d77505e](https://github.com/taskforcesh/bullmq/commit/d77505e989cd1395465c5222613555f79e4d9720))
11+
12+
13+
### Features
14+
15+
* **sandbox:** kill child workers gracefully ([#243](https://github.com/taskforcesh/bullmq/issues/243)) ([4262837](https://github.com/taskforcesh/bullmq/commit/4262837bc67e007fe44606670dce48ee7fec65cd))
16+
117
# [1.9.0](https://github.com/taskforcesh/bullmq/compare/v1.8.14...v1.9.0) (2020-07-19)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bullmq",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Queue for messages and jobs based on Redis",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)