From 26c7a4cca3d65011ac149c2cebf060b5e5a0dc89 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 23 Mar 2025 22:57:30 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c1849a..7879bd3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Migrate existing imports from `raw_data` to the new file storage. - Stream import files for parsing instead of downloading them. - Add randomized name to the import files before attaching them to the import record. +- Export files should also be stored in the S3-compatible storage and be available for download. ## Changed - Import files are now being attached to the import record instead of being stored in the `raw_data` database column. +- Import files can now be stored in S3-compatible storage. # 0.25.3 - 2025-03-22