File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments