|
1 |
| -2024.10.18, Version 1.49.2 (Stable) |
| 1 | +2025.01.15, Version 1.50.0 (Stable) |
| 2 | + |
| 3 | +Changes since version 1.49.2: |
| 4 | + |
| 5 | +* ci: run macOS and iOS tests also on macOS 14 (Saúl Ibarra Corretgé) |
| 6 | + |
| 7 | +* unix,win: map ENOEXEC errno (Saúl Ibarra Corretgé) |
| 8 | + |
| 9 | +* test: skip multicast join test on ENOEXEC (Saúl Ibarra Corretgé) |
| 10 | + |
| 11 | +* ci: make sure the macOS firewall is disabled (Saúl Ibarra Corretgé) |
| 12 | + |
| 13 | +* darwin,test: squelch EBUSY error on multicast join (Saúl Ibarra Corretgé) |
| 14 | + |
| 15 | +* build: update minimum cmake to 3.10 (Ben Noordhuis) |
| 16 | + |
| 17 | +* kqueue: use EVFILT_USER for async if available (Jameson Nash) |
| 18 | + |
| 19 | +* unix,win: fix off-by-one in uv_wtf8_to_utf16() (Ben Noordhuis) |
| 20 | + |
| 21 | +* doc: add scala-native-loop to LINKS.md (Julian A Avar C) |
| 22 | + |
| 23 | +* unix: fix build breakage on haiku, openbsd, etc (Jeffrey H. Johnson) |
| 24 | + |
| 25 | +* kqueue: lower overhead in uv__io_check_fd (Andy Pan) |
| 26 | + |
| 27 | +* doc: move cjihrig back to active maintainers (cjihrig) |
| 28 | + |
| 29 | +* build(deps): bump actions/checkout from 3 to 4 (dependabot[bot]) |
| 30 | + |
| 31 | +* unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name (Saúl |
| 32 | + Ibarra Corretgé) |
| 33 | + |
| 34 | +* unix,win: harmonize buffer checking (Saúl Ibarra Corretgé) |
| 35 | + |
| 36 | +* unix,win: add support for detached threads (Juan José Arboleda) |
| 37 | + |
| 38 | +* src: add uv_thread_set/getname() methods (Santiago Gimeno) |
| 39 | + |
| 40 | +* build: fix qemu builds (Ben Noordhuis) |
| 41 | + |
| 42 | +* win: drop support for windows 8 (Ben Noordhuis) |
| 43 | + |
| 44 | +* linux: fix uv_cpu_info() arm cpu model detection (Ben Noordhuis) |
| 45 | + |
| 46 | +* linux: always use io_uring for epoll batching (Ben Noordhuis) |
| 47 | + |
| 48 | +* doc: clarify repeating timer behavior more (Ben Noordhuis) |
| 49 | + |
| 50 | +* unix,win: handle nbufs=0 in uv_udp_try_send (Ben Noordhuis) |
| 51 | + |
| 52 | +* win: use GetQueuedCompletionStatusEx directly (Saúl Ibarra Corretgé) |
| 53 | + |
| 54 | +* win: enable uv_thread_{get,set}name on MinGW (Saúl Ibarra Corretgé) |
| 55 | + |
| 56 | +* win: drop support for the legacy MinGW (Saúl Ibarra Corretgé) |
| 57 | + |
| 58 | +* win,fs: get (most) fstat when no permission (Jameson Nash) |
| 59 | + |
| 60 | +* win: plug uv_fs_event_start memory leak (amcgoogan) |
| 61 | + |
| 62 | +* test: address FreeBSD kernel bug causing NULL path in fsevents (Juan José |
| 63 | + Arboleda) |
| 64 | + |
| 65 | +* unix: refactor udp sendmsg code (Ben Noordhuis) |
| 66 | + |
| 67 | +* unix,win: add uv_udp_try_send2 (Ben Noordhuis) |
| 68 | + |
| 69 | +* test: fix flaky flaky udp_mmsg test (Juan José Arboleda) |
| 70 | + |
| 71 | +* build: enable fdsan in Android (Juan José Arboleda) |
| 72 | + |
| 73 | +* test: fix udp-multicast-join for FreeBSD (Juan José Arboleda) |
| 74 | + |
| 75 | +* win: fix leak processing fs event (Saúl Ibarra Corretgé) |
| 76 | + |
| 77 | +* src: set a default thread name for workers (Rafael Gonzaga) |
| 78 | + |
| 79 | +* misc: implement uv_getrusage_thread (Juan José Arboleda) |
| 80 | + |
| 81 | + |
| 82 | +2024.10.18, Version 1.49.2 (Stable), e1095c7a4373ce00cd8874d8e820de5afb25776e |
2 | 83 |
|
3 | 84 | Changes since version 1.49.1:
|
4 | 85 |
|
|
0 commit comments