- Improved MDNS resolver performance when the name is already in the cache -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:* :issue:`27`.
----
0.1.0
======
*(2025-02-05)*
Features --------
- Created the :class:`aiohttp_asyncmdnsresolver.api.AsyncDualMDNSResolver` class to resolve ``.local`` names using both mDNS and DNS -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:* :issue:`23`.
----
0.0.3
======
*(2025-01-31)*
Bug fixes ---------
- Fixed imports not being properly sorted -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:* :issue:`21`.