Releases: DevD4v3/Playtesters.API
Releases · DevD4v3/Playtesters.API
v1.1.0 Release
Release Notes – Playtesters.API v1.1.0
New Features
- UpdateTester Endpoint Enhancement:
ThePATCH /api/testers/{name}endpoint now supports a new optional field:TotalHoursPlayed(double) – allows updating the total playtime of a tester.null→ keeps the current value unchanged.- non-negative number → updates the total hours played.
- negative number → returns 400 Bad Request.
Improvements
- Updated documentation for the UpdateTester endpoint to clearly describe how
accessKey,name, andTotalHoursPlayedcan be updated. - Validation ensures
TotalHoursPlayedcannot be negative.
Fixes
- No breaking changes; all existing clients remain compatible.
v1.0.0 Release
Playtesters.API – v1.0.0 (Official Release)
The first stable release of Playtesters.API, a lightweight backend service designed for managing closed playtests, validating access keys, monitoring testers, and integrating easily with Unity or custom clients.
Highlights
- Fully functional REST API for managing closed playtests.
- Secure admin operations via API key.
- Real-time monitoring of tester activity, including Discord webhook notifications.
- Built-in IP geolocation with caching to detect suspicious usage.
- Ready for production use.