Skip to content

v0.5.0

Compare
Choose a tag to compare
@palewire palewire released this 06 Jun 23:34
· 612 commits to main since this release
  • Refactored the publish and unpublish management commands to use boto instead of s3cmd.
  • build and publish management commands use file mimetypes instead of a regex on the filename to decide if a file will be gzipped.
  • publish management command includes --force and --dry-run uploads to force an upload of all file, regardless of changes, and to print output without uploading files, respectively.
  • publish management command now pools uploads to increase speed