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