Skip to content

Releases: danfimov/django-capo-s3

v0.5.0

Choose a tag to compare

@danfimov danfimov released this 24 Aug 14:54
00eeff0

What's Changed

Features

  • feat: add ability to clone client for different bucket by @danfimov in #24
  • feat: add object_name hook to derive the stored name from the content by @danfimov in #25
  • feat: add TypedContentFile for in-memory content with a known type by @danfimov in #26

Fixes

  • fix: multipart chunking for in-memory uploads by @danfimov in #23

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@danfimov danfimov released this 24 Aug 13:50
8d2c460

What's Changed

Features

  • feat: read aws configuration from django settings by @danfimov in #22

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@danfimov danfimov released this 24 Aug 12:40
1b7f3b1

What's Changed

Features

  • feat: add ability to pass http_client_builder/http_handler by @danfimov in #21

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@danfimov danfimov released this 24 Aug 11:35
bf64e46

What's Changed

Features

  • feat: try to get content type from more places by @danfimov in #18

Fixes

  • fix: memory consumption during file read by @danfimov in #19
  • fix: memory consumption during file write by @danfimov in #20

Miscellaneous

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@danfimov danfimov released this 21 Aug 11:42
2d8f5fb

What's Changed

Features

  • feat: dynamic multi-region setup by @danfimov in #13
  • feat: path-style public urls for a separate public host and sign response params into cloudfront urls by @danfimov in #14

Miscellaneous

  • docs: add documentation with main features and django-storage comparison by @danfimov in #15

Full Changelog: v0.0.3...v0.1.0

v0.0.3

Choose a tag to compare

@danfimov danfimov released this 20 Aug 17:49
4c31749

What's Changed

Features

  • feat: add delete_objects method for storage by @danfimov in #6
  • feat: credentials refresh for role_arn/web_identity by @danfimov in #8
  • feat: faster algorithm for collectstatic by @danfimov in #9

Fixes

  • fix: text-mode in S3File by @danfimov in #7
  • fix: use fixed delete_objects method and NotFound error from new version of capo-s3 by @danfimov in #12

Miscellaneous

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@danfimov danfimov released this 19 Aug 18:25
8757e23

What's Changed

Fixes

  • fix: use fixed head_object from capo-s3 instead of list_objects_v2 by @danfimov in #5

Full Changelog: v0.0.1...v0.0.2

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@danfimov danfimov released this 19 Aug 15:58
2802327

What's Changed

Features

  • feat: first approach for feature parity with django-storages by @danfimov in #1

Miscellaneous

  • chore: add tests with different django versions and type check by @danfimov in #4
  • build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 by @dependabot[bot] in #2
  • build(deps): bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #3

New Contributors

Full Changelog: https://github.com/danfimov/django-capo-s3/commits/v0.0.1