aio-libs / aiodns

Simple DNS resolver for asyncio
https://pypi.python.org/pypi/aiodns
MIT License
532 stars 69 forks source link

Add support for getnameinfo #119

Closed bdraco closed 5 months ago

bdraco commented 5 months ago

This is a followup to #118 to add getnameinfo as well to support https://github.com/aio-libs/aiohttp/pull/8270

bdraco commented 5 months ago

Thanks

I've just about got https://github.com/aio-libs/aiohttp/pull/8270 ready except for some missing test coverage. A new release would be very much appreciated. Thank you!

saghul commented 5 months ago

3.2.0 is out, cheers!

bdraco commented 5 months ago

Thank you!