Skip to content

Commit 11fe3d0

Browse files
committed
Bump to 3.2.0
1 parent b6dbbf1 commit 11fe3d0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,13 @@ as a configuration option in lieu of always creating their own.
783783
784784
## Release Notes
785785
786+
### 3.2.0
787+
788+
* Adds a new `PISCINA_DISABLE_ATOMICS` environment variable as an alternative way of
789+
disabling Piscina's internal use of the `Atomics` API. (https://github.com/piscinajs/piscina/pull/163)
790+
* Fixes a bug with transferable objects. (https://github.com/piscinajs/piscina/pull/155)
791+
* Fixes CI issues with TypeScript. (https://github.com/piscinajs/piscina/pull/161)
792+
786793
### 3.1.0
787794
788795
* Deprecates `piscina.runTask()`; adds `piscina.run()` as an alternative.

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": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A fast, efficient Node.js Worker Thread Pool implementation",
55
"main": "./dist/src/index.js",
66
"exports": {

0 commit comments

Comments
 (0)