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. Seeopenapi/openapi.yaml
for the full description.
Deprecated
- The
GET /clients/find
HTTP API is deprecated. Use the newPOST /clients/search
API.