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