fix: fix possible null exception at pool destroying
[poolifier.git] / CHANGELOG.md
CommitLineData
522eea03 1# Changelog
2
3All notable changes to this project will be documented in this file.
4
d4abc60a 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
522eea03 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
45a5a54c 8## [Unreleased]
9aa78bcb 9
ad3836ed
JB
10### Fixed
11
12- Fix default worker weight computation.
13- Fix possible null exception at pool destroying.
14
72523ab9
JB
15## [3.1.7] - 2023-12-20
16
55d7d600
JB
17### Fixed
18
19- Ensure worker choice strategies implementation wait for worker node readiness: [#1748](https://github.com/poolifier/poolifier/issues/1748).
20
165f3d56
JB
21## [3.1.6] - 2023-12-18
22
85b2561d
JB
23### Fixed
24
25- Fix pool destroying with tasks queuing enabled.
26
6c8cec9e
JB
27## [3.1.5] - 2023-12-18
28
32b141fd
JB
29### Added
30
31- Add queued tasks end timeout support to worker node termination.
32
f11ec29c
JB
33## [3.1.4] - 2023-12-18
34
4e0afe97
JB
35### Fixed
36
37- Make more robust the fix for possible null exception at handling task execution response.
38
f592ef16
JB
39## [3.1.3] - 2023-12-17
40
9b358e72
JB
41### Fixed
42
43- Fix possible null exception at handling task execution response.
44
c61772e5
JB
45## [3.1.2] - 2023-12-17
46
87347ea8
JB
47### Fixed
48
32b141fd 49- Wait for queued tasks to end at worker node termination.
87347ea8 50
6e664bec
JB
51## [3.1.1] - 2023-12-16
52
51280f9b
JB
53### Fixed
54
55- Fix pool options TS type definition.
56
5362c66b
JB
57## [3.1.0] - 2023-12-16
58
c3719753
JB
59### Changed
60
61- TypeScript breaking change: merge ThreadPoolOptions and ClusterPoolOptions types into PoolOptions type.
62
42321a2b
JB
63## [3.0.14] - 2023-12-13
64
fa548cda
JB
65### Fixed
66
67- Fix possible null exception with worker_threads pools.
68
d727d871
JB
69## [3.0.13] - 2023-12-12
70
fb5a7307
JB
71### Fixed
72
73- Ensure worker choice strategy wait for worker nodes readiness.
74
75### Changed
76
77- Remove infinite retries support in worker choice strategy to avoid configuration leading to possible infinite recursion or loop.
78
90a43710
JB
79## [3.0.12] - 2023-12-12
80
9aa78bcb
JB
81### Changed
82
83- Add infinite retries support in worker choice strategy.
45a5a54c 84
d8163b08
JB
85## [3.0.11] - 2023-12-11
86
f18fd12b
JB
87### Fixed
88
457dd3dc 89- Ensure pool asynchronous resource properly track tasks execution.
f18fd12b 90
bd453998
JB
91## [3.0.10] - 2023-12-08
92
cb71d660
JB
93### Changed
94
457dd3dc 95- Add a fastpath when tasks stealing or redistribution is impossible.
cb71d660 96
d7164344
JB
97## [3.0.9] - 2023-11-26
98
78f60f82
JB
99### Fixed
100
101- Remove all pool events listener at pool destroying.
102- Remove all worker node events listener at worker node destroying.
9f99eb9b 103- Fix worker node event emitter listeners handling memory leak at pool options runtime change.
78f60f82 104
0c08a681
JB
105## [3.0.8] - 2023-11-25
106
463226a4
JB
107### Fixed
108
457dd3dc 109- Ensure continuous tasks stealing on idle start at worker node idling.
463226a4 110
14dad1fd
JB
111## [3.0.7] - 2023-11-24
112
65542a35
JB
113### Changed
114
115- Make continuous tasks stealing start at worker node idling.
116
82c5db63
JB
117## [3.0.6] - 2023-11-24
118
711623b8
JB
119### Fixed
120
b51d8596 121- Ensure pool statuses are checked at initialization, `start()` or `destroy()`.
55082af9 122- Ensure pool `ready` event can be emitted after several `start()/destroy()` cycles.
711623b8 123
5aa31a74
JB
124## [3.0.5] - 2023-10-27
125
d91689fd
JB
126### Fixed
127
55082af9 128- Ensure pool `ready` event can be emitted only once.
d91689fd 129
597775b2
JB
130## [3.0.4] - 2023-10-20
131
03fb313b
JB
132### Changed
133
49d60f11 134- Switch to Bencher for benchmarking: [https://bencher.dev/perf/poolifier](https://bencher.dev/perf/poolifier).
03fb313b
JB
135- Use builtin retry mechanism in worker choice strategies instead of custom one.
136
6c285176
JB
137## [3.0.3] - 2023-10-19
138
9761e404
JB
139### Fixed
140
141- Avoid null exception at sending message to worker.
535fd8d5 142- Avoid null exception at checking worker node readiness.
9761e404 143
358dc40f
JB
144## [3.0.2] - 2023-10-17
145
97256a85
JB
146### Fixed
147
c3c2b35e 148- Fix race condition at dynamic worker node task assignment and scheduled removal. See issue [#1468](https://github.com/poolifier/poolifier/issues/1468) and [#1496](https://github.com/poolifier/poolifier/issues/1496).
97256a85 149
7a570743
JB
150## [3.0.1] - 2023-10-16
151
dbfa7948
JB
152### Fixed
153
fc84edac 154- Workaround possible race condition at work nodes array element removal and querying. See issue [#1468](https://github.com/poolifier/poolifier/issues/1468).
dbfa7948 155
365f13e4
JB
156### Changed
157
c3c2b35e 158- Switch the worker node eventing code to `EventTarget` API.
365f13e4 159
003b3275
JB
160## [3.0.0] - 2023-10-08
161
277c49bf
JB
162### Changed
163
164- Remove Node.js 16.x.x (EOL) support.
165
3c9e911a
JB
166## [2.7.5] - 2023-10-03
167
f80125ca
JB
168### Changed
169
170- Use `EventEmitterAsyncResource` type from `@types/node` for pool event emitter. TypeScript users will need to update to latest `@types/node` version.
171
3466e757
JB
172## [2.7.4] - 2023-09-25
173
67b26ae2
JB
174### Fixed
175
176- Fix source maps (bundler issue).
177
eeb1f961
JB
178## [2.7.3] - 2023-09-24
179
b5604034
JB
180### Changed
181
182- Convert pool event emitter to event emitter async resource.
183
f2df6dc8
JB
184## [2.7.2] - 2023-09-23
185
116ca64b
JB
186### Changed
187
188- Add source maps to npm package to ease debugging.
189
1e319a70
JB
190### Added
191
192- Continuous benchmarking versus other worker pools: [https://poolifier.github.io/benchmark](https://poolifier.github.io/benchmark).
193
aab2819b
JB
194## [2.7.1] - 2023-09-20
195
ae036c3e
JB
196### Fixed
197
198- Ensure worker message listener used one time are removed after usage.
199
15d7c489
JB
200## [2.7.0] - 2023-09-19
201
160557ff
JB
202### Fixed
203
204- Fix task stealing related tasks queue options handling at runtime.
205
c3284191
JB
206### Changed
207
208- Rename `listTaskFunctions()` to `listTaskFunctionNames()` in pool and worker API.
209
210### Added
211
35808931 212- Add `hasTaskFunction()`, `addTaskFunction()`, `removeTaskFunction()`, `setDefaultTaskFunction()` methods to pool API: [PR #1148](https://github.com/poolifier/poolifier/pull/1148).
c20084b6 213- Stricter worker constructor arguments validation.
c3284191 214
04054352
JB
215## [2.6.45] - 2023-09-17
216
093af25b
JB
217### Changed
218
219- Disable publication on GitHub packages registry on release until authentication issue is fixed.
09d9af02
JB
220
221### Added
222
ce0ab2d7 223- Add `startWorkers` to pool options to whether start the minimum number of workers at pool initialization or not.
cde5b54e 224- Add `start()` method to pool API to start the minimum number of workers.
af98b972 225- Add `taskStealing` and `tasksStealingOnPressure` to tasks queue options to whether enable task stealing or not and whether enable tasks stealing under back pressure or not.
1e319a70 226- Continuous internal benchmarking: [https://poolifier.github.io/benchmark-results/dev/bench](https://poolifier.github.io/benchmark-results/dev/bench).
f1c674cd 227
bce9ffdf
JB
228## [2.6.44] - 2023-09-08
229
4cb259d3
JB
230### Fixed
231
232- Use a dedicated PAT to publish on GitHub packages registry.
233
234### Added
235
236- Publish on GitHub packages registry on release.
237
238### Changed
239
240- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128).
241
fbda1e26
JB
242## [2.6.43] - 2023-09-08
243
15fc82ba
JB
244### Added
245
4cb259d3 246- Publish on GitHub packages registry on release.
15fc82ba
JB
247
248### Changed
249
4cb259d3 250- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128).
15fc82ba 251
b47306a3
JB
252## [2.6.42] - 2023-09-06
253
ad11ca81
JB
254### Changed
255
256- Optimize hot code paths implementation: avoid unnecessary branching, add and use optimized helpers (min, max), use reduce() array helper, ...
257
1b37751d
JB
258## [2.6.41] - 2023-09-03
259
f3a91bac
JB
260### Changed
261
262- Optimize worker choice strategies implementation.
263
7790a494
JB
264## [2.6.40] - 2023-09-01
265
6fe200b4
JB
266### Fixed
267
268- Do not pre-choose in WRR worker choice strategy to avoid bias.
68738842 269- Avoid array out of bound in worker choice strategies after worker node removal.
6fe200b4 270
766c7f84
JB
271## [2.6.39] - 2023-08-30
272
edf8ce4e
JB
273### Fixed
274
4cb259d3 275- Fix race condition in worker choice strategies at worker node info querying while not yet initialized.
edf8ce4e 276
904a5689
JB
277## [2.6.38] - 2023-08-30
278
b40c4b06
JB
279### Added
280
281- Bundle typescript types declaration into one file.
282
619f403b
JB
283### Changed
284
285- Improve interleaved weighted round robin worker choice strategy implementation.
286
5a24d71c
JB
287## [2.6.37] - 2023-08-28
288
bdb9d712
JB
289### Fixed
290
291- Ensure unused worker usage statistics are deleted at runtime.
292
8c0b113f
JB
293### Changed
294
295- Rename worker choice strategy options `choiceRetries` to `retries`.
574c5c8d 296- Avoid unnecessary branching in worker choice strategies.
8c0b113f 297
ba821940
JB
298## [2.6.36] - 2023-08-27
299
9d2d0da1
JB
300### Fixed
301
302- Fix pool `execute()` arguments check.
303
1f0766e7
JB
304### Changed
305
306- Make continuous tasks stealing algorithm less aggressive.
8780236f 307- Fine tune tasks stealing algorithm under back pressure.
1f0766e7 308
ffd2c1ff
JB
309## [2.6.35] - 2023-08-25
310
dc021bcc
JB
311### Fixed
312
313- Don't account worker usage statistics for tasks that have failed.
3baa0837 314- Fix pool information runtime and wait time median computation.
dc021bcc
JB
315
316### Changed
317
318- Update simple moving average implementation to use a circular buffer.
319- Update simple moving median implementation to use a circular buffer.
68cbdc84
JB
320- Account for stolen tasks in worker usage statistics and pool information.
321
322### Added
323
324- Continuous tasks stealing algorithm.
dc021bcc 325
c58bc2a1
JB
326## [2.6.34] - 2023-08-24
327
0bc68267
JB
328### Fixes
329
330- Avoid cascading tasks stealing under back pressure.
331
332### Changed
333
334- Add fastpath to queued tasks rescheduling.
335
39fb7ad0
JB
336## [2.6.33] - 2023-08-24
337
dd951876
JB
338### Fixed
339
340- Fix queued tasks rescheduling.
341
ff3f866a
JB
342### Changed
343
344- Rename tasks queue options `queueMaxSize` to `size`.
345
a6b3272b 346### Added
dd951876 347
a6b3272b 348- Task stealing scheduling algorithm if tasks queueing is enabled.
dd951876 349
c55c9b5d
JB
350## [2.6.32] - 2023-08-23
351
15b176e0
JB
352### Fixed
353
354- Ensure no task can be executed when the pool is destroyed.
355
20c6f652
JB
356### Added
357
358- Add `queueMaxSize` option to tasks queue options.
574b351d 359- Add O(1) deque implementation implemented with doubly linked list and use it for tasks queueing.
72695f86 360- Add tasks stealing algorithm when a worker node queue is back pressured if tasks queueing is enabled.
20c6f652 361
e560a9f2
JB
362## [2.6.31] - 2023-08-20
363
b1aae695
JB
364### Fixed
365
3e8611a8 366- Fix worker choice strategy retries mechanism in some edge cases.
b1aae695 367
94407def
JB
368### Changed
369
e695d66f 370- Make orthogonal worker choice strategies tasks distribution and created dynamic worker usage.
a71b05bc 371- Remove the experimental status of the `LEAST_ELU` worker choice strategy.
94407def 372
962b9863
JB
373## [2.6.30] - 2023-08-19
374
33e6bb4c
JB
375### Fixed
376
377- Ensure pool event `backPressure` is emitted.
378- Ensure pool event `full` is emitted only once.
8735b4e5 379- Ensure worker node cannot be instantiated without proper arguments.
33e6bb4c 380
8cc4ea81
JB
381## [2.6.29] - 2023-08-18
382
6169563b
JB
383### Fixed
384
55082af9 385- Fix race condition between readiness and task functions worker message handling at startup.
5dd4043c 386- Fix duplicate task function worker usage statistics computation per task function.
db0e38ee 387- Update task function worker usage statistics if and only if there's at least two different task functions.
5bb5be17 388- Fix race condition at task function worker usage executing task computation leading to negative value.
6169563b 389
8990357d
JB
390### Added
391
445264e8 392- Add back pressure detection on the worker node queue. Event `backPressure` is emitted when all worker node queues are full (worker node queue size >= poolMaxSize^2).
8990357d
JB
393- Use back pressure detection in worker choice strategies.
394- Add worker choice strategies retries mechanism if no worker is eligible.
395
21157987
JB
396## [2.6.28] - 2023-08-16
397
f05ed93c
JB
398### Fixed
399
400- Ensure pool workers are properly initialized.
401
12d67776
JB
402### Added
403
404- HTTP server pool examples: express-cluster, express-hybrid.
405
d18fccb1
JB
406### Changed
407
408- Remove now useless branching in worker hot code path.
409
741cdb34
JB
410## [2.6.27] - 2023-08-15
411
50e7f498
JB
412### Fixed
413
414- Add `KillHandler` type definition to exported types.
415
ef3891a3
JB
416### Added
417
418- Add `destroy` event to pool API.
419
e9dc6efa
JB
420## [2.6.26] - 2023-08-15
421
2b099bf7
JB
422### Added
423
424- Add kill handler to worker options allowing to execute custom code when worker is killed.
ef3891a3 425- Add `listTaskFunctions()` method to pool API.
1f4553c6 426- SMTP client pool example: nodemailer.
2b099bf7 427
5b726f72
JB
428## [2.6.25] - 2023-08-13
429
72855e92
JB
430### Added
431
3b311539 432- HTTP server pool examples: fastify-cluster, fastify-hybrid.
02999424 433- WebSocket server pool examples: ws-cluster, ws-hybrid.
72855e92 434
7aadd6e5
JB
435## [2.6.24] - 2023-08-12
436
7d91a8cd
JB
437### Added
438
439- Add array of transferable objects to the `execute()` method arguments.
02999424 440- WebSocket server pool examples: ws-worker_threads.
7d91a8cd 441
6b4263b4
JB
442## [2.6.23] - 2023-08-11
443
3d76750a 444### Fixed
8e0af894 445
3d76750a 446- Fix pool busyness semantic when tasks queueing is enabled: the pool is busy when the number of executing tasks on each worker has reached the maximum tasks concurrency per worker.
9606b474 447
3d76750a
JB
448### Added
449
450- HTTP client pool examples: fetch, node-fetch and axios with multiple task functions.
02999424 451- HTTP server pool examples: express-worker_threads, fastify-worker_threads.
3d76750a
JB
452
453## [2.6.22] - 2023-08-10
9606b474 454
3d76750a 455### Fixed
9606b474
JB
456
457- Add missing `types` field to package.json `exports`.
458
3d76750a
JB
459### Changed
460
461- Structure markdown documentation (PR #811).
462
d9647bdd
JB
463## [2.6.21] - 2023-08-03
464
2111ec12
JB
465### Changed
466
467- Improve code documentation.
468- Code refactoring and cleanup for better maintainability and readability.
469
5c30b9d9
JB
470## [2.6.20] - 2023-07-21
471
10ecf8fd
JB
472### Fixed
473
474- Fix queued tasks redistribution on error task execution starvation.
a1763c54 475- Ensure tasks queueing per worker condition is untangled from the pool busyness semantic.
10ecf8fd 476
aa9eede8
JB
477### Changed
478
7c89e6a4 479- Drastically reduce lookups by worker in the worker nodes.
aa9eede8 480
62485908
JB
481## [2.6.19] - 2023-07-20
482
2e2ef9c3
JB
483### Added
484
485- Dedicated internal communication channel for worker_threads pools.
486
8f4c9491
JB
487## [2.6.18] - 2023-07-19
488
8660b972
JB
489### Changed
490
491- Code refactoring and cleanup for better maintainability and readability. Bundle size is a bit smaller.
492
206a3519
JB
493## [2.6.17] - 2023-07-16
494
b4899fae
JB
495### Added
496
1a3e01ba 497- Add `listTaskFunctions()` method to worker API.
b4899fae 498
58a06a6c
JB
499## [2.6.16] - 2023-07-12
500
2a69b8c5
JB
501### Fixed
502
80520ca4 503- Fix pool startup detection.
2a69b8c5
JB
504- Fix worker task functions handling.
505
b5900b02
JB
506## [2.6.15] - 2023-07-11
507
19dbc45b
JB
508### Added
509
510- Take into account worker node readiness in worker choice strategies.
511
4a0db581
JB
512## [2.6.14] - 2023-07-10
513
87e44747
JB
514### Fixed
515
516- Fix task function statistics tracking.
517
0265272f
JB
518## [2.6.13] - 2023-07-10
519
968a2e8c
JB
520### Added
521
522- Add per task function statistics tracking.
782299f8 523- Add public methods to manipulate the worker task functions at runtime.
968a2e8c 524
44c8c00f
JB
525## [2.6.12] - 2023-07-09
526
aa4bf4b2
JB
527### Fixed
528
529- Workaround import issue with `node:os` module in node 16.x.x.
530
b7cfced1
JB
531## [2.6.11] - 2023-07-09
532
d5024c00
JB
533### Fixed
534
535- Fix pool readiness semantic.
536
f313a208
JB
537## [2.6.10] - 2023-07-08
538
2431bdb4
JB
539### Fixed
540
541- Ensure workers are not recreated on error at pool startup.
542
543### Added
544
545- Add `ready` and `strategy` fields to pool information.
546- Add pool event `ready` to notify when the number of workers created in the pool has reached the maximum size expected and are ready.
caadbd41 547- Add dynamic pool sizing checks.
2431bdb4 548
369d0a51
JB
549## [2.6.9] - 2023-07-07
550
2845f2a5
JB
551### Fixed
552
553- Recreate the right worker type on uncaught exception.
554
555### Added
556
557- Add minimum and maximum to internal measurement statistics.
1dcf8b7b 558- Add `runTime` and `waitTime` to pool information.
75d3401a 559- Check worker inactive time only on dynamic worker.
2845f2a5 560
fc97d613
JB
561## [2.6.8] - 2023-07-03
562
92b1feaa
JB
563### Fixed
564
565- Brown paper bag release to fix version handling in pool information.
566
52d54060
JB
567## [2.6.7] - 2023-07-03
568
5bc91f3e
JB
569### Fixed
570
571- Ensure worker queued tasks at error are reassigned to other pool workers.
572
afe0d5bf
JB
573### Added
574
575- Add pool `utilization` ratio to pool information.
23ccf9d7 576- Add `version` to pool information.
e5b3047d 577- Add worker information to worker nodes.
afe0d5bf 578
f42c583f
JB
579## [2.6.6] - 2023-07-01
580
6961ca9a
JB
581### Added
582
d5e3c4ff 583- Add safe helper `availableParallelism()` to help sizing the pool.
6961ca9a 584
3749facb
JB
585### Fixed
586
587- Ensure message handler is only registered in worker.
588
6fed2513
JB
589## [2.6.5] - 2023-06-27
590
c72f6987
JB
591### Known issues
592
70726c28 593- Cluster pools tasks execution are not working by using ESM files extension: https://github.com/poolifier/poolifier/issues/782
c72f6987
JB
594
595### Fixed
596
597- Artificial version bump to 2.6.5 to workaround publication issue.
d5e3c4ff 598- Ensure cluster pool `destroy()` gracefully shutdowns worker's server.
c72f6987
JB
599- Ensure pool event is emitted before task error promise rejection.
600- Fix queued tasks count computation.
601
602### Removed
603
2fbe1783 604- Remove unneeded worker_threads worker `MessageChannel` internal usage for IPC.
c72f6987 605
6426631b
JB
606## [2.6.4] - 2023-06-27
607
941f9a7c
JB
608### Known issues
609
70726c28 610- Cluster pools tasks execution are not working by using ESM files extension: https://github.com/poolifier/poolifier/issues/782
941f9a7c 611
2c039e43
JB
612### Fixed
613
d5e3c4ff 614- Ensure cluster pool `destroy()` gracefully shutdowns worker's server.
2c039e43 615- Ensure pool event is emitted before task error promise rejection.
9c16fb4b 616- Fix queued tasks count computation.
2c039e43 617
941f9a7c
JB
618### Removed
619
2fbe1783 620- Remove unneeded worker_threads worker `MessageChannel` internal usage for IPC.
941f9a7c 621
bc1b0765
JB
622## [2.6.3] - 2023-06-19
623
a6a2dc4c
JB
624### Fixed
625
626- Ensure no tasks are queued when trying to soft kill a dynamic worker.
f0d7f803 627- Update strategies internals after statistics computation.
a6a2dc4c 628
7b56f532
JB
629### Changed
630
631- Optimize O(1) queue implementation.
632
b628596c
JB
633## [2.6.2] - 2023-06-12
634
a9e89d00
JB
635### Fixed
636
637- Fix new worker use after creation in dynamic pool given the current worker choice strategy.
638
4368a898
JB
639## [2.6.1] - 2023-06-10
640
931d43e2
JB
641### Added
642
13ab5b87 643- Add worker choice strategy documentation: [README.md](./docs/worker-choice-strategies.md).
931d43e2 644
f1c06930
JB
645### Fixed
646
647- Fix average statistics computation: ensure failed tasks are not accounted.
648
16671b07
JB
649## [2.6.0] - 2023-06-09
650
a1347286
JB
651### Added
652
5af9c0f7 653- Add `LEAST_ELU` worker choice strategy (experimental).
9adcefab 654- Add tasks ELU instead of runtime support to `FAIR_SHARE` worker choice strategy.
a1347286 655
1c6fe997
JB
656### Changed
657
658- Refactor pool worker node usage internals.
477f48e7 659- Breaking change: refactor worker choice strategy statistics requirements: the syntax of the worker choice strategy options has changed.
f63a9dda 660- Breaking change: pool information `info` property object fields have been renamed.
1c6fe997
JB
661
662### Fixed
663
664- Fix wait time accounting.
665- Ensure worker choice strategy `LEAST_BUSY` accounts also tasks wait time.
666- Ensure worker choice strategy `LEAST_USED` accounts also queued tasks.
667
aa07d6ee
JB
668## [2.5.4] - 2023-06-07
669
b6b32453
JB
670### Added
671
672- Add Event Loop Utilization (ELU) statistics to worker tasks usage.
673
674### Changed
675
676- Compute statistics at the worker level only if needed.
2fbe1783 677- Add `worker_threads` options to thread pool options.
b6b32453 678
272d4d8f
JB
679### Fixed
680
681- Make the `LEAST_BUSY` strategy only relies on task runtime.
682
ed47fb3d
JB
683## [2.5.3] - 2023-06-04
684
89a4abfd
JB
685### Changed
686
687- Refine pool information content.
b4213b7f 688- Limit pool internals public exposure.
89a4abfd 689
8a9febf5
JB
690## [2.5.2] - 2023-06-02
691
91ee39ed
JB
692### Added
693
694- Add `taskError` pool event for task execution error.
6b27d407 695- Add pool information `info` property to pool.
91ee39ed
JB
696- Emit pool information on `busy` and `full` pool events.
697
8babb151
JB
698## [2.5.1] - 2023-06-01
699
0e05c4dc
JB
700### Added
701
1f68cede 702- Add pool option `restartWorkerOnError` to restart worker on uncaught error. Default to `true`.
91ee39ed 703- Add `error` pool event for uncaught worker error.
0e05c4dc 704
a8766181
JB
705## [2.5.0] - 2023-05-31
706
e4543b14
JB
707### Added
708
709- Switch pool event emitter to `EventEmitterAsyncResource`.
6da80d38 710- Add tasks wait time accounting in per worker tasks usage.
5af9c0f7 711- Add interleaved weighted round robin `INTERLEAVED_WEIGHTED_ROUND_ROBIN` worker choice strategy (experimental).
e4543b14
JB
712
713### Changed
714
715- Renamed worker choice strategy `LESS_BUSY` to `LEAST_BUSY` and `LESS_USED` to `LEAST_USED`.
716
570efb11
JB
717## [2.4.14] - 2023-05-09
718
b0f28bad
JB
719### Fixed
720
721- Ensure no undefined task runtime can land in the tasks history.
722- Fix median computation implementation once again.
723
110b6d13
JB
724### Added
725
726- Unit tests for median and queue implementations.
727
72584880
JB
728## [2.4.13] - 2023-05-08
729
b0d6ed8f
JB
730### Fixed
731
e3058615 732- Fix worker choice strategy options validation.
b0d6ed8f
JB
733- Fix fair share worker choice strategy internals update: ensure virtual task end timestamp is computed at task submission.
734
06140c32
JB
735## [2.4.12] - 2023-05-06
736
a86b6df1
JB
737### Added
738
739- Support multiple task functions per worker.
08f3f44c 740- Add custom worker weights support to worker choice strategies options.
a86b6df1 741
29ee7e9a
JB
742### Changed
743
744- Use O(1) queue implementation for tasks queueing.
745
0682ba15
JB
746### Fixed
747
748- Fix median computation implementation.
749- Fix fair share worker choice strategy internals update.
750
936d53ec
JB
751## [2.4.11] - 2023-04-23
752
cb70b19d
JB
753### Changed
754
755- Optimize free worker finding in worker choice strategies.
756
15bb637a
JB
757## [2.4.10] - 2023-04-15
758
ef41a6e6
JB
759### Fixed
760
82ea6492 761- Fix typescript type definition for task function: ensure the input data is optional.
ef41a6e6
JB
762- Fix typescript type definition for pool execute(): ensure the input data is optional.
763
181eb2b4
JB
764## [2.4.9] - 2023-04-15
765
a20f0ba5
JB
766### Added
767
768- Add tasks queue enablement runtime setter to pool.
769- Add tasks queue options runtime setter to pool.
770- Add worker choice strategy options runtime setter to pool.
771
772### Changed
773
774- Remove the tasks queuing experimental status.
775
d4aeae5a
JB
776### Fixed
777
82ea6492 778- Fix task function type definition and validation.
2fc5cae3 779- Fix worker choice strategy options handling.
d4aeae5a 780
1d9e7023
JB
781## [2.4.8] - 2023-04-12
782
f9b4bbf8
JB
783### Fixed
784
785- Fix message between main worker and worker type definition for tasks.
786- Fix code documentation.
787
12ae3210
JB
788## [2.4.7] - 2023-04-11
789
7171d33f
JB
790### Added
791
792- Add worker tasks queue options to pool options.
793
e8bd29ce
JB
794### Fixed
795
796- Fix missing documentation.
797
42c7bc10
JB
798## [2.4.6] - 2023-04-10
799
681196cc
JB
800### Fixed
801
802- Ensure one task at a time is executed per worker with tasks queueing enabled.
1c6fe997 803- Properly count worker executing tasks with tasks queueing enabled.
681196cc 804
54d360e3
JB
805## [2.4.5] - 2023-04-09
806
3fafb1b2
JB
807### Added
808
9e775f96
JB
809- Use monotonic high resolution timer for worker tasks runtime.
810- Add worker tasks median runtime to statistics.
ff733df7 811- Add worker tasks queue (experimental).
3fafb1b2 812
92fa3eb6
JB
813## [2.4.4] - 2023-04-07
814
aee46736
JB
815### Added
816
817- Add `PoolEvents` enumeration and `PoolEvent` type.
818
36b5e78f
JB
819### Fixed
820
ff0c2b3e 821- Destroy worker only on alive check.
36b5e78f 822
9fb0f324
JB
823## [2.4.3] - 2023-04-07
824
28cf3617
JB
825### Fixed
826
827- Fix typedoc generation with inheritance.
828
848f0f27
JB
829## [2.4.2] - 2023-04-06
830
164d950a
JB
831### Added
832
833- Add `full` event to dynamic pool.
32417142 834- Keep worker choice strategy in memory for conditional reuse.
164d950a 835
78ab2555
JB
836### Fixed
837
838- Fix possible negative worker key at worker removal in worker choice strategies.
839
79aafe9f
JB
840## [2.4.1] - 2023-04-05
841
9cd39dd4
JB
842### Changed
843
844- Optimize worker choice strategy for dynamic pool.
845
965415bb
JB
846### Fixed
847
848- Ensure dynamic pool does not alter worker choice strategy expected behavior.
849
d8b60b1c
JB
850## [2.4.0] - 2023-04-04
851
c6bd2650
JB
852### Added
853
854- Add `LESS_BUSY` worker choice strategy.
855
856### Changed
857
858- Optimize worker storage in pool.
859- Optimize worker alive status check.
860- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
861- Optimize `LESS_USED` worker choice strategy.
2a87030e 862- Update benchmark versus external threads pools.
c6bd2650
JB
863- Optimize tasks usage statistics requirements for worker choice strategy.
864
865### Fixed
866
867- Ensure trimmable characters are checked at pool initialization.
868- Fix message id integer overflow.
869- Fix pool worker removal in worker choice strategy internals.
870- Fix package publication with pnpm.
871
d0a3f018
JB
872## [2.4.0-3] - 2023-04-04
873
b2ede285
JB
874### Added
875
876- Add `LESS_BUSY` worker choice strategy.
877
878### Changed
879
880- Optimize worker storage in pool.
881- Optimize worker alive status check.
882- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
883- Optimize `LESS_USED` worker choice strategy.
2a87030e 884- Update benchmark versus external threads pools.
b2ede285
JB
885
886### Fixed
887
888- Ensure trimmable characters are checked at pool initialization.
889- Fix message id integer overflow.
890- Fix pool worker removal in worker choice strategy internals.
891- Fix package publication with pnpm.
892
a015ea40
JB
893## [2.4.0-2] - 2023-04-03
894
698f4bbc
JB
895### Added
896
897- Add `LESS_BUSY` worker choice strategy.
898
899### Changed
900
901- Optimize worker storage in pool.
902- Optimize worker alive status check.
903- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
904- Optimize `LESS_USED` worker choice strategy.
905
906### Fixed
907
908- Ensure trimmable characters are checked at pool initialization.
909- Fix message id integer overflow.
910- Fix pool worker removal in worker choice strategy internals.
911- Fix package publication with pnpm.
912
8fe15920
JB
913## [2.4.0-1] - 2023-04-03
914
5b301c28
JB
915### Added
916
917- Add `LESS_BUSY` worker choice strategy.
918
919### Changed
920
921- Optimize worker storage in pool.
922- Optimize worker alive status check.
923- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
924- Optimize `LESS_USED` worker choice strategy.
925
926### Fixed
927
928- Ensure trimmable characters are checked at pool initialization.
929- Fix message id integer overflow.
930- Fix pool worker removal in worker choice strategy internals.
931
2fb9ca9c
JB
932## [2.4.0-0] - 2023-04-03
933
168c526f
JB
934### Added
935
936- Add `LESS_BUSY` worker choice strategy.
937
1d71a908
JB
938### Changed
939
ffcbbad8 940- Optimize worker storage in pool.
1d71a908 941- Optimize worker alive status check.
65a60b3b 942- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
737c6d97 943- Optimize `LESS_USED` worker choice strategy.
1d71a908 944
ffcbbad8
JB
945### Fixed
946
947- Ensure trimmable characters are checked at pool initialization.
b4e75778 948- Fix message id integer overflow.
97a2abc3 949- Fix pool worker removal in worker choice strategy internals.
ffcbbad8 950
08372738
JB
951## [2.3.10] - 2023-03-18
952
710826bc
JB
953### Fixed
954
9606b474 955- Fix package.json `exports` syntax for ESM and CommonJS.
710826bc
JB
956
957### Changed
958
959- Permit SemVer pre-release publication.
76e5ac6f 960
e4796ecd
JB
961## [2.3.10-2] - 2023-03-18
962
6abad580
JB
963### Fixed
964
9606b474 965- Fix package.json `exports` syntax for ESM and CommonJS.
6abad580 966
a2ee98cc
JB
967## [2.3.10-1] - 2023-03-18
968
7e060cee
JB
969### Changed
970
90483887 971- Permit SemVer pre-release publication.
7e060cee 972
c81bfafb
JB
973## [2.3.10-0] - 2023-03-18
974
fe18768d
JB
975### Fixed
976
9606b474 977- Fix package.json `exports` syntax for ESM and CommonJS.
fe18768d 978
d7b78217
JB
979## [2.3.9] - 2023-03-18
980
ed6dd37f
JB
981### Changed
982
983- Introduce ESM module support along with CommonJS one.
984
985### Fixed
986
987- Fix brown paper bag bug referencing the same object literal.
988
68e2ad86
JB
989## [2.3.8] - 2023-03-18
990
ca6c7d70
JB
991### Changed
992
993- Switch internal benchmarking code to benny.
fbdedeb9
JB
994- Switch to TypeScript 5.x.x.
995- Switch rollup bundler plugins to core ones.
ed6dd37f 996- Switch to TSDoc syntax.
fbdedeb9 997- Enforce conventional commits.
ca6c7d70 998
d15211d4
JB
999### Fixed
1000
1001- Fix random integer generator.
fbdedeb9 1002- Fix worker choice strategy pool type identification at initialization.
d15211d4 1003
995705ea
JB
1004## [2.3.7] - 2022-10-23
1005
b953022b
JB
1006### Changed
1007
1008- Switch to open collective FOSS project funding platform.
78cea37e
JB
1009- Switch to ts-standard linter configuration on TypeScript code.
1010
1011### Fixed
1012
1013- Fixed missing async on pool execute method.
1014- Fixed typing in TypeScript example.
1015- Fixed types in unit tests.
b953022b 1016
3b9f6953
JB
1017## [2.3.6] - 2022-10-22
1018
f80cead4
JB
1019### Changed
1020
1021- Cleanup pool attributes and methods.
1022- Refine error types thrown.
1023
1024### Fixed
1025
1026- Fix continuous integration build on windows.
1027- Fix code coverage reporting by using c8 instead of nyc.
1028
efc22107
JB
1029## [2.3.5] - 2022-10-21
1030
7a6a0a96
JB
1031### Changed
1032
a05c10de
JB
1033- Improve benchmarks: add IO intensive task workload, add task size option, integrate code into linter.
1034- Optimize tasks usage lookup implementation.
7a6a0a96 1035
b4904890
JB
1036### Fixed
1037
1038- Fix missed pool event emitter type export.
1039- Fix typedoc documentation generation.
1040
a875f8d1
JB
1041## [2.3.4] - 2022-10-17
1042
73cda448
JB
1043### Added
1044
1045- Fully automate release process with release-it.
1046
45a5a54c
JB
1047### Changed
1048
73cda448 1049- Optimize fair share task scheduling algorithm implementation.
2a87030e 1050- Update benchmark versus external pools results with latest version.
45a5a54c 1051
90ee1b18 1052## [2.3.3] - 2022-10-15
1a76932b
JB
1053
1054### Added
1055
1056- Add support for [cluster settings](https://nodejs.org/api/cluster.html#cluster_cluster_settings) in cluster pool options.
1057
90ee1b18 1058## [2.3.2] - 2022-10-14
11df3590
JB
1059
1060### Changed
1061
1062- Optimize fair share worker selection strategy implementation.
1063
1064### Fixed
1065
1066- Fix WRR worker selection strategy: ensure the condition triggering the round robin can be fulfilled.
1067
90ee1b18 1068## [2.3.1] - 2022-10-13
23ff945a
JB
1069
1070### Added
1071
1072- Pool worker choice strategies:
1073 - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` strategy based on weighted round robin scheduling algorithm using tasks execution time for now.
1074 - `WorkerChoiceStrategies.FAIR_SHARE` strategy based on fair share scheduling algorithm using tasks execution time for now.
1075
90ee1b18 1076## [2.2.2] - 2022-10-09
cb2b6c69
JB
1077
1078### Fixed
1079
1080- Fixed `README.md` file.
1081
90ee1b18 1082## [2.2.1] - 2022-10-08
bdacc2d2 1083
bdaf31cd
JB
1084### Added
1085
1086- Dynamic worker choice strategy change at runtime.
bdacc2d2 1087
90ee1b18 1088## [2.2.0] - 2022-01-05
7e0d447f
JB
1089
1090### Breaking Changes
1091
9606b474 1092- Support only Node.js version 16.x.x for cluster pool: upstream cluster API have changed on that version.
7e0d447f 1093
90ee1b18 1094## [2.1.0] - 2021-08-29
35cf1c03
JB
1095
1096### Added
1097
1098- Add an optional pool option `messageHandler` to `PoolOptions<Worker>` for registering a message handler callback on each worker.
e088a00c
JB
1099
1100### Breaking Changes
1101
1102- `AbstractWorker` class `maxInactiveTime`, `killBehavior` and `async` attributes have been removed in favour of the same ones in the worker options `opts` public attribute.
1103- `AbstractWorker` class `lastTask` attribute have been renamed to `lastTaskTimestamp`.
1104- `AbstractWorker` class `interval` attribute have been renamed to `aliveInterval`.
c365b2d3 1105- `AbstractWorker` class cannot be instantiated without specifying the `mainWorker` argument referencing the main worker.
e088a00c 1106
90ee1b18 1107## [2.0.2] - 2021-05-12
14916bf9
JB
1108
1109### Bug fixes
1110
1111- Fix `busy` event emission on fixed pool type
1112
90ee1b18 1113## [2.0.1] - 2021-03-16
7f685093
JB
1114
1115### Bug fixes
1116
1117- Check if pool options are properly set.
1118- `busy` event is emitted on all pool types.
1119
90ee1b18 1120## [2.0.0] - 2021-03-01
fa0f5b28 1121
f3f833ab 1122### Bug fixes
d63d3be3 1123
ddbeaffd 1124- Now a thread/process by default is not deleted when the task submitted take more time than maxInactiveTime configured (issue #70).
d63d3be3 1125
fa0f5b28
S
1126### Breaking Changes
1127
7f685093 1128- `FullPool` event is now renamed to `busy`.
1927ee67 1129- `maxInactiveTime` on `ThreadWorker` default behavior is now changed, if you want to keep the old behavior set `killBehavior` to `KillBehaviors.HARD`.
1a81f8af 1130 _Find more details on our JSDoc._
ddbeaffd 1131
1927ee67
APA
1132- `maxTasks` option on `FixedThreadPool` and `DynamicThreadPool` is now removed since is no more needed.
1133
ddbeaffd 1134- We changed some internal structures, but you shouldn't be too affected by them as these are internal changes.
fa0f5b28 1135
ec2ccfc8
JB
1136### Pool options types declaration merge
1137
1138`FixedThreadPoolOptions` and `DynamicThreadPoolOptions` type declarations have been merged to `PoolOptions<Worker>`.
1139
fa0f5b28
S
1140#### New `export` strategy
1141
1142```js
1143// Before
0eee77cb 1144const DynamicThreadPool = require('poolifier/lib/dynamic')
fa0f5b28 1145// After
0eee77cb 1146const { DynamicThreadPool } = require('poolifier/lib/dynamic')
fa0f5b28
S
1147```
1148
1149But you should always prefer just using
1150
1151```js
0eee77cb 1152const { DynamicThreadPool } = require('poolifier')
fa0f5b28
S
1153```
1154
d3c8a1a8
S
1155#### New type definitions for input data and response
1156
6677a3d3 1157For cluster worker and worker-thread pools, you can now only send and receive structured-cloneable data.
9606b474 1158_This is not a limitation by poolifier but Node.js._
d3c8a1a8 1159
3a4b605f 1160#### Public property replacements
5c5a1fb7 1161
3a4b605f 1162`numWorkers` property is now `numberOfWorkers`
5c5a1fb7 1163
280c2a77 1164#### Internal (protected) properties and methods renaming
fa0f5b28 1165
280c2a77
S
1166These properties are not intended for end users
1167
1168- `id` => `nextMessageId`
1169
1170These methods are not intended for end users
fa0f5b28
S
1171
1172- `_chooseWorker` => `chooseWorker`
280c2a77 1173- `_newWorker` => `createWorker`
fa0f5b28
S
1174- `_execute` => `internalExecute`
1175- `_chooseWorker` => `chooseWorker`
1176- `_checkAlive` => `checkAlive`
1177- `_run` => `run`
1178- `_runAsync` => `runAsync`
1179
90ee1b18 1180## [1.1.0] - 2020-05-21
0312f71a
APA
1181
1182### Added
1183
1184- ThreadWorker support async functions as option
cf9aa6c3 1185- Various external library patches
0312f71a 1186
90ee1b18 1187## [1.0.0] - 2020-01-24
522eea03 1188
1189### Added
1190
1191- FixedThreadPool implementation
1192- DynamicThreadPool implementation
0312f71a 1193- WorkerThread implementation to improve developer experience