You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix fate sharing for additionals. If we send an answer QU, the additional should always go with it not be multicast. _handlers will need to track which additionals belong with which answers and then de-dupe at the end. Fix fate sharing of additionals #689
Async feature complete Async feature complete #642
Unicast cover Add missing coverage for unicast handlers #572
Change log update Update changelog #684
Example update to show async usage
Fix fate sharing for additionals. If we send an answer QU, the additional should always go with it not be multicast. _handlers will need to track which additionals belong with which answers and then de-dupe at the end. Fix fate sharing of additionals #689
Add QU example Provide example of asking a QU Question #702 (Processing mdns datagrams are unexpectedly expensive. postlund/pyatv#951 (comment)) Add async_apple_scanner example #719
HAP-python Add support for zeroconf 0.32.0+ ikalchev/HAP-python#349
Home Assistant Deprecate IPv6 zeroconf setting in favor of the network integration home-assistant/core#51173
aiohomekit Update to use AsyncZeroconf Jc2k/aiohomekit#39
Additional production testing
document threadsafety and fix source of truth issues ServiceBrowsers have two sources of truth that may not agree #720
Changelog updates after example added
run everything through objgraph to detect any memory leaks
0.32.0b1 tag for testers
0.32.0b1 beta testing
0.32.0b2 beta testing
0.32.0b3 beta testing
0.32.0b4 beta testing
0.32.0b5 beta testing
Mitigate denial of service Publishing a low TTL on the network results in zeroconf consuming all cpu #823 Reject packets larger than the maximum size #825
0.32.0b6 beta testing
0.32.0rc1 production testing
0.32.0rc2 production testing
0.32.0rc3 production testing
0.32.0rc4 production testing
0.32.0rc5 production testing
Write multi thread torture test
0.32.0rc6 production testing
100% line and branch coverage
0.32.0rc7 production testing
Reformat changelog Reformat changelog to match original format #880
Remove internal refactoring from changelog Remove internal refactoring changes from changelog #881
Collapse 0.32.0 changelog Collapse BETA and RC builds into the 0.32.0 changelog #882
Disable pylint in CI Disable pylint in the CI #884
Try to rename zeorconf.aio back to zeroconf.asyncio Try to rename zeroconf.aio back to zeroconf.asyncio #883