Changes compared to the previous beta, v0.108.0-b.61. See CHANGELOG.md for all changes.
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.