File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 3.5.0
2+ =====
3+ - Added explicit close method (#166)
4+ - Allows proper cleanup of resources on demand
5+ - Fixed return type signature for CNAME and SOA records (#162)
6+ - Corrected type annotations for better type checking
7+ - Improved Windows event loop documentation (#163)
8+ - Provided more accurate information on supported event loops on Windows
9+ - Added pre-commit configuration with ruff (#152)
10+ - Improved code quality and consistency
11+ - Reformatted code and normalized end-of-line characters (#155)
12+ - Updated dependencies
13+ - Bumped pycares from 4.8.0 to 4.9.0 (#168)
14+ - Bumped pytest-asyncio from 0.26.0 to 1.0.0 (#167)
15+ - Bumped pytest-cov from 6.1.1 to 6.2.1 (#164)
16+ - Bumped pytest from 8.3.5 to 8.4.0 (#160)
17+ - Bumped mypy from 1.15.0 to 1.16.0 (#158)
18+ - Bumped dependabot/fetch-metadata from 2.3.0 to 2.4.0 (#159)
19+
1203.4.0
221=====
322- Added fallback to `sock_state_cb` if `event_thread` creation fails (#151)
Original file line number Diff line number Diff line change 2020
2121from . import error
2222
23- __version__ = '3.4 .0'
23+ __version__ = '3.5 .0'
2424
2525__all__ = ('DNSResolver' , 'error' )
2626
You can’t perform that action at this time.
0 commit comments