File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed 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
+
1
20
3.4.0
2
21
=====
3
22
- Added fallback to `sock_state_cb` if `event_thread` creation fails (#151)
Original file line number Diff line number Diff line change 20
20
21
21
from . import error
22
22
23
- __version__ = '3.4 .0'
23
+ __version__ = '3.5 .0'
24
24
25
25
__all__ = ('DNSResolver' , 'error' )
26
26
You can’t perform that action at this time.
0 commit comments