Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheSuperiorStanislav TheSuperiorStanislav released this 18 Nov 04:17
· 25 commits to main since this release
a7940d1

0.3.0

  • Confirm support for python 3.13
  • Add get_s3_client shortcut for django module
  • Make pytest plugin auto-detect if it's django project, so that it could
    use django storage for s3 setup
  • Remove explicit max_length limit in S3UploadURLField
    It causes issues with auto spec generation and validation.
    Since it can return full urls with auth query, which can easily pass
    a limit specified in model field(which is by default 100), it causes
    confusion for openapi specs validators.

What's Changed

Full Changelog: 0.2.1...0.3.0