Skip to content

Commit 738b54f

Browse files
authored
Release 4.0.0 (#225)
1 parent 98c1db8 commit 738b54f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
3.6.1
218
=====
319
- Pin pycares to < 5

0 commit comments

Comments
 (0)