New
Release 1.51.0-2
What's Changed
- docs: fix type of env in spawn options by @lewis6991 in https://github.com/luvit/luv/pull/777
- fix: hrtime() returns integer by @lewis6991 in https://github.com/luvit/luv/pull/778
- fix: handle return value of
uv_pipe_connect2by @seandewar in https://github.com/luvit/luv/pull/779 - docs: document nil callback when needed by @pynappo in https://github.com/luvit/luv/pull/780
- Skip udp multicast test when EHOSTUNREACH is returned by @squeek502 in https://github.com/luvit/luv/pull/782
- docs: add
os_get_passwdfail and windows-specific values by @pynappo in https://github.com/luvit/luv/pull/783 - fix:
uv.write(pipe, {})triggerassert(nbufs > 0)by @phanen in https://github.com/luvit/luv/pull/776 - Add support for and test against Lua 5.5 by @squeek502 in https://github.com/luvit/luv/pull/788
- test-metrics: Don't rely on hrtime busy loop by @squeek502 in https://github.com/luvit/luv/pull/789
- fix(doc): uv.spawn returns type by @phanen in https://github.com/luvit/luv/pull/791
New Contributors
- @seandewar made their first contribution in https://github.com/luvit/luv/pull/779
- @pynappo made their first contribution in https://github.com/luvit/luv/pull/780
- @phanen made their first contribution in https://github.com/luvit/luv/pull/776
Full Changelog: https://github.com/luvit/luv/compare/1.51.0-1...1.51.0-2