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