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