Skip to content

Releases: anfema/wagtail_to_ion

3.1.0 alpha 1

11 Nov 15:05
Compare
Choose a tag to compare
3.1.0 alpha 1 Pre-release
Pre-release

Collect files from ion serializer tree

3.0.0 release

08 Nov 12:42
Compare
Choose a tag to compare

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

02 Nov 12:56
Compare
Choose a tag to compare
3.0.0a12 Pre-release
Pre-release

New generic serializer for mappings (dict, etc)

Try another way for S3 Head calls that does not interfere with saving

14 Oct 14:55
Compare
Choose a tag to compare
3.0.0a9

prepare 3.0.0a9

Increase chunk size

14 Oct 16:17
Compare
Choose a tag to compare
Increase chunk size Pre-release
Pre-release
3.0.0a11

Try bigger chunk size and 3.0.0a11

Parallelize S3 Calls with thread pool

14 Oct 15:52
Compare
Choose a tag to compare
Pre-release
3.0.0a10

prepare 3.0.0a10

S3 Head call fix

13 Oct 16:58
Compare
Choose a tag to compare
S3 Head call fix Pre-release
Pre-release
3.0.0a8

prepare 3.0.0a8

Last merge

13 Oct 15:54
Compare
Choose a tag to compare
Last merge Pre-release
Pre-release
3.0.0a7

prepare 3.0.0a7

Merge all missing things

13 Oct 15:48
Compare
Choose a tag to compare
Pre-release
3.0.0a6

Merge branch 'j.schriewer/15-streamblocks' into j.schriewer/33-tar-st…

Optimize file opening

13 Oct 15:28
Compare
Choose a tag to compare
Optimize file opening Pre-release
Pre-release

Move code around to allow file operations to run at latest possible moment