github AdguardTeam/AdGuardHome v0.108.0-b.81
AdGuard Home v0.108.0-b.81

pre-release3 hours ago

Changes compared to the previous beta, v0.108.0-b.80. See CHANGELOG.md for all changes.

Full changelog

Added

  • New query parameter recent in GET /control/stats/ defines statistics lookback period in millieseconds. See openapi/openapi.yaml for details.

  • New field "ignored_enabled" in GetStatsConfigResponse or GetQueryLogConfigResponse. See openapi/openapi.yaml for 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_enabled in 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).

Don't miss a new AdGuardHome release

NewReleases is sending notifications on new releases.