Flask-fs2

Latest version: v0.7.27

Safety actively analyzes 682416 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4.0

------------------

- Added backend level configuration ``FS_{BACKEND_NAME}_{KEY}``
- Improved backend documentation
- Use setuptools entry points to register backends.
- Added `NONE` extensions specification
- Added `list_files` to `Storage` to list the current bucket files
- Image optimization preserve file type as much as possible
- Ensure images are not overwritted before rerendering

0.3.0

------------------

- Switch to pytest
- ``ImageField`` optimization/compression.
Resized images are now compressed.
Default image can also be optimized on upload with ``FS_IMAGES_OPTIMIZE = True``
or by specifying `optimize=True` as field parameter.
- ``ImageField`` has now the ability to rerender images with the ``rerender()`` method.

0.2.1

------------------

- Expose Python 3 compatibility

0.2.0

------------------

- Proper github publication
- Initial S3, GridFS and Swift backend implementations
- Python 3 fixes

0.1

----------------

- Initial release


How to create a new release for Flask-FS2

We release Flask-FS2 versions through Github Actions on Pypi. Every time a new version is ready, we
follow this process:

1. Rebase on the master branch.
2. Up the version number located the `flask_fs/__version__` file.
3. Push changes to `master` branch.
4. Tag the commit and push the changes to Github.
5. Github Actions will build the package from the sources and publish the package on Pypi

You can run a script to perform these commands at once, he is located in scripts/release.sh.

Deployment

Please see the Zou documentation for the update instructions.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.