Releases: apple/swift-async-dns-resolver
Releases · apple/swift-async-dns-resolver
0.3.1
What's Changed
- Avoid memory leak from hostent by @dieb in #30
- Fix continuation memory leak in Ares.query by @dieb in #31
New Contributors
- @dieb made their first contribution in #30
Full Changelog: 0.3.0...0.3.1
0.1.2
What's Changed
- Fix bug in DNSSD IPv6 address string conversion. by @torinmr in #14
New Contributors
Full Changelog: 0.1.1...0.1.2
0.1.0
- Update c-ares to 1.19.1 (#6)
- Adopt Swift structured concurrency (#7)
- Use
dnssd
on Darwin platforms (#8)