Update changelog

This commit is contained in:
Eugene Burmakin 2025-01-20 20:42:15 +01:00
parent a311325c82
commit 1d820462f6

View file

@ -13,7 +13,7 @@ This release includes a data migration to remove duplicated points from the data
### Added
- `POST /api/v1/points/create` endpoint added to create points from a file.
- `POST /api/v1/points/create` endpoint added.
- An index to guarantee uniqueness of points across `latitude`, `longitude`, `timestamp` and `user_id` values. This is introduced to make sure no duplicates will be created in the database in addition to previously existing validations.
- `GET /api/v1/users/me` endpoint added to get current user.