Changes compared to the previous beta, v0.108.0-b.80. See CHANGELOG.md for all changes.
Full changelog
Added
-
New query parameter
recentinGET /control/stats/defines statistics lookback period in millieseconds. Seeopenapi/openapi.yamlfor details. -
New field
"ignored_enabled"inGetStatsConfigResponseorGetQueryLogConfigResponse. Seeopenapi/openapi.yamlfor details.
Changed
- In addition to modifying the contents of a hosts file, deleting or renaming the file now also updates runtime clients and DNS filtering results.
Configuration changes
In this release, the schema version has changed from 32 to 33.
-
Added a new boolean field
ignored_enabledin querylog and statistics config.# BEFORE: 'querylog': # … 'ignored': - '|.^' 'statistics': # … 'ignored': - '|.^' # AFTER: 'querylog': # … 'ignored': - '|.^' 'ignored_enabled': true 'statistics': # … 'ignored': - '|.^' 'ignored_enabled': true ``` To roll back this change, set the `schema_version` back to `32`.
Fixed
-
Unknown blocked services from both global and client configuration now logged instead of causing server crash.
-
Optimistic DNS cache not working (#8148).