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