Skip to content

Releases: bytedance/node-unix-socket

v0.2.7

19 Oct 09:51
Compare
Choose a tag to compare
bump version

v0.2.6: fix: clean up handles in worker_threads environments to prevent aborting

17 Oct 09:31
Compare
Choose a tag to compare
When using in `worker_threads` Workers, Node.js will abort with messages like:

```
uv loop at [0x00000000] has open handles...
```

when workers are exiting or are terminated with active `DgramSocket` or `SeqpacketSocket`.

To fix this issue, we need clean up all active uv_handles in hooks registered by `napi_add_env_cleanup_hook`.

v0.2.5

09 Jan 05:34
Compare
Choose a tag to compare
bump version

v0.2.4

11 Aug 07:26
Compare
Choose a tag to compare
fix: fix wrong package name

v0.2.3

10 Aug 10:26
Compare
Choose a tag to compare
fix: fix missing .d.ts files

v0.2.2

04 Aug 12:07
Compare
Choose a tag to compare
fix: exclude typescript files in the npm package

v0.2.1

29 Jul 03:45
Compare
Choose a tag to compare
ci: add build config for more platforms

v0.2.0

28 Jul 16:27
Compare
Choose a tag to compare
ci: publish without checking comments

v0.1.3

20 Jul 09:14
Compare
Choose a tag to compare
0.1.3

v0.1.2

20 Jul 09:03
Compare
Choose a tag to compare
0.1.2