skypjack / uvw

Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
MIT License
1.84k stars 209 forks source link

Update to libuv v1.43 #258

Closed skypjack closed 2 years ago

skypjack commented 2 years ago

My understanding is that this is the only public change to the API. All other changes are internal. @stefanofiorentino I can keep care of it next week. Please, let me know if you spot any other change of interest for us.

stefanofiorentino commented 2 years ago

I've double-checked only the uv_cpu_info, that is public API but the difference looks internal too.

skypjack commented 2 years ago

I've checked the current implementation. We only use uv_ip_name for internal purposes. Therefore, this change doesn't really matter to us. So, as far as I can tell, we can just advance the libuv version and mark the upstream as compatible. Any objections?.