Skip to content

AdGuard Home v0.107.56

Latest
Compare
Choose a tag to compare
@adguard-bot adguard-bot released this 23 Jan 14:11
· 1013 commits to master since this release

We are steadily picking up the pace in the new year, starting with this small update. πŸƒ Inside are some fresh bugfixes, a new API, and an updated Go version to shore up some vulnerabilities.

Acknowledgments

A special thanks to our open-source contributor @Hermholtz, our community moderators team, 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 1.23.5.

Added

  • The new HTTP API POST /clients/search that finds clients by their IP addresses, CIDRs, MAC addresses, or ClientIDs. See openapi/openapi.yaml for the full description.

Deprecated

  • The GET /clients/find HTTP API is deprecated. Use the new POST /clients/search API.

Fixed

  • Request count link in the clients table (#7513).
  • The formatting of large numbers on the dashboard (#7329).