File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.7.4
4+
5+ ### Date: 9/10/2020
6+
7+ ### Changes:
8+
9+ - Fixed to force the Deno subprocess to close when terminating the worker.
10+ - Forcing the process to be killed seems to be the most reasonable in the case that we're treating these like headless browser tabs.
11+ - When we try to gracefully kill the process, Deno might ignore it if it has things like infinite loops or open handles.
12+ - On Linux/Unix, this means sending a ` SIGKILL ` signal to the Deno subprocess.
13+ - On Windows, this means using ` taskkill ` with the ` /T ` and ` /F ` options.
14+
315## v0.7.3
416
517### Date: 8/28/2020
Original file line number Diff line number Diff line change 11{
22 "name" : " deno-vm" ,
3- "version" : " 0.7.3 " ,
3+ "version" : " 0.7.4 " ,
44 "description" : " A VM module that provides a secure runtime environment via Deno." ,
55 "main" : " ./dist/cjs/index.js" ,
66 "types" : " ./dist/typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments