Releases: piscinajs/piscina
Releases · piscinajs/piscina
v4.2.0
What's Changed
- chore(deps-dev): Bump @types/node from 20.4.5 to 20.4.8 by @dependabot in #386
- chore(deps-dev): Bump @types/node from 20.4.8 to 20.5.0 by @dependabot in #389
- chore(deps-dev): Bump @types/node from 20.5.0 to 20.5.1 by @dependabot in #390
- chore(deps-dev): Bump @types/node from 20.5.1 to 20.5.7 by @dependabot in #393
- chore(deps-dev): Bump @types/node from 20.5.7 to 20.5.9 by @dependabot in #398
- feat: Add
Piscina#close
API by @andersonjoseph in #396 - chore(deps-dev): Bump @types/node from 20.5.9 to 20.6.0 by @dependabot in #400
- chore(deps-dev): Bump @types/node from 20.6.0 to 20.6.2 by @dependabot in #406
- fix: add signal reason support by @metcoder95 in #403
- chore(deps): Bump actions/checkout from 3 to 4 by @dependabot in #413
- chore(deps-dev): Bump @types/node from 20.6.2 to 20.8.2 by @dependabot in #417
- chore(deps-dev): Bump @types/node from 20.8.2 to 20.8.3 by @dependabot in #419
- chore(deps): Bump @babel/traverse by @dependabot in #425
- fix: do not re-create threads when calling
.destory()
by @alan-agius4 in #430 - chore(deps-dev): Bump @types/node from 20.8.3 to 20.8.7 by @dependabot in #428
- fix: migrate to EventEmitterAsyncResource from core by @groozin in #433
- chore(deps): Bump actions/setup-node from 3 to 4 by @dependabot in #437
- chore(deps-dev): Bump @types/node from 20.8.7 to 20.8.10 by @dependabot in #440
- chore(deps-dev): Bump @typescript-eslint/parser from 6.9.1 to 6.10.0 by @dependabot in #445
- chore(deps-dev): Bump @types/node from 20.8.10 to 20.9.0 by @dependabot in #443
- chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 by @dependabot in #444
New Contributors
- @andersonjoseph made their first contribution in #396
- @alan-agius4 made their first contribution in #430
- @groozin made their first contribution in #433
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- ci: remove linting duplication on pipeline by @metcoder95 in #364
- (deps): Bump json-schema and jsprim by @dependabot in #365
- docs: document out of scope behavior by @Marsup in #342
- docs: add tips for useAtomics by @theanarkh in #332
- fix: Fix types for TypeScript 4.7 by @BlackGlory in #239
- docs: Web Streams Example by @metcoder95 in #360
- chore(deps-dev): Bump tap from 15.1.5 to 16.3.7 by @dependabot in #366
- feat: correctly handle process.exit calls outside of a task by @clayjones-at in #361
- chore(deps-dev): Bump @types/node from 15.14.9 to 20.3.3 by @dependabot in #369
- chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.1 by @dependabot in #372
- docs: remove promisify(setTimeout) from readme by @skrylnikov in #373
- feat: add
needsDrain
property by @metcoder95 in #368 - chore(deps-dev): Bump @types/node from 20.4.1 to 20.4.2 by @dependabot in #377
- chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #379
- fix: use CJS imports by @SimenB in #374
- chore(deps-dev): Bump @types/node from 20.4.2 to 20.4.4 by @dependabot in #381
- chore(deps-dev): Bump tap from 16.3.7 to 16.3.8 by @dependabot in #383
- chore(deps-dev): Bump @types/node from 20.4.4 to 20.4.5 by @dependabot in #382
New Contributors
- @dependabot made their first contribution in #365
- @Marsup made their first contribution in #342
- @theanarkh made their first contribution in #332
- @BlackGlory made their first contribution in #239
- @clayjones-at made their first contribution in #361
- @skrylnikov made their first contribution in #373
- @SimenB made their first contribution in #374
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
Breaking Change
- Drop support to Node.js <=14
Minor/Patch
- Add dependabot by @nicholas-l in #162
- Add Node.js 17.x to the CI matrix by @jasnell in #165
- feat: expose
maxThreads
andminThreads
out of Piscina instance by @metcoder95 in #149 - Add communication from worker to main thread by @Elyahou in #213
- Update README.md by @Prinzhorn in #308
- test: fix issue at new Node versions by @metcoder95 in #350
- doc: update Node.js recommendation to v16+ by @RafaelGSS in #351
- chore: Update CI by @metcoder95 in #349
- v4.0.0 by @RafaelGSS in #353
Full Changelog: v3.2.0...v4.0.0