v.0.5.8
v0.5.8 -- 2023-03-29
Notable changes since v0.5.5 (the last released tag):
- A more holistic attempt at doing socket timeouts.
- Address a memory leak by replacing V8's buggy (specifically, leaky)
Promise.race()
implementation. Then address a memory leak in this new "saferace()
"
(which was slightly less safe than expected). - Work around a V8 memory leak that shows up when you attach a debugger.
- Rework how process info files get handled. They now operate more like how
log files do. Also, fixed a few bugs in the related code.