1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
=========
Changelog
=========
..
You should *NOT* be adding new change log entries to this file, this
file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
To add a new change log entry, please see
https://pip.pypa.io/en/latest/development/#adding-a-news-entry
we named the news folder "changes".
WARNING: Don't drop the next directive!
.. towncrier release notes start
v0.1.1
======
*(2025-02-14)*
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`.
----
v0.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`.
----
v0.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`.
----
v0.0.2
======
*(2025-01-30)*
Miscellaneous internal changes
------------------------------
- Migrated to using zeroconf's built-in resolver classes -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`19`.
----
v0.0.1
======
*(2025-01-05)*
Initial release
----
|