Releases: anfema/wagtail_to_ion
Releases · anfema/wagtail_to_ion
3.1.0 alpha 1
Collect files from ion serializer tree
3.0.0 release
Changelog:
- Refactor Serializers to use classes instead of big function
- New generic serializer for mappings (dict, etc)
- Support S3 storage for media files
- Add Tar file as a streaming response
- Optimize Tar file generation (less DB calls, less calls to storage)
- Parallelize storage calls for Tar file generation
3.0.0a12
New generic serializer for mappings (dict, etc)
Try another way for S3 Head calls that does not interfere with saving
3.0.0a9 prepare 3.0.0a9
Increase chunk size
3.0.0a11 Try bigger chunk size and 3.0.0a11
Parallelize S3 Calls with thread pool
3.0.0a10 prepare 3.0.0a10
S3 Head call fix
3.0.0a8 prepare 3.0.0a8
Last merge
3.0.0a7 prepare 3.0.0a7
Merge all missing things
3.0.0a6 Merge branch 'j.schriewer/15-streamblocks' into j.schriewer/33-tar-st…
Optimize file opening
Move code around to allow file operations to run at latest possible moment