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