3.21.0 #995
aviramha
announced in
Announcements
3.21.0
#995
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
3.21.0
Added
os.ReadDir
on Linux (by hooking thegetdents64
syscall). Part of#120.
Changed
HOOK_SENDER
fromOption
toOnceLock
.Fixed
(with HTTP traffic) PR #973.
#987. Now hooking also
posix_spawn
, since node now useslibuv
'suv_spawn
(which in turn callsposix_spawn
) instead of libc'sexecvp
(which callsexecve
).TMPDIR
) locally, closes#986.
This discussion was created from the release 3.21.0.
Beta Was this translation helpful? Give feedback.
All reactions