Releases: taketo1113/ddig
Releases · taketo1113/ddig
v0.4.3
What's Changed
Enhancements
- Skip the protocol, as it is a reserved value in ALPN for DDR by @taketo1113 in #13
- Add default value for doh-path option in DoH resolver by @taketo1113 in #14
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
Bug Fix
- Fix error handling for unsupported protocol by @taketo1113 in #12
Dependencies
- Add irb gem to development dependencies for ruby 3.5 (c810f5f)
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
Enhancements
- Fix resolv dependency to allow versions 0.4.0 and higher by @taketo1113 in #10
Dependencies
- CI: Add ruby 3.4 to CI by @taketo1113 in #9
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Enhancements
- Support to output with json format by @taketo1113 in #8
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
Bug Fix
- Fix default port 443 with doh http/1.1 by @taketo1113 in #7
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
Enhancements
- Add DDR option for CLI by @taketo1113 in #5
- Resolve with designated resolvers (DDR) by @taketo1113 in #6
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Enhancements
- Add DoH client (HTTP/1.1) by @taketo1113 in #2
- Add CLI for UDP(Do53) / DoT by @taketo1113 in #1
- Change cli option dns-type(-d/--dns-type) by @taketo1113 in #4
- Add ipv4/ipv6 options by @taketo1113 in #3
New Contributors
- @taketo1113 made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Add Do53 client
- Add DoT client
- Add DDR client (without lookup with ddr resolvers)
Full Changelog: https://github.com/taketo1113/ddig/commits/v0.1.0