Releases: junkurihara/doh-auth-proxy
Releases · junkurihara/doh-auth-proxy
0.4.0
Improvement
- support anonymous token based on blind RSA signature
- support query logging
- refactor: lots of minor improvement
What's Changed
- chore(deps): bump ubuntu from 22.04 to 24.04 in /docker by @dependabot in #64
- feat: query logging by @junkurihara in #66
- feat: support anonymous token based on blind RSA signature by @junkurihara in #68
- Refactor: error structure by @junkurihara in #69
- 0.4.0 by @junkurihara in #70
Full Changelog: 0.3.3...0.4.0
0.3.4
Full Changelog: 0.3.3...0.3.4
0.3.3
What's Changed
- 0.3.2 by @junkurihara in #55
- 0.3.3 by @junkurihara in #56
Full Changelog: 0.3.2...0.3.3
0.3.2
- Feat: Support TCP and UDP bootstrap DNS protocols. In addition to the existing format like "1.1.1.1" that means "udp://1.1.1.1:53", formats like "tcp://1.1.1.1:53" (TCP support) "udp://1.2.3.4:50053" (Non standard port) works. See "README.md" and "doh-auth-proxy.toml" for configuration for the detail.
- Refactor: Lots of minor improvements
What's Changed
- Feat: implement tcp/udp bootstrap resolver with arbitrary port other than UDP over 53 by @junkurihara in #52
- 0.3.2 by @junkurihara in #53
- Merge pull request #53 from junkurihara/develop by @junkurihara in #54
Full Changelog: 0.3.0...0.3.2
0.3.1
Fix actions to release the executable binary.
What's Changed
- 0.3.1 by @junkurihara in #44
Full Changelog: 0.3.0...0.3.1
0.3.0
Improvements
- Totally restructured and reimplemented all components
- [Breaking] Support multiple bootstrap resolvers, which requires to modify the config file.
- Periodic health check of all path candidates.
- Periodic nexthop IP address resolution via the proxy itself, bootstrap resolver is only used at the first time and fall-back.
- Periodic fetching of access token with refresh token.
- Hot reloading of configuration files, including block and override files.
- Configurable "user-agent" as whatever you like.
What's Changed
- feat: change logging module by @junkurihara in #26
- Bump actions/checkout from 3 to 4 by @dependabot in #32
- Feat/impl plugins by @junkurihara in #37
- Restructure: preparing 0.3.0 by @junkurihara in #38
- chore(deps): update itertools requirement from 0.11.0 to 0.12.0 in /dap-lib by @dependabot in #39
- feat: configurable user agent by @junkurihara in #40
- fix: change counter to increment only one for safety by @junkurihara in #42
Full Changelog: 0.1.6...0.3.0