Releases: bschaatsbergen/dnsee
Releases · bschaatsbergen/dnsee
v0.5.0
What's Changed
- chore: update README to reflect latest version by @bschaatsbergen in #38
- feat: Include the query type in the DNS query debug log. by @bschaatsbergen in #37
- Properly align displayed results using
TabWriter
by @mmourick in #39 - build(deps): bump github.com/miekg/dns from 1.1.58 to 1.1.59 by @dependabot in #40
- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #41
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
Changelog
- 740789d chore: add back debug logging
- 8a74d82 chore: fix output provided in README around MX priority (#33)
- 9f2d041 chore: formatting
- 7147e2d chore: make debug msg consistent
- 228e3a6 chore: remove misplaced dot
- aa10a58 chore: updated actions/labeler to v5
- b96372a feat: add dns server port flag
- 5338620 feat: improve debug logging of dns queries
- 395869d fix: use bracket notation around ipv6 addresses to remove ambiguity with port
- 461962e refactor: more clean handling of dns server ip
v0.2.0
Changelog
- 8f2dfb9 Fix typo
- 25dd7ff build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#21)
- fc3700f build(deps): bump github.com/miekg/dns from 1.1.55 to 1.1.57 (#20)
- bf76b3a build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#19)
- 359b009 build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0
- e262c6b chore: add PR template
- 83cb322 chore: change
Check
toSee
- 918e2dc chore: rm a few words
- e44a7ab chore: upgrade to
go1.21.4
(#24) - d479ebb chore: use golangci and goreleaser (#22)
- 7bef51e feat: add GitHub Issue labelling
- f9749c8 feat: create
dependabot.yaml
- 0373c4a feat: create
triage-ci.yaml
(#17) - e0f0255 feat: re-order priority when printing mx records (#16)