Skip to content

Release v0.3.2

Compare
Choose a tag to compare
@atc0005 atc0005 released this 14 Sep 12:24
· 737 commits to master since this release
e2fb9f2

Changed

  • Dependencies
    • upgrade go.mod Go version
      • 1.13 to 1.14
    • upgrade apex/log
      • v1.7.0 to v1.9.0
    • upgrade miekg/dns
      • v1.1.30 to v1.1.31
    • upgrade mattn/go-colorable
      • v0.1.6 to v0.1.7
    • upgrade gopkg.in/check.v1
      • v1.0.0-20200227125254-8fa46927fb4f to
        v1.0.0-20200902074654-038fdea0a05b
    • upgrade actions/checkout
      • v2.3.1 to v2.3.2

Fixed

  • Explicitly pass queryTimeout to goroutine
  • Documentation
    • Attempt to clarify config file load behavior
    • Typo
  • Misc linting issues surfaced by golangci-lint v1.31.0 release

References