Skip to content

Commit be007e2

Browse files
authored
Release 3.6.0 (#213)
1 parent 4cb8ab8 commit be007e2

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
3.6.0
2+
=====
3+
- Fix resolver garbage collection during pending queries (#211)
4+
- Prevents resolver from being garbage collected while queries are in progress
5+
- Socket callback optimizations (#172)
6+
- Improved performance for socket state handling
7+
- Fixed RTD links (#176)
8+
- Added Python 3.14 to the CI (#212)
9+
- Updated dependencies
10+
- Bumped pycares from 4.9.0 to 4.11.0 (#186, #194)
11+
- Bumped pytest-asyncio from 1.0.0 to 1.2.0 (#181, #196)
12+
- Bumped pytest-cov from 6.2.1 to 7.0.0 (#193)
13+
- Bumped pytest from 8.4.0 to 8.4.2 (#171, #190)
14+
- Bumped mypy from 1.16.0 to 1.19.0 (#170, #179, #185, #195, #197, #207)
15+
- Bumped uvloop from 0.21.0 to 0.22.1 (#202)
16+
- Bumped winloop from 0.1.8 to 0.3.1 (#182, #183, #184, #187, #200, #201, #203)
17+
- Bumped actions/setup-python from 5 to 6 (#199)
18+
- Bumped actions/checkout from 4 to 6 (#188, #208)
19+
- Bumped actions/upload-artifact from 4 to 5 (#204)
20+
- Bumped actions/download-artifact from 4.3.0 to 6.0.0 (#205)
21+
122
3.5.0
223
=====
324
- Added explicit close method (#166)

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.5.0'
23+
__version__ = '3.6.0'
2424

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

0 commit comments

Comments
 (0)