Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

42 lines (32 loc) · 1.32 KB

Changelog

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.

[0.3.2] - 2021-05-27

Fixed

  • Records are returned even if the response is NXDOMAIN.

0.3.1 - 2021-04-21

Changed

  • Retry with another resolver on SERVFAIL and REFUSED.

0.3.0 - 2021-04-16

Changed

  • Optimize the number of goroutines created during concurrent Resolve calls.

0.2.0 - 2021-04-07

Added

  • Implement QueryCount() method on Client to get the number of DNS queries performed.

Fixed

  • Fix panic condition when list of domains to resolve is empty.

0.1.1 - 2021-04-05

Fixed

  • Fix race condition happening when creating new connections.

0.1.0 - 2021-03-18

Added

  • Initial implementation.