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

latest release: v0.107.52
pre-release2 days ago

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

Acknowledgements

A special thanks to our community moderation team, @AdguardTeam/community-moderators, as well as to everyone who filed and inspected issues, added translations, and helped us test this release!

Full changelog

Security

  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in Go 1.22.5.

Added

  • The ability to disable logging using the new log.enabled configuration property (#7079).

Changed

  • Frontend rewritten in TypeScript.

  • The systemd-based service now uses journal for logging by default. It also doesn't create the /var/log/ directory anymore (#7053).

    NOTE: With an installed service for changes to take effect, you need to reinstall the service using -r flag of the install script or via the CLI (with root privileges):

    ./AdGuardHome -s uninstall
    ./AdGuardHome -s install

    Don't forget to backup your configuration file and other important data before reinstalling the service.

  • The HTTP server's write timeout has been increased from 1 minute to 5 minutes to match the one used by AdGuard Home's HTTP client to fetch filtering-list data (#7041).

Deprecated

  • Node 18 support, Node 20 will be required in future releases.

Fixed

  • Unnecessary validation call on the encryption page.
  • Missing version in the footer.
  • Panic caused by missing user-specific blocked services object in configuration file (#7069).
  • Tracking /etc/hosts file changes causing panics within particular filesystems on start (#7076).

Don't miss a new AdGuardHome release

NewReleases is sending notifications on new releases.