Releases: atc0005/dnsc
Releases · atc0005/dnsc
v0.5.6
Overview
- Dependency updates
- built using Go 1.16.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.6
to1.16.7
actions/setup-node
- updated from
v2.2.0
tov2.4.0
- updated from
References
- See the
v0.5.6
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.5.5
Overview
- Dependency updates
- built using Go 1.16.6
- Statically linked
- Linux (x86, x64)
Changed
- dependencies
Go
1.16.5
to1.16.6
actions/setup-node
- update
node-version
value to always use latest LTS version instead of
hard-coded version
- update
References
- See the
v0.5.5
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.5.4
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
tov2.2.0
- (GH-172)
-
output
- (GH-171) Exclude unused columns when no records for query are found
Fixed
- linting
References
- See the
v0.5.4
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.5.3
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
tov1.1.43
pelletier/go-toml
v1.9.0
tov1.9.3
References
- See the
v0.5.3
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.5.2
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
- See the
v0.5.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.5.1
Overview
- Bug fixes
- built using Go 1.16.3
- Statically linked
- Linux (x86, x64)
Changed
- dependencies
miekg/dns
v1.1.40
tov1.1.41
pelletier/go-toml
v1.8.1
tov1.9.0
Fixed
- linting
- fieldalignment: struct with X pointer bytes could be Y (govet)
golangci/golangci-lint
- replace deprecated
maligned
linter withgovet: fieldalignment
- replace deprecated
scopelint
linter withexportloopref
- replace deprecated
References
- See the
v0.5.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.5.0
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 andexample.com
as
the query string to query for available domain controllers instead of
specifying_ldap._tcp.dc._msdcs.example.com
as the query string.
- e.g., allows specifying
- 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
tomulti-line
- the prior format can be set persistently via config file or one-off via
CLI flag
- the prior format can be set persistently via config file or one-off via
- 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
- while this should be an improvement overall, this has not been fully
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
- See the
v0.5.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.4.0
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
tov1.1.40
actions/setup-node
v2.1.4
tov2.1.5
References
- See the
v0.4.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.3.5
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
to1.15
- updated from
- built using Go 1.15.8
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
miekg/dns
v1.1.35
tov1.1.38
actions/setup-node
v2.1.2
tov2.1.4
References
- See the
v0.3.5
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.3.4
Changed
- Dependencies
- built using Go 1.15.5
- Statically linked
- Windows
- x86
- x64
- Linux
- x86
- x64
miekg/dns
v1.1.31
tov1.1.35
actions/checkout
v2.3.3
tov2.3.4
- built using Go 1.15.5
References
- See the
v0.3.4
milestone for the issues associated with this release. - See our CHANGELOG for more information.