Skip to content

Commit 55966e1

Browse files
committed
chore(release): 6.0.0-rc.5
1 parent 5be7bbb commit 55966e1

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.0.0-rc.5](https://github.com/piscinajs/piscina/compare/v6.0.0-rc.2...v6.0.0-rc.5) (2026-08-28)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* for consumers that call Object.prototype methods
11+
directly on pool.options (e.g. pool.options.hasOwnProperty(...)).
12+
13+
* fix: use sanitized options for resourceLimits validation
14+
15+
* fix: sanitize run/close options with withNullPrototype
16+
17+
Use the existing withNullPrototype helper instead of getOwn; address feedback from @metcoder95
18+
19+
* fix: avoid re-linking Object.prototype in Piscina constructor
20+
21+
(cherry picked from commit bebbda255c2981cecddd36b171b94be2fd41c9a6)
22+
* enable stricter FIFO by default (#1114)
23+
* baseline preparations (#1062) (#1108)
24+
25+
### Features
26+
27+
* add stricterFIFO option for queue fairness ([#1112](https://github.com/piscinajs/piscina/issues/1112)) ([f7f058e](https://github.com/piscinajs/piscina/commit/f7f058e0703605bb344c9f287e11befc815035b5))
28+
* baseline preparations ([#1062](https://github.com/piscinajs/piscina/issues/1062)) ([#1108](https://github.com/piscinajs/piscina/issues/1108)) ([f290ec8](https://github.com/piscinajs/piscina/commit/f290ec8c4d93cb7341d7093ed857ecb4db1ffc58))
29+
* enable stricter FIFO by default ([#1114](https://github.com/piscinajs/piscina/issues/1114)) ([af6bb3e](https://github.com/piscinajs/piscina/commit/af6bb3eb771fc990aef4d0d18740812108e13105))
30+
31+
32+
* Merge commit from fork ([5be7bbb](https://github.com/piscinajs/piscina/commit/5be7bbb19e3787bb698862cd516121a578d690f7))
33+
534
## [6.0.0-rc.4](https://github.com/piscinajs/piscina/compare/v6.0.0-rc.2...v6.0.0-rc.4) (2026-08-21)
635

736

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piscina",
3-
"version": "6.0.0-rc.4",
3+
"version": "6.0.0-rc.5",
44
"description": "A fast, efficient Node.js Worker Thread Pool implementation",
55
"main": "./dist/main.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)