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