mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 05:07:41 +03:00
ChangeLog update
This commit is contained in:
parent
35063a1eec
commit
0c88e2a1a0
1 changed files with 22 additions and 0 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,3 +1,25 @@
|
|||
# Version 2.1.2
|
||||
- Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added.
|
||||
Compatible servers will automatically use it. Note that QUIC uses UDP
|
||||
(usually over port 443, like DNSCrypt) instead of TCP.
|
||||
- In previous versions, memory usage kept growing due to channels not
|
||||
being properly closed, causing goroutines to pile up. This was fixed,
|
||||
resulting in an important reduction of memory usage. Thanks to
|
||||
@lifenjoiner for investigating and fixing this!
|
||||
- DNS64: `CNAME` records are now translated like other responses.
|
||||
Thanks to @ignoramous for this!
|
||||
- A relay whose name has been configured, but doesn't exist in the
|
||||
list of available relays is now a hard error. Thanks to @lifenjoiner!
|
||||
- Mutexes/locking: bug fixes and improvements, by @ignoramous
|
||||
- Official packages now include linux/riscv64 builds.
|
||||
- `dnscrypt-proxy -resolve` now reports if ECS (EDNS-clientsubnet) is
|
||||
supported by the server.
|
||||
- `dnscrypt-proxy -list` now includes ODoH (Oblivious DoH) servers.
|
||||
- Local DoH: queries made using the `GET` method are now handled.
|
||||
- The service can now be installed on OpenRC-based systems.
|
||||
- `PTR` queries are now supported for cloaked domains. Contributed by
|
||||
Ian Bashford, thanks!
|
||||
|
||||
# Version 2.1.1
|
||||
This is a bugfix only release, addressing regressions introduced in
|
||||
version 2.1.0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue