|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ## unreleased |
| 4 | +### Upstream |
| 5 | +- Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added. |
| 6 | +Compatible servers will automatically use it. Note that QUIC uses UDP |
| 7 | +(usually over port 443, like DNSCrypt) instead of TCP. |
| 8 | +- In previous versions, memory usage kept growing due to channels not |
| 9 | +being properly closed, causing goroutines to pile up. This was fixed, |
| 10 | +resulting in an important reduction of memory usage. Thanks to |
| 11 | +@lifenjoiner for investigating and fixing this! |
| 12 | +- DNS64: `CNAME` records are now translated like other responses. |
| 13 | +Thanks to @ignoramous for this! |
| 14 | +- A relay whose name has been configured, but doesn't exist in the |
| 15 | +list of available relays is now a hard error. Thanks to @lifenjoiner! |
| 16 | +- Mutexes/locking: bug fixes and improvements, by @ignoramous |
| 17 | +- Official packages now include linux/riscv64 builds. |
| 18 | +- `dnscrypt-proxy -resolve` now reports if ECS (EDNS-clientsubnet) is |
| 19 | +supported by the server. |
| 20 | +- `dnscrypt-proxy -list` now includes ODoH (Oblivious DoH) servers. |
| 21 | +- Local DoH: queries made using the `GET` method are now handled. |
| 22 | +- The service can now be installed on OpenRC-based systems. |
| 23 | +- `PTR` queries are now supported for cloaked domains. Contributed by |
| 24 | +Ian Bashford, thanks! |
| 25 | + |
4 | 26 | ### Added |
5 | 27 | - `breddns` resolver (Non-logging DNSCrypt server located in Luxembourg, operated by @tmclo). |
6 | 28 | - `dnswarden-uncensor-fr1-dc` resolver (Hosted in France. For more information look [here](https://github.com/bhanupratapys/dnswarden) or [here](https://dnswarden.com).). |
|
0 commit comments