Update changelog

This commit is contained in:
Eugene Burmakin 2025-10-05 22:18:25 +02:00
parent e31265fdad
commit 99110f023b

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Fixed
- `GET /api/v1/stats` endpoint now returns correct 0 instead of null if no points were tracked in the requested period.
- User import data now being streamed instead of loaded into memory all at once. This should prevent large imports from exhausting memory or hitting IO limits while reading export archives.
# [0.33.0] - 2025-09-29