chore: generate documentation
[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
164d950a
JB
10### Added
11
12- Add `full` event to dynamic pool.
32417142 13- Keep worker choice strategy in memory for conditional reuse.
164d950a 14
78ab2555
JB
15### Fixed
16
17- Fix possible negative worker key at worker removal in worker choice strategies.
18
79aafe9f
JB
19## [2.4.1] - 2023-04-05
20
9cd39dd4
JB
21### Changed
22
23- Optimize worker choice strategy for dynamic pool.
24
965415bb
JB
25### Fixed
26
27- Ensure dynamic pool does not alter worker choice strategy expected behavior.
28
d8b60b1c
JB
29## [2.4.0] - 2023-04-04
30
c6bd2650
JB
31### Added
32
33- Add `LESS_BUSY` worker choice strategy.
34
35### Changed
36
37- Optimize worker storage in pool.
38- Optimize worker alive status check.
39- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
40- Optimize `LESS_USED` worker choice strategy.
41- Update benchmarks versus external threads pools.
42- Optimize tasks usage statistics requirements for worker choice strategy.
43
44### Fixed
45
46- Ensure trimmable characters are checked at pool initialization.
47- Fix message id integer overflow.
48- Fix pool worker removal in worker choice strategy internals.
49- Fix package publication with pnpm.
50
d0a3f018
JB
51## [2.4.0-3] - 2023-04-04
52
b2ede285
JB
53### Added
54
55- Add `LESS_BUSY` worker choice strategy.
56
57### Changed
58
59- Optimize worker storage in pool.
60- Optimize worker alive status check.
61- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
62- Optimize `LESS_USED` worker choice strategy.
63- Update benchmarks versus external threads pools.
64
65### Fixed
66
67- Ensure trimmable characters are checked at pool initialization.
68- Fix message id integer overflow.
69- Fix pool worker removal in worker choice strategy internals.
70- Fix package publication with pnpm.
71
a015ea40
JB
72## [2.4.0-2] - 2023-04-03
73
698f4bbc
JB
74### Added
75
76- Add `LESS_BUSY` worker choice strategy.
77
78### Changed
79
80- Optimize worker storage in pool.
81- Optimize worker alive status check.
82- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
83- Optimize `LESS_USED` worker choice strategy.
84
85### Fixed
86
87- Ensure trimmable characters are checked at pool initialization.
88- Fix message id integer overflow.
89- Fix pool worker removal in worker choice strategy internals.
90- Fix package publication with pnpm.
91
8fe15920
JB
92## [2.4.0-1] - 2023-04-03
93
5b301c28
JB
94### Added
95
96- Add `LESS_BUSY` worker choice strategy.
97
98### Changed
99
100- Optimize worker storage in pool.
101- Optimize worker alive status check.
102- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
103- Optimize `LESS_USED` worker choice strategy.
104
105### Fixed
106
107- Ensure trimmable characters are checked at pool initialization.
108- Fix message id integer overflow.
109- Fix pool worker removal in worker choice strategy internals.
110
2fb9ca9c
JB
111## [2.4.0-0] - 2023-04-03
112
168c526f
JB
113### Added
114
115- Add `LESS_BUSY` worker choice strategy.
116
1d71a908
JB
117### Changed
118
ffcbbad8 119- Optimize worker storage in pool.
1d71a908 120- Optimize worker alive status check.
65a60b3b 121- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
737c6d97 122- Optimize `LESS_USED` worker choice strategy.
1d71a908 123
ffcbbad8
JB
124### Fixed
125
126- Ensure trimmable characters are checked at pool initialization.
b4e75778 127- Fix message id integer overflow.
97a2abc3 128- Fix pool worker removal in worker choice strategy internals.
ffcbbad8 129
08372738
JB
130## [2.3.10] - 2023-03-18
131
710826bc
JB
132### Fixed
133
134- Fix `exports` syntax for ESM and CommonJS.
135
136### Changed
137
138- Permit SemVer pre-release publication.
76e5ac6f 139
e4796ecd
JB
140## [2.3.10-2] - 2023-03-18
141
6abad580
JB
142### Fixed
143
144- Fix `exports` syntax for ESM and CommonJS.
145
a2ee98cc
JB
146## [2.3.10-1] - 2023-03-18
147
7e060cee
JB
148### Changed
149
90483887 150- Permit SemVer pre-release publication.
7e060cee 151
c81bfafb
JB
152## [2.3.10-0] - 2023-03-18
153
fe18768d
JB
154### Fixed
155
156- Fix `exports` syntax for ESM and CommonJS.
157
d7b78217
JB
158## [2.3.9] - 2023-03-18
159
ed6dd37f
JB
160### Changed
161
162- Introduce ESM module support along with CommonJS one.
163
164### Fixed
165
166- Fix brown paper bag bug referencing the same object literal.
167
68e2ad86
JB
168## [2.3.8] - 2023-03-18
169
ca6c7d70
JB
170### Changed
171
172- Switch internal benchmarking code to benny.
fbdedeb9
JB
173- Switch to TypeScript 5.x.x.
174- Switch rollup bundler plugins to core ones.
ed6dd37f 175- Switch to TSDoc syntax.
fbdedeb9 176- Enforce conventional commits.
ca6c7d70 177
d15211d4
JB
178### Fixed
179
180- Fix random integer generator.
fbdedeb9 181- Fix worker choice strategy pool type identification at initialization.
d15211d4 182
995705ea
JB
183## [2.3.7] - 2022-10-23
184
b953022b
JB
185### Changed
186
187- Switch to open collective FOSS project funding platform.
78cea37e
JB
188- Switch to ts-standard linter configuration on TypeScript code.
189
190### Fixed
191
192- Fixed missing async on pool execute method.
193- Fixed typing in TypeScript example.
194- Fixed types in unit tests.
b953022b 195
3b9f6953
JB
196## [2.3.6] - 2022-10-22
197
f80cead4
JB
198### Changed
199
200- Cleanup pool attributes and methods.
201- Refine error types thrown.
202
203### Fixed
204
205- Fix continuous integration build on windows.
206- Fix code coverage reporting by using c8 instead of nyc.
207
efc22107
JB
208## [2.3.5] - 2022-10-21
209
7a6a0a96
JB
210### Changed
211
a05c10de
JB
212- Improve benchmarks: add IO intensive task workload, add task size option, integrate code into linter.
213- Optimize tasks usage lookup implementation.
7a6a0a96 214
b4904890
JB
215### Fixed
216
217- Fix missed pool event emitter type export.
218- Fix typedoc documentation generation.
219
a875f8d1
JB
220## [2.3.4] - 2022-10-17
221
73cda448
JB
222### Added
223
224- Fully automate release process with release-it.
225
45a5a54c
JB
226### Changed
227
73cda448 228- Optimize fair share task scheduling algorithm implementation.
eb4a8a82 229- Update benchmarks versus external pools results with latest version.
45a5a54c 230
90ee1b18 231## [2.3.3] - 2022-10-15
1a76932b
JB
232
233### Added
234
235- Add support for [cluster settings](https://nodejs.org/api/cluster.html#cluster_cluster_settings) in cluster pool options.
236
90ee1b18 237## [2.3.2] - 2022-10-14
11df3590
JB
238
239### Changed
240
241- Optimize fair share worker selection strategy implementation.
242
243### Fixed
244
245- Fix WRR worker selection strategy: ensure the condition triggering the round robin can be fulfilled.
246
90ee1b18 247## [2.3.1] - 2022-10-13
23ff945a
JB
248
249### Added
250
251- Pool worker choice strategies:
252 - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` strategy based on weighted round robin scheduling algorithm using tasks execution time for now.
253 - `WorkerChoiceStrategies.FAIR_SHARE` strategy based on fair share scheduling algorithm using tasks execution time for now.
254
90ee1b18 255## [2.2.2] - 2022-10-09
cb2b6c69
JB
256
257### Fixed
258
259- Fixed `README.md` file.
260
90ee1b18 261## [2.2.1] - 2022-10-08
bdacc2d2 262
bdaf31cd
JB
263### Added
264
265- Dynamic worker choice strategy change at runtime.
bdacc2d2 266
90ee1b18 267## [2.2.0] - 2022-01-05
7e0d447f
JB
268
269### Breaking Changes
270
271- Support only NodeJS version 16.x.x for cluster pool: upstream cluster API have changed on that version.
272
90ee1b18 273## [2.1.0] - 2021-08-29
35cf1c03
JB
274
275### Added
276
277- Add an optional pool option `messageHandler` to `PoolOptions<Worker>` for registering a message handler callback on each worker.
e088a00c
JB
278
279### Breaking Changes
280
281- `AbstractWorker` class `maxInactiveTime`, `killBehavior` and `async` attributes have been removed in favour of the same ones in the worker options `opts` public attribute.
282- `AbstractWorker` class `lastTask` attribute have been renamed to `lastTaskTimestamp`.
283- `AbstractWorker` class `interval` attribute have been renamed to `aliveInterval`.
c365b2d3 284- `AbstractWorker` class cannot be instantiated without specifying the `mainWorker` argument referencing the main worker.
e088a00c 285
90ee1b18 286## [2.0.2] - 2021-05-12
14916bf9
JB
287
288### Bug fixes
289
290- Fix `busy` event emission on fixed pool type
291
90ee1b18 292## [2.0.1] - 2021-03-16
7f685093
JB
293
294### Bug fixes
295
296- Check if pool options are properly set.
297- `busy` event is emitted on all pool types.
298
90ee1b18 299## [2.0.0] - 2021-03-01
fa0f5b28 300
f3f833ab 301### Bug fixes
d63d3be3 302
ddbeaffd 303- Now a thread/process by default is not deleted when the task submitted take more time than maxInactiveTime configured (issue #70).
d63d3be3 304
fa0f5b28
S
305### Breaking Changes
306
7f685093 307- `FullPool` event is now renamed to `busy`.
1927ee67 308- `maxInactiveTime` on `ThreadWorker` default behavior is now changed, if you want to keep the old behavior set `killBehavior` to `KillBehaviors.HARD`.
1a81f8af 309 _Find more details on our JSDoc._
ddbeaffd 310
1927ee67
APA
311- `maxTasks` option on `FixedThreadPool` and `DynamicThreadPool` is now removed since is no more needed.
312
ddbeaffd 313- We changed some internal structures, but you shouldn't be too affected by them as these are internal changes.
fa0f5b28 314
ec2ccfc8
JB
315### Pool options types declaration merge
316
317`FixedThreadPoolOptions` and `DynamicThreadPoolOptions` type declarations have been merged to `PoolOptions<Worker>`.
318
fa0f5b28
S
319#### New `export` strategy
320
321```js
322// Before
777b7824 323const DynamicThreadPool = require('poolifier/lib/dynamic')
fa0f5b28 324// After
777b7824 325const { DynamicThreadPool } = require('poolifier/lib/dynamic')
fa0f5b28
S
326```
327
328But you should always prefer just using
329
330```js
777b7824 331const { DynamicThreadPool } = require('poolifier')
fa0f5b28
S
332```
333
d3c8a1a8
S
334#### New type definitions for input data and response
335
ec2ccfc8 336For cluster worker and worker-thread pools, you can now only send and receive serializable data.
d3c8a1a8
S
337_This is not a limitation by poolifier but NodeJS._
338
3a4b605f 339#### Public property replacements
5c5a1fb7 340
3a4b605f 341`numWorkers` property is now `numberOfWorkers`
5c5a1fb7 342
280c2a77 343#### Internal (protected) properties and methods renaming
fa0f5b28 344
280c2a77
S
345These properties are not intended for end users
346
347- `id` => `nextMessageId`
348
349These methods are not intended for end users
fa0f5b28
S
350
351- `_chooseWorker` => `chooseWorker`
280c2a77 352- `_newWorker` => `createWorker`
fa0f5b28
S
353- `_execute` => `internalExecute`
354- `_chooseWorker` => `chooseWorker`
355- `_checkAlive` => `checkAlive`
356- `_run` => `run`
357- `_runAsync` => `runAsync`
358
90ee1b18 359## [1.1.0] - 2020-05-21
0312f71a
APA
360
361### Added
362
363- ThreadWorker support async functions as option
cf9aa6c3 364- Various external library patches
0312f71a 365
90ee1b18 366## [1.0.0] - 2020-01-24
522eea03 367
368### Added
369
370- FixedThreadPool implementation
371- DynamicThreadPool implementation
0312f71a 372- WorkerThread implementation to improve developer experience