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