Skip to content

Commit 5393483

Browse files
Version Packages (#14)
1 parent bba12f2 commit 5393483

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

.changeset/true-prewarm-and-worker-pool-default.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/process/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @execbox/process
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- bba12f2: Improve pooled executor warmup so `prewarm()` runs a real no-op QuickJS session inside each warmed shell before it is returned to the pool. This reduces first-request startup work for warmed worker and process executors.
8+
9+
`WorkerExecutor` now also uses a CPU-aware default pooled `maxSize`, capped at `4`, instead of always defaulting to a single worker shell.
10+
311
## 0.2.0
412

513
### Minor Changes

packages/process/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/process",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Child-process executor for the execbox core package.",
55
"license": "MIT",
66
"type": "module",

packages/worker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @execbox/worker
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- bba12f2: Improve pooled executor warmup so `prewarm()` runs a real no-op QuickJS session inside each warmed shell before it is returned to the pool. This reduces first-request startup work for warmed worker and process executors.
8+
9+
`WorkerExecutor` now also uses a CPU-aware default pooled `maxSize`, capped at `4`, instead of always defaulting to a single worker shell.
10+
311
## 0.2.0
412

513
### Minor Changes

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/worker",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Worker-thread executor for the execbox core package.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)