Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
python-zeroconf
/
python-zeroconf
Public
Notifications
You must be signed in to change notification settings
Fork
232
Star
738
Code
Issues
46
Pull requests
8
Discussions
Actions
Projects
Wiki
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
server_key
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 28, 2023
feat: small cleanup to processing incoming DNSService records
Show description for 05023e0
bdraco
committed
05023e0
View commit details
Copy full SHA for 05023e0
Browse repository at this point
Commits on Aug 27, 2023
feat: simplify code to unpack properties
bdraco
committed
c862e62
View commit details
Copy full SHA for c862e62
Browse repository at this point
0.83.1
Show description for 041549c
github-actions
committed
041549c
View commit details
Copy full SHA for 041549c
Browse repository at this point
fix: rebuild wheels with cython 3.0.2 (#1236)
bdraco
authored
dd637fb
View commit details
Copy full SHA for dd637fb
Browse repository at this point
Commits on Aug 26, 2023
0.83.0
Show description for bfb3fe2
github-actions
committed
bfb3fe2
View commit details
Copy full SHA for bfb3fe2
Browse repository at this point
feat: speed up question and answer history with a cython pxd (#1234)
bdraco
authored
703ecb2
View commit details
Copy full SHA for 703ecb2
Browse repository at this point
Commits on Aug 22, 2023
0.82.1
Show description for 84054ce
github-actions
committed
84054ce
View commit details
Copy full SHA for 84054ce
Browse repository at this point
fix: build failures with older cython 0.29 series (#1232)
bdraco
authored
30c3ad9
View commit details
Copy full SHA for 30c3ad9
Browse repository at this point
0.82.0
Show description for 8644173
github-actions
committed
8644173
View commit details
Copy full SHA for 8644173
Browse repository at this point
feat: optimize processing of records in RecordUpdateListener subclasses (#1231)
bdraco
authored
3e89294
View commit details
Copy full SHA for 3e89294
Browse repository at this point
0.81.0
Show description for b492eb4
github-actions
committed
b492eb4
View commit details
Copy full SHA for b492eb4
Browse repository at this point
feat: speed up the service registry with a cython pxd (#1226)
bdraco
authored
47d3c7a
View commit details
Copy full SHA for 47d3c7a
Browse repository at this point
feat: optimizing sending answers to questions (#1227)
bdraco
authored
cd7b56b
View commit details
Copy full SHA for cd7b56b
Browse repository at this point
chore: remove default calls to .keys() (#1229)
bdraco
authored
a0e754c
View commit details
Copy full SHA for a0e754c
Browse repository at this point
chore: add missing typing to handler deque (#1228)
bdraco
authored
7b00b26
View commit details
Copy full SHA for 7b00b26
Browse repository at this point
Commits on Aug 15, 2023
0.80.0
Show description for 0c5e5cf
github-actions
committed
0c5e5cf
View commit details
Copy full SHA for 0c5e5cf
Browse repository at this point
feat: optimize unpacking properties in ServiceInfo (#1225)
bdraco
authored
1492e41
View commit details
Copy full SHA for 1492e41
Browse repository at this point
Commits on Aug 14, 2023
0.79.0
Show description for 5406f30
github-actions
committed
5406f30
View commit details
Copy full SHA for 5406f30
Browse repository at this point
feat: refactor notify implementation to reduce overhead of adding and removing listeners (#1224)
bdraco
authored
ceb92cf
View commit details
Copy full SHA for ceb92cf
Browse repository at this point
0.78.0
Show description for 0e96220
github-actions
committed
0e96220
View commit details
Copy full SHA for 0e96220
Browse repository at this point
chore: empty commit to re-run release (#1223)
bdraco
authored
13d9aa5
View commit details
Copy full SHA for 13d9aa5
Browse repository at this point
feat: add cython pxd file for _listener.py to improve incoming message processing performance (#1221)
bdraco
authored
f459856
View commit details
Copy full SHA for f459856
Browse repository at this point
0.77.0
Show description for 1901fb4
github-actions
committed
1901fb4
View commit details
Copy full SHA for 1901fb4
Browse repository at this point
feat: cythonize _listener.py to improve incoming message processing performance (#1220)
bdraco
authored
9efde8c
View commit details
Copy full SHA for 9efde8c
Browse repository at this point
chore: split _engine.py into _transport.py and _listener.py (#1222)
bdraco
authored
f4c17eb
View commit details
Copy full SHA for f4c17eb
Browse repository at this point
chore: prepare _engine.py to be able to be cythonized (#1219)
bdraco
authored
e9cc5c8
View commit details
Copy full SHA for e9cc5c8
Browse repository at this point
chore: split AsyncEngine into _engine.py (#1218)
bdraco
authored
12560a7
View commit details
Copy full SHA for 12560a7
Browse repository at this point
0.76.0
Show description for 6d83f99
github-actions
committed
6d83f99
View commit details
Copy full SHA for 6d83f99
Browse repository at this point
feat: improve performance responding to queries (#1217)
bdraco
authored
69b33be
View commit details
Copy full SHA for 69b33be
Browse repository at this point
Commits on Aug 13, 2023
0.75.0
Show description for 844c554
github-actions
committed
844c554
View commit details
Copy full SHA for 844c554
Browse repository at this point
feat: expose flag to disable strict name checking in service registration (#1215)
azogue
authored
5df8a57
View commit details
Copy full SHA for 5df8a57
Browse repository at this point
feat: speed up processing incoming records (#1216)
bdraco
authored
aff625d
View commit details
Copy full SHA for aff625d
Browse repository at this point
Commits on Aug 4, 2023
0.74.0
Show description for 8a9dc0b
github-actions
committed
8a9dc0b
View commit details
Copy full SHA for 8a9dc0b
Browse repository at this point
fix: remove typing on reset_ttl for cython compat (#1213)
bdraco
authored
0094e26
View commit details
Copy full SHA for 0094e26
Browse repository at this point
feat: speed up unpacking text records in ServiceInfo (#1212)
bdraco
authored
99a6f98
View commit details
Copy full SHA for 99a6f98
Browse repository at this point
Previous
Next
You can’t perform that action at this time.