From 4e49e67fe521d4e6b1f747385b31e224ba0ed8cb Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Mon, 20 Jan 2025 20:22:47 +0100 Subject: [PATCH] Update changelog and app version --- .app_version | 2 +- CHANGELOG.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.app_version b/.app_version index 03035cdd..ca222b7c 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.22.5 +0.23.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f2622d79..332291f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -# 0.22.5 - 2025-01-20 +# 0.23.0 - 2025-01-20 + +⚠️ 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 to create points from a file. +- 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. # 0.22.4 - 2025-01-20