Skip to content

Releases: aio-libs/aiohttp-asyncmdnsresolver

0.1.1

14 Feb 14:46
v0.1.1
cd4a8e5
Compare
Choose a tag to compare

Miscellaneous internal changes

  • 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

06 Feb 00:17
v0.1.0
54833e6
Compare
Choose a tag to compare

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

31 Jan 21:43
v0.0.3
cc9042f
Compare
Choose a tag to compare

Bug fixes

  • Fixed imports not being properly sorted -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:21.


0.0.2

30 Jan 18:47
v0.0.2
d973022
Compare
Choose a tag to compare

Miscellaneous internal changes

  • Migrated to using zeroconf's built-in resolver classes -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:19.


0.0.1

05 Jan 21:00
v0.0.1
3c9c94a
Compare
Choose a tag to compare

Initial release