Changes compared to the previous beta, v0.108.0-b.42. See CHANGELOG.md for all changes.
Full changelog
Security
- Go version has been updated to prevent the possibility of exploiting the CVE-2023-29409 Go vulnerability fixed in Go 1.20.7.
Changed
- Improved reliability filtering-rule list updates on Unix systems.
Configuration Changes
In this release, the schema version has changed from 24 to 25.
-
Property
debug_pprof
which used to setup profiling HTTP handler, is now moved to the newpprof
object underhttp
section. The new object contains propertiesenabled
andport
:# BEFORE: 'debug_pprof': true # AFTER: 'http': 'pprof': 'enabled': true 'port': 6060
Note that the new default
6060
is used as default. To rollback this change, remove the new objectpprof
, set backdebug_pprof
, and change theschema_version
back to24
.
Deprecated
- Go 1.20 support. Future versions will require at least Go 1.21 to build.
Fixed
-
Inability to block queries for the root domain, such as
NS .
queries, using the Disallowed domains feature on the DNS settings page (#6049). Users who want to block.
queries should use the|.^
AdBlock rule or a similar regular expression. -
Client hostnames not resolving when upstream server responds with zero-TTL records (#6046).