All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- No changes yet.
- Records are returned even if the response is NXDOMAIN.
0.3.1 - 2021-04-21
- Retry with another resolver on SERVFAIL and REFUSED.
0.3.0 - 2021-04-16
- Optimize the number of goroutines created during concurrent Resolve calls.
0.2.0 - 2021-04-07
- Implement QueryCount() method on Client to get the number of DNS queries performed.
- Fix panic condition when list of domains to resolve is empty.
0.1.1 - 2021-04-05
- Fix race condition happening when creating new connections.
0.1.0 - 2021-03-18
- Initial implementation.