mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 12:05:38 +00:00
Release 1.4.1
This commit is contained in:
12
Changelog.md
12
Changelog.md
@@ -4,6 +4,18 @@ This Changelog records major changes between versions.
|
||||
|
||||
Not all changes are recorded. Please check git log for details.
|
||||
|
||||
## Version 1.4.1
|
||||
|
||||
- Add a configuration option: `debug_http_headers` (e.g. Add `CF-Ray` to diagnose CloudFlare's resolver)
|
||||
- Add a configuration option: `passrthrough`
|
||||
- macOS logger is rebuilt with static libswiftCore
|
||||
- Fix a segfault when `no_cookies=true`
|
||||
- Fix HTTP stream leaking problem, which may cause massive half-open connections if HTTP/1 is in use
|
||||
- Utilize Go's cancelable context to detect timeouts more reliably.
|
||||
- Fix interoperation problems with gDNS
|
||||
- CORS is enabled by default in doh-server
|
||||
- Documentation updates
|
||||
|
||||
## Version 1.3.10
|
||||
|
||||
- Enable application/dns-message (draft-13) by default, since Google has finally supported it
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
package main
|
||||
|
||||
const (
|
||||
VERSION = "1.3.11"
|
||||
VERSION = "1.4.1"
|
||||
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
|
||||
)
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
package main
|
||||
|
||||
const (
|
||||
VERSION = "1.3.11"
|
||||
VERSION = "1.4.1"
|
||||
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user