Skip to content

Commit 83533f4

Browse files
authored
Release 3.5.0 (#169)
1 parent 78cd600 commit 83533f4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
3.4.0
221
=====
322
- Added fallback to `sock_state_cb` if `event_thread` creation fails (#151)

aiodns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from . import error
2222

23-
__version__ = '3.4.0'
23+
__version__ = '3.5.0'
2424

2525
__all__ = ('DNSResolver', 'error')
2626

0 commit comments

Comments
 (0)