Unclaimed project
Are you a maintainer of luv? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
luv
Bare libuv bindings for lua
hacktoberfestlibuvlualua-bindingsluajitluvit
Last updated 3 days ago
Back to changelogNew
Release v1.50.0-0
What's Changed
- docs: Clarify types for mode arg in some filesystem functions by @adigitoleo in https://github.com/luvit/luv/pull/703
- Disable flaky UDP test on macOS CI by @squeek502 in https://github.com/luvit/luv/pull/705
- ci: handle EBUSY for udp by @zhaozg in https://github.com/luvit/luv/pull/706
- Lua 5.4.7 update by @SinisterRectus in https://github.com/luvit/luv/pull/710
- Clean up and expand docs for constants/options by @SinisterRectus in https://github.com/luvit/luv/pull/713
- docs: typo fix by @ribru17 in https://github.com/luvit/luv/pull/716
- update submodules by @zhaozg in https://github.com/luvit/luv/pull/717
- Remove unnecessary allocation from wtf8 functions by @squeek502 in https://github.com/luvit/luv/pull/719
- Bump Libuv to 1.49.1 by @squeek502 in https://github.com/luvit/luv/pull/720
- Bump Libuv to 1.49.2 by @squeek502 in https://github.com/luvit/luv/pull/722
- Support Lua integer in thread and async arguments by @javalikescript in https://github.com/luvit/luv/pull/727
- Fix a misleading skip message in test-tty.lua by @rdw-software in https://github.com/luvit/luv/pull/732
- Use main thread of current Lua state for callbacks, when known by @mwild1 in https://github.com/luvit/luv/pull/734
luv_cfpcall: Fix stack balancing after an uncaught error by @mwild1 in https://github.com/luvit/luv/pull/736try safe handle external handle by @zhaozg in https://github.com/luvit/luv/pull/733Update minimum cmake version to 3.10 by @dundargoc in https://github.com/luvit/luv/pull/737fix: prevent calling uv.run while already running. by @truemedian in https://github.com/luvit/luv/pull/739move luv_work_cleanup into loop gc by @truemedian in https://github.com/luvit/luv/pull/742fix unused-variable warning by @zhaozg in https://github.com/luvit/luv/pull/743test-dns: Don't skip 'Get only ipv6 tcp adresses for luvit.io' test by @squeek502 in https://github.com/luvit/luv/pull/746Bump Libuv to 1.50.0 by @squeek502 in https://github.com/luvit/luv/pull/748bump LuaJIT to v2.1.1736781742 by @zhaozg in https://github.com/luvit/luv/pull/750New Contributors
- @adigitoleo made their first contribution in https://github.com/luvit/luv/pull/703
- @ribru17 made their first contribution in https://github.com/luvit/luv/pull/716
- @mwild1 made their first contribution in https://github.com/luvit/luv/pull/734
Full Changelog: https://github.com/luvit/luv/compare/1.48.0-2...v1.50.0-0
Release v1.50.0-0 - luv Release Notes | AnnounceHQ