Skip to content

Releases: atc0005/dnsc

v0.5.6

08 Aug 13:20
5a70290
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.6 to 1.16.7
    • actions/setup-node
      • updated from v2.2.0 to v2.4.0

References

v0.5.5

18 Jul 19:52
b88169b
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.6
    • Statically linked
    • Linux (x86, x64)

Changed

  • dependencies
    • Go
      • 1.16.5 to 1.16.6
    • actions/setup-node
      • update node-version value to always use latest LTS version instead of
        hard-coded version

References

v0.5.4

01 Jul 15:25
47e8edf
Compare
Choose a tag to compare

Overview

  • Bugfixes
  • Output tweak
  • built using Go 1.16.5
    • Statically linked
    • Linux (x86, x64)

Added

  • (GH-169) Create "canary" Dockerfile to track stable Go releases, serve as a
    reminder to generate fresh binaries

Changed

  • dependencies

    • (GH-172) actions/setup-node
      • v2.1.5 to v2.2.0
  • output

    • (GH-171) Exclude unused columns when no records for query are found

Fixed

  • linting
    • (GH-176) var-declaration: should omit type string from declaration of var
      version; it will be inferred from the right-hand side (revive)
    • (GH-173) golangci/golangci-lint
      • replace deprecated golint linter with revive

References

v0.5.3

23 Jun 10:45
df2479b
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.5
    • Statically linked
    • Linux (x86, x64)

Changed

  • flag.ErrHelp handling updated
  • minimum Go version bumped to 1.15
  • dependencies
    • miekg/dns
      • v1.1.41 to v1.1.43
    • pelletier/go-toml
      • v1.9.0 to v1.9.3

References

v0.5.2

28 Apr 10:51
cb34fe1
Compare
Choose a tag to compare

Overview

  • Logging tweak
  • built using Go 1.16.3
    • Statically linked
    • Linux (x86, x64)

Changed

  • Change logging level for config file loading status messages from INFO to
    DEBUG

Fixed

  • Add missing deps to v0.5.1 changelog entry

References

v0.5.1

08 Apr 11:26
10662d7
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • built using Go 1.16.3
    • Statically linked
    • Linux (x86, x64)

Changed

  • dependencies
    • miekg/dns
      • v1.1.40 to v1.1.41
    • pelletier/go-toml
      • v1.8.1 to v1.9.0

Fixed

  • linting
    • fieldalignment: struct with X pointer bytes could be Y (govet)
    • golangci/golangci-lint
      • replace deprecated maligned linter with govet: fieldalignment
      • replace deprecated scopelint linter with exportloopref

References

v0.5.0

08 Mar 11:48
38889a3
Compare
Choose a tag to compare

Overview

  • Add support for SRV record protocol "shortcuts"
  • Add new (default) multi-line results summary output format
  • Misc bugfixes
  • built using Go 1.15.8

Added

  • Add support for SRV record protocol "shortcuts"
    • e.g., allows specifying msdcs as protocol keyword and example.com as
      the query string to query for available domain controllers instead of
      specifying _ldap._tcp.dc._msdcs.example.com as the query string.
  • Add new (default) multi-line results summary output format
    • attempts to work around display issues with many results per record type

Changed

  • Default results summary output changed from single-line to multi-line
    • the prior format can be set persistently via config file or one-off via
      CLI flag
  • Modify concurrency implementation to better support future work and help
    with implementing SRV protocol "shortcuts"
    • while this should be an improvement overall, this has not been fully
      tested yet

Fixed

  • Repeating query type flag results in duplicate queries
  • Use default consts (which are currently empty strings) instead of actual
    empty strings
    • this was a bug waiting to happen

References

v0.4.0

04 Mar 14:19
22d827a
Compare
Choose a tag to compare

Overview

  • Add support for additional record types
  • Dependency updates
  • built using Go 1.15.8

Added

  • Support for PTR record queries
  • Support for SRV record queries

Changed

  • dependencies
    • miekg/dns
      • v1.1.38 to v1.1.40
    • actions/setup-node
      • v2.1.4 to v2.1.5

References

v0.3.5

21 Feb 14:57
e584378
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.15.8

Changed

  • Swap out GoDoc badge for pkg.go.dev badge

  • dependencies

    • go.mod Go version
      • updated from 1.14 to 1.15
    • built using Go 1.15.8
      • Statically linked
      • Windows (x86, x64)
      • Linux (x86, x64)
    • miekg/dns
      • v1.1.35 to v1.1.38
    • actions/setup-node
      • v2.1.2 to v2.1.4

References

Release v0.3.4

16 Nov 10:18
813ac61
Compare
Choose a tag to compare

Changed

  • Dependencies
    • built using Go 1.15.5
      • Statically linked
      • Windows
        • x86
        • x64
      • Linux
        • x86
        • x64
    • miekg/dns
      • v1.1.31 to v1.1.35
    • actions/checkout
      • v2.3.3 to v2.3.4

References