0.2.0
This version of SOPT including some new features related to storage and logger.
It also contains some bug fixes.
New
- Split k-v storage and usage via
KVStorage
trait(default issled
). - Send hot passkey update to tracker, a new
env
field is introduced. - Better logger system, now you can access log via file system.
- Now admin can award special rank to a user(see
/admin/user/award_rank
in API).
Improvements
- Now personal torrent status return whether torrent is free.
Bugs
- Eliminate previous unchecked sql statements.
- User cannot level up when rank's name is changed after.