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