|
1 |
| -2024.10.18, Version 1.49.2 (Stable) |
| 1 | +2025.04.25, Version 1.51.0 (Stable) |
| 2 | + |
| 3 | +Changes since version 1.50.0: |
| 4 | + |
| 5 | +* win: fix leak in uv_os_tmpdir (SaΓΊl Ibarra CorretgΓ©) |
| 6 | + |
| 7 | +* docs: fix RTD build (SaΓΊl Ibarra CorretgΓ©) |
| 8 | + |
| 9 | +* win: lazy-load [GS]etThreadDescription symbols (Ben Noordhuis) |
| 10 | + |
| 11 | +* linux: try preadv64/pwritev64 before preadv/pwritev (Ben Noordhuis) |
| 12 | + |
| 13 | +* win: check cwd length before spawning a child process (Morten Engelhardt |
| 14 | + Olsen) |
| 15 | + |
| 16 | +* macos,bsd: handle missing /dev/null in chroot env (Andrey) |
| 17 | + |
| 18 | +* doc: fix README link text (Julio JordΓ‘n) |
| 19 | + |
| 20 | +* win: fix order of FILE_STAT_BASIC_INFORMATION struct fields (HΓΌseyin AΓ§acak) |
| 21 | + |
| 22 | +* macos: increase child process stdio buffer size (Jinho Jang) |
| 23 | + |
| 24 | +* doc: add C3 bindings to LINKS.md (Velikiy Kirill) |
| 25 | + |
| 26 | +* unix: remove unnecessary errno.h include in poll.c (Juan JosΓ© Arboleda) |
| 27 | + |
| 28 | +* win: fix the inconsistency in volume serial number (HΓΌseyin AΓ§acak) |
| 29 | + |
| 30 | +* unix: add thread affinity support on openharmony (rainlow) |
| 31 | + |
| 32 | +* unix: enable getrusage for SunOS (Paolo Insogna) |
| 33 | + |
| 34 | +* unix,win: accept NAN/INFINITY as file timestamps (Ben Noordhuis) |
| 35 | + |
| 36 | +* win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode (Anna Henningsen) |
| 37 | + |
| 38 | +* test: handle UV_ENOTSUP in platform_output (cjihrig) |
| 39 | + |
| 40 | +* doc: fix rendering of threading.html (Tobias NieΓen) |
| 41 | + |
| 42 | +* unix,sunos: enable use of sendmmsg on Solaris and Illumos (Stacey Marshall) |
| 43 | + |
| 44 | +* unix: handle out of memory in iface name copy (Ben Noordhuis) |
| 45 | + |
| 46 | +* openbsd: do not error out if cpuspeed is not available (Robert Nagy) |
| 47 | + |
| 48 | +* test: skip thread_name_threadpool on AIX/IBMi (Abdirahim Musse) |
| 49 | + |
| 50 | +* aix,ibmi: fix undeclared identifiers (Richard Lau) |
| 51 | + |
| 52 | +* unix,sunos: prefer SO_REUSEPORT for load balancing (Stacey Marshall) |
| 53 | + |
| 54 | +* doc: free lib pointer before function return (mugitya03) |
| 55 | + |
| 56 | +* test: link with libm (Juan JosΓ© Arboleda) |
| 57 | + |
| 58 | +* style: rename parameter to match definition (Mohammed Keyvanzadeh) |
| 59 | + |
| 60 | +* test: support partial output lines in test runner (cjihrig) |
| 61 | + |
| 62 | +* build: switch from c90 to c11 (Ben Noordhuis) |
| 63 | + |
| 64 | +* linux: allow nul bytes in abstract socket address (Itay Bookstein) |
| 65 | + |
| 66 | +* sunos: use pipe2 on solaris and illumos (Andy Pan) |
| 67 | + |
| 68 | +* unix: remove TOCTOU issues from uv_pipe_chmod (Ben Noordhuis) |
| 69 | + |
| 70 | +* unix: use pipe_fname if getsockname returns nothing (crupest) |
| 71 | + |
| 72 | +* haiku: use uint32 instead of uint32_t (AE1020) |
| 73 | + |
| 74 | +* doc: update thread pool stack size comment (Ben Noordhuis) |
| 75 | + |
| 76 | +* unix: improve uv_loop_init OOM handling (Ben Noordhuis) |
| 77 | + |
| 78 | +* test: merge uv_tcp_connect callbacks (Juan JosΓ© Arboleda) |
| 79 | + |
| 80 | +* test: skip multievent tests on macOS with TSAN enabled (Juan JosΓ© Arboleda) |
| 81 | + |
| 82 | +* linux: align CPU quota calculation with Rust (Juan JosΓ© Arboleda) |
| 83 | + |
| 84 | +* kqueue: improve fs event watcher OOM handling (Juan JosΓ© Arboleda) |
| 85 | + |
| 86 | +* sunos: improve fs event watcher OOM handling (Juan JosΓ© Arboleda) |
| 87 | + |
| 88 | +* build: shorten instructions for cmake build (Juan JosΓ© Arboleda) |
| 89 | + |
| 90 | + |
| 91 | +2025.01.15, Version 1.50.0 (Stable), 8fb9cb919489a48880680a56efecff6a7dfb4504 |
| 92 | + |
| 93 | +Changes since version 1.49.2: |
| 94 | + |
| 95 | +* ci: run macOS and iOS tests also on macOS 14 (SaΓΊl Ibarra CorretgΓ©) |
| 96 | + |
| 97 | +* unix,win: map ENOEXEC errno (SaΓΊl Ibarra CorretgΓ©) |
| 98 | + |
| 99 | +* test: skip multicast join test on ENOEXEC (SaΓΊl Ibarra CorretgΓ©) |
| 100 | + |
| 101 | +* ci: make sure the macOS firewall is disabled (SaΓΊl Ibarra CorretgΓ©) |
| 102 | + |
| 103 | +* darwin,test: squelch EBUSY error on multicast join (SaΓΊl Ibarra CorretgΓ©) |
| 104 | + |
| 105 | +* build: update minimum cmake to 3.10 (Ben Noordhuis) |
| 106 | + |
| 107 | +* kqueue: use EVFILT_USER for async if available (Jameson Nash) |
| 108 | + |
| 109 | +* unix,win: fix off-by-one in uv_wtf8_to_utf16() (Ben Noordhuis) |
| 110 | + |
| 111 | +* doc: add scala-native-loop to LINKS.md (Julian A Avar C) |
| 112 | + |
| 113 | +* unix: fix build breakage on haiku, openbsd, etc (Jeffrey H. Johnson) |
| 114 | + |
| 115 | +* kqueue: lower overhead in uv__io_check_fd (Andy Pan) |
| 116 | + |
| 117 | +* doc: move cjihrig back to active maintainers (cjihrig) |
| 118 | + |
| 119 | +* build(deps): bump actions/checkout from 3 to 4 (dependabot[bot]) |
| 120 | + |
| 121 | +* unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name (SaΓΊl |
| 122 | + Ibarra CorretgΓ©) |
| 123 | + |
| 124 | +* unix,win: harmonize buffer checking (SaΓΊl Ibarra CorretgΓ©) |
| 125 | + |
| 126 | +* unix,win: add support for detached threads (Juan JosΓ© Arboleda) |
| 127 | + |
| 128 | +* src: add uv_thread_set/getname() methods (Santiago Gimeno) |
| 129 | + |
| 130 | +* build: fix qemu builds (Ben Noordhuis) |
| 131 | + |
| 132 | +* win: drop support for windows 8 (Ben Noordhuis) |
| 133 | + |
| 134 | +* linux: fix uv_cpu_info() arm cpu model detection (Ben Noordhuis) |
| 135 | + |
| 136 | +* linux: always use io_uring for epoll batching (Ben Noordhuis) |
| 137 | + |
| 138 | +* doc: clarify repeating timer behavior more (Ben Noordhuis) |
| 139 | + |
| 140 | +* unix,win: handle nbufs=0 in uv_udp_try_send (Ben Noordhuis) |
| 141 | + |
| 142 | +* win: use GetQueuedCompletionStatusEx directly (SaΓΊl Ibarra CorretgΓ©) |
| 143 | + |
| 144 | +* win: enable uv_thread_{get,set}name on MinGW (SaΓΊl Ibarra CorretgΓ©) |
| 145 | + |
| 146 | +* win: drop support for the legacy MinGW (SaΓΊl Ibarra CorretgΓ©) |
| 147 | + |
| 148 | +* win,fs: get (most) fstat when no permission (Jameson Nash) |
| 149 | + |
| 150 | +* win: plug uv_fs_event_start memory leak (amcgoogan) |
| 151 | + |
| 152 | +* test: address FreeBSD kernel bug causing NULL path in fsevents (Juan JosΓ© |
| 153 | + Arboleda) |
| 154 | + |
| 155 | +* unix: refactor udp sendmsg code (Ben Noordhuis) |
| 156 | + |
| 157 | +* unix,win: add uv_udp_try_send2 (Ben Noordhuis) |
| 158 | + |
| 159 | +* test: fix flaky flaky udp_mmsg test (Juan JosΓ© Arboleda) |
| 160 | + |
| 161 | +* build: enable fdsan in Android (Juan JosΓ© Arboleda) |
| 162 | + |
| 163 | +* test: fix udp-multicast-join for FreeBSD (Juan JosΓ© Arboleda) |
| 164 | + |
| 165 | +* win: fix leak processing fs event (SaΓΊl Ibarra CorretgΓ©) |
| 166 | + |
| 167 | +* src: set a default thread name for workers (Rafael Gonzaga) |
| 168 | + |
| 169 | +* misc: implement uv_getrusage_thread (Juan JosΓ© Arboleda) |
| 170 | + |
| 171 | + |
| 172 | +2024.10.18, Version 1.49.2 (Stable), e1095c7a4373ce00cd8874d8e820de5afb25776e |
2 | 173 |
|
3 | 174 | Changes since version 1.49.1:
|
4 | 175 |
|
|
0 commit comments