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