Update changelog and version for raw data archival feature

This commit is contained in:
Eugene Burmakin 2025-12-07 14:32:53 +01:00
parent 973a4aae84
commit 7217293274
3 changed files with 7 additions and 2257 deletions

View file

@ -1 +1 @@
0.36.2
0.36.3

View file

@ -4,6 +4,12 @@ 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.36.3] - Unreleased
## Added
- Setting `ARCHIVE_RAW_DATA` env var to true will enable monthly raw data archiving for all users. It will look for points older than 2 months with `raw_data` column not empty and create a zip archive containing raw data files for each month. After successful archiving, raw data will be removed from the database to save space. Monthly archiving job is being run every day at 2:00 AM. Default env var value is false.
# [0.36.2] - 2025-12-06

File diff suppressed because it is too large Load diff