⚠️ IMPORTANT ⚠️
This release includes a data migration to remove duplicated points from the database. It will not remove anything except for duplcates from the points
table, but please make sure to create a backup before updating to this version.
Added
POST /api/v1/points/create
endpoint added.- An index to guarantee uniqueness of points across
latitude
,longitude
,timestamp
anduser_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.
💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, Arne Schwarck, derpderpington, Chippie, dint, jhalpern, Lex Fradski and Schlufo on Patreon 💙
What's Changed
GET /api/v1/users/me
API endpoint by @Freika in #694- Bump rubocop-rails from 2.28.0 to 2.29.0 by @dependabot in #695
- Bump tailwindcss-rails from 3.2.0 to 3.3.0 by @dependabot in #696
- Bump sidekiq-cron from 2.0.1 to 2.1.0 by @dependabot in #697
Full Changelog: 0.22.4...0.23.0