faktory_worker_node
faktory_worker_node copied to clipboard
Bump generic-pool from 3.7.8 to 3.9.0
Bumps generic-pool from 3.7.8 to 3.9.0.
Release notes
Sourced from generic-pool's releases.
v3.9.0
What's Changed
- fix: Add ready function type definition by
@huajun07
in coopernurse/node-pool#295- fix: unref setTimeout in pool by
@nomagick
in coopernurse/node-pool#300New Contributors
@huajun07
made their first contribution in coopernurse/node-pool#295@nomagick
made their first contribution in coopernurse/node-pool#300Full Changelog: https://github.com/coopernurse/node-pool/compare/v3.8.2...v3.9.0
Changelog
Sourced from generic-pool's changelog.
3.9.0 (2022-09-10)
Bug Fixes
[3.7.1] - March 28 2019
- fix #257 -
pool.use
now destroys resources on rejection, matching the docs.[3.6.1] - Febuary 6 2019
- fix #251 - silence bluebird warning about side-effect only handler (
@sandfox
)- Pool.clear no longer resolves to pointless array on undefineds (
@restjohn
)[3.6.0] - Febuary 4 2019
- update docs (
@chdh
)- fix #159 - pool.clear can no longer "skip" clearing up resources when called early in pool lifecycle (
@sandfox
)[3.5.0] - January 17 2019
- update nodejs versions tested by travis
- eviction iterator no longer stops when reaching end of object list #243 (
@DiegoRBaquero
)- fix #192 softIdleTimeoutMillis = -1 no longer triggers evictor to run #242 (
@DiegoRBaquero
)- fix #234 maxWaitingClients = 0 is no longer ignored #247 (
@anupbaldawa
)[3.4.2] - Febuary 16 2018
- fix
pool.use
to resolve after user supplied function has finished. (@asannes
)[3.4.1] - Febuary 1 2018
- prevent timed-out resource requests from being issued resources (
@rebareba
)[3.4.0] - December 27 2017
- #218 fix numerous docblock annotations and minor errors in internal classes (
@geovanisouza92
)[3.3.0] - December 27 2017
- add
use
method to simplify basic pool usage (@san00
)[3.2.0] - October 15 2017
- add
isBorrowedResource
method to check if objects are currently on loan from pool (@C-h-e-r-r-y
)[3.1.8] - September 14 2017
- fix undefined and annoying
autostart=false
behaviour (@sushantdhiman
)- document
autostart
behaviour (@sandfox
)- fix typos (
@wvanderdeijl
@AlexTes
)[3.1.7] - Febuary 9 2017
- fix warning when using bluebird promise impl (
@benny-medflyt
)[3.1.6] - December 28 2016
- fix #173 where pool would not attempt to dispense reources upon
pool.destroy
... (truncated)
Commits
89080ae
chore(release): 3.9.06a88c64
Merge pull request #300 from nomagick/patch-2e94fd37
fix: unref setTimeout in pool7af3338
Merge pull request #295 from huajun07/fix/add-ready-type7d58879
chore: newline99a2eb5
lint0a5ef1d
fix: add ready function to index.d.ts9b7c65b
3.8.2667f97f
chore: add contributorse559098
3.8.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)