-
Notifications
You must be signed in to change notification settings - Fork 228
Comparing changes
Open a pull request
base repository: python-zeroconf/python-zeroconf
base: 0.32.1
head repository: python-zeroconf/python-zeroconf
compare: 0.33.0
- 18 commits
- 36 files changed
- 1 contributor
Commits on Jul 16, 2021
-
- We cannot rename these exceptions now without a breaking change as they have existed for many years
Configuration menu - View commit details
-
Copy full SHA for f8af0fb - Browse repository at this point
Copy the full SHA f8af0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e417fc0 - Browse repository at this point
Copy the full SHA e417fc0View commit details -
Centralize running coroutines from threads (#906)
- Cleanup to ensure all coros we run from a thread use _LOADED_SYSTEM_TIMEOUT
Configuration menu - View commit details
-
Copy full SHA for 9399c57 - Browse repository at this point
Copy the full SHA 9399c57View commit details -
Implement NSEC record parsing (#903)
- This is needed for negative responses https://datatracker.ietf.org/doc/html/rfc6762#section-6.1
Configuration menu - View commit details
-
Copy full SHA for bc9e9cf - Browse repository at this point
Copy the full SHA bc9e9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0578731 - Browse repository at this point
Copy the full SHA 0578731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69942d5 - Browse repository at this point
Copy the full SHA 69942d5View commit details
Commits on Jul 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e63ca51 - Browse repository at this point
Copy the full SHA e63ca51View commit details -
Remove locking from ServiceRegistry (#911)
- All calls to the ServiceRegistry are now done in async context which makes them thread safe. Locking is no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 2d3da7a - Browse repository at this point
Copy the full SHA 2d3da7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a7a00 - Browse repository at this point
Copy the full SHA b2a7a00View commit details -
Switch periodic cleanup task to call_later (#913)
- Simplifies AsyncEngine to avoid the long running task
Configuration menu - View commit details
-
Copy full SHA for 38eb271 - Browse repository at this point
Copy the full SHA 38eb271View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa71084 - Browse repository at this point
Copy the full SHA aa71084View commit details
Commits on Jul 18, 2021
-
Reduce complexity of DNSRecord (#915)
- Use constants for calculations in is_expired/is_stale/is_recent
Configuration menu - View commit details
-
Copy full SHA for b6eaf72 - Browse repository at this point
Copy the full SHA b6eaf72View commit details
Commits on Jul 19, 2021
-
Let connection_lost close the underlying socket (#918)
- The socket was closed during shutdown before asyncio's connection_lost handler had a chance to close it which resulted in a traceback on win32. - Fixes #917
Configuration menu - View commit details
-
Copy full SHA for 919b096 - Browse repository at this point
Copy the full SHA 919b096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96be961 - Browse repository at this point
Copy the full SHA 96be961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e00002 - Browse repository at this point
Copy the full SHA 2e00002View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b23f9 - Browse repository at this point
Copy the full SHA b0b23f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a9655 - Browse repository at this point
Copy the full SHA e4a9655View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb28aa - Browse repository at this point
Copy the full SHA cfb28aaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.32.1...0.33.0