Releases: mr-karan/doggo
Releases · mr-karan/doggo
v1.1.2
v1.1.1
v1.1.0
Changelog
New Features
- 94cf591: feat: add DNS Additional section support (glue records) (@mr-karan)
- ee380c4: feat: add EDNS response parsing and display (@mr-karan)
- c2aed51: feat: add EDNS0 options and ECS support (@mr-karan)
- ffa1d05: feat: enhance web interface with TerminalCSS and privacy-focused DNS providers (@mr-karan)
Bug fixes
- 172b438: fix: add missing --any and query flags to shell completions (@mr-karan)
- db20c64: fix: add support for internationalized domain names (IDN) with punycode conversion (@mr-karan)
- 25bb955: fix: added a test to file command ( <>)
- 754d0ed: fix: display Unicode domain names in output instead of punycode (@mr-karan)
- 88a841c: fix: filter system nameservers by IP version when -4 or -6 flags are used (@mr-karan)
- 32ee7ad: fix: improve DNS-over-QUIC TLS hostname verification (@mr-karan)
- 53399fa: fix: prevent panic in DoQ resolver when server returns empty response (@mr-karan)
- 26e829b: fix: support bare IPv6 addresses without brackets like dig (@mr-karan)
Others
- 432b5e6: Fix slow DNS queries over quic (@sylr)
- a646d8f: Update README.md (@mr-karan)
- a8ae3de: When no query types are asked for, default to A & AAAA (@nogweii)
- fc48667: chore(deps): upgrade all dependencies to latest versions (@mr-karan)
- 2acd03b: chore: remove non-working DNS0.eu DoH and DoT endpoints (@mr-karan)
v1.0.5
Changelog
New Features
- 020d3de: feat: integrate Globalping API for global network diagnostics (@radulucut)
Bug fixes
- 6f1382d: fix(logger): Change log destination to stderr (@gabe565)
- 6dc6fc4: fix: change DefaultResolvConfPath to var instead of const (@cions)
Others
- a73aada: Update README.md (@dflock)
- 24dadc0: Update README.md (@sindastra)
- 5aee2d2: add support for --json, --short && update docs (@radulucut)
- 44818dd: chore: document completions subcommand in --help output (@mundry)
- 16ba284: chore: upgrade deps (@mr-karan)
- 6666e97: fix fishCompletion (@radulucut)
- ea74e1f: update args (@radulucut)
- 4efa45b: update globalping client (@radulucut)
v1.0.4
Changelog
Bug fixes
Others
- 38246f6: Fix zsh completions (@jatinderjit)
- be42d53: Updating canonical URL (@gavinanderegg)
v1.0.3
v1.0.2
v1.0.1
Changelog
New Features
- 4821589: feat: add bash completion support (@mr-karan)
- b512e3f: feat: add completions command (@mr-karan)
- 24ec17e: feat: add docs (@mr-karan)
- a831f77: feat: add single install script (@mr-karan)
- 05c0ac4: feat: add support for more platforms and targets (@mr-karan)
- 2e5cd01: feat: add support for query flags (@mr-karan)
- 9d9b9b1: feat: improve docs (@mr-karan)
Bug fixes
- b2d58c7: fix: cleanup docs (@mr-karan)
- 51e78c5: fix: completions (@mr-karan)
- a01e451: fix: install script (@mr-karan)
- 8f60428: fix: proper alignment of help text (@mr-karan)
- 86d9e37: fix: send proper json error responses (@mr-karan)
Others
- db09be7: Added dependabot (@Neo2308)
- 8e6797f: Fix syntax error in ZSH completion (@molikuner)
- 43688b7: Update ZSH completion to include all current options (@molikuner)
- 89224c7: added tls client configuration for doh and doq ( <>)
- b659dec: chore(deps): bump actions/checkout from 2 to 4 (@dependabot[bot])
- 498601d: chore(deps): bump docker/login-action from 1.10.0 to 3.0.0 (@dependabot[bot])
- dc30b22: chore(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0 (@dependabot[bot])
- eca1e15: chore(deps): bump github.com/go-chi/chi from 1.5.4 to 4.1.2+incompatible (@dependabot[bot])
- 55d8a56: chore(deps): bump github.com/knadh/koanf from 1.4.4 to 1.5.0 (@dependabot[bot])
- cacac91: chore(deps): bump github.com/quic-go/quic-go from 0.39.0 to 0.39.1 (@dependabot[bot])
- aa7a029: chore(deps): bump github.com/quic-go/quic-go from 0.39.1 to 0.39.2 (@dependabot[bot])
- 6ba4295: chore(deps): bump github.com/quic-go/quic-go from 0.39.2 to 0.39.3 (@dependabot[bot])
- 371f014: chore(deps): bump github.com/quic-go/quic-go from 0.39.3 to 0.40.0 (@dependabot[bot])
- 9aed2ef: chore(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0 (@dependabot[bot])
- e136542: chore(deps): bump golang.org/x/sys from 0.8.0 to 0.13.0 (@dependabot[bot])
- 2b344a8: chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (@dependabot[bot])
- 3cbc3f2: chore: update deps (@mr-karan)
- db64c43: chore: upgrade deps (@mr-karan)
- c64a762: ci: add npm caching (@mr-karan)
- cc7cf4f: ci: goreleaser (@mr-karan)
- d74bb59: ci: re-enable dependabot (@mr-karan)
- 6db870f: ci: upgrade actions (@mr-karan)
- f1959e1: refactor: fix loading of nameservers (@mr-karan)
- 94fa7de: refactor: replace logrus with slog (@mr-karan)
v1.0.0
Changelog
New Features
- 4821589: feat: add bash completion support (@mr-karan)
- e03f752: feat: add completions command (@mr-karan)
- 554a027: feat: add docs (@mr-karan)
- 9868951: feat: add single install script (@mr-karan)
- 0500bfe: feat: add support for more platforms and targets (@mr-karan)
- 51edb41: feat: add support for query flags (@mr-karan)
- 07ed0e9: feat: improve docs (@mr-karan)
Bug fixes
- 3004a37: fix: cleanup docs (@mr-karan)
- 383a121: fix: completions (@mr-karan)
- 856cf30: fix: install script (@mr-karan)
- 3298b18: fix: send proper json error responses (@mr-karan)
Others
- db09be7: Added dependabot (@Neo2308)
- 8e6797f: Fix syntax error in ZSH completion (@molikuner)
- 43688b7: Update ZSH completion to include all current options (@molikuner)
- 89224c7: added tls client configuration for doh and doq ( <>)
- b659dec: chore(deps): bump actions/checkout from 2 to 4 (@dependabot[bot])
- 498601d: chore(deps): bump docker/login-action from 1.10.0 to 3.0.0 (@dependabot[bot])
- dc30b22: chore(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0 (@dependabot[bot])
- eca1e15: chore(deps): bump github.com/go-chi/chi from 1.5.4 to 4.1.2+incompatible (@dependabot[bot])
- 55d8a56: chore(deps): bump github.com/knadh/koanf from 1.4.4 to 1.5.0 (@dependabot[bot])
- cacac91: chore(deps): bump github.com/quic-go/quic-go from 0.39.0 to 0.39.1 (@dependabot[bot])
- aa7a029: chore(deps): bump github.com/quic-go/quic-go from 0.39.1 to 0.39.2 (@dependabot[bot])
- 6ba4295: chore(deps): bump github.com/quic-go/quic-go from 0.39.2 to 0.39.3 (@dependabot[bot])
- 371f014: chore(deps): bump github.com/quic-go/quic-go from 0.39.3 to 0.40.0 (@dependabot[bot])
- 9aed2ef: chore(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0 (@dependabot[bot])
- e136542: chore(deps): bump golang.org/x/sys from 0.8.0 to 0.13.0 (@dependabot[bot])
- 2b344a8: chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (@dependabot[bot])
- 3cbc3f2: chore: update deps (@mr-karan)
- aa218a1: chore: upgrade deps (@mr-karan)
- fe39585: ci: add npm caching (@mr-karan)
- b0f5a40: ci: goreleaser (@mr-karan)
- 6c42259: ci: upgrade actions (@mr-karan)
- 18e44ff: refactor: fix loading of nameservers (@mr-karan)
- d2ef389: refactor: replace logrus with slog (@mr-karan)