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+ 4.0.0
2+ =====
3+ - **Breaking change**: Requires pycares >= 5.0.0
4+ - Added new ``query_dns()`` method returning native pycares 5.x ``DNSResult`` types
5+ - Deprecated ``query()`` method - still works with backward-compatible result types
6+ - Deprecated ``gethostbyname()`` method - use ``getaddrinfo()`` instead
7+ - Added compatibility layer for pycares 4.x result types to ease migration
8+ - Updated dependencies
9+ - Bumped pycares from 4.11.0 to 5.0.1 (#220)
10+ - Bumped pytest from 8.4.2 to 9.0.2 (#224)
11+ - Bumped pytest-asyncio from 1.2.0 to 1.3.0 (#223)
12+ - Bumped mypy from 1.19.0 to 1.19.1 (#219)
13+ - Bumped winloop from 0.3.1 to 0.4.0 (#210)
14+ - Bumped actions/upload-artifact from 5 to 6 (#222)
15+ - Bumped actions/download-artifact from 6.0.0 to 7.0.0 (#221)
16+
1173.6.1
218=====
319- Pin pycares to < 5
You can’t perform that action at this time.
0 commit comments