Releases: theriverman/django-minio-backend
Releases · theriverman/django-minio-backend
django-minio-backend v2.5.1
Informal release
django-minio-backend v2.5.0
minio dependency version pinned
django-minio-backend v2.4.0
(BUGFIX) is_minio_available() now treats http/https correctly Stepped to v2.4.0 Co-authored-by: Patrick van der Leer <pat.vdleer@gmail.com>
django-minio-backend v2.3.0
Pushed version 2.3.0
django-minio-backend v2.2.1
setup.py & Travis CI corrections
django-minio-backend v2.2.0 [YANKED RELEASE]
README.md updates * Added symbolic links into example_app * Typo fixes * Added description for `Consistency Check On Start` * Added instructions for setting up the Local Test Environment
django-minio-backend v2.1.0
Version 2.1.0 * Added on-start consistency check via apps.py * Added optional `--silence` flag to management command `initialize_buckets` * Removed the now unused `create_release.py` replaced by Travis CI
django-minio-backend v2.0.0
Core feature: Support for multiple buckets
NON-BACKWARD COMPATIBLE CHANGES:
- Merge pull request #5 from guyeshet/master
- API has changed for
class MinioBackend(Storage)
Thebucket_name
parameter must be provided.
Changes to settings.py
:
- Removed parameter: MINIO_PRIVATE_BUCKET_NAME
- Removed parameter: MINIO_PUBLIC_BUCKET_NAME
- New parameter: MINIO_PRIVATE_BUCKETS
- New parameter: MINIO_PUBLIC_BUCKETS
- New parameter: MINIO_POLICY_HOOKS
- New parameter: MINIO_CONSISTENCY_CHECK_ON_START
Additional summary
- Merge pull request #5 from guyeshet/master
removed no_translations because it's deprecated in Django 2.2.8
django-minio-backend v1.1.2
Version bumped to 1.1.2:
django-minio-backend v1.1.0
Version bumped to 1.1.0:
* PoolManager changed to HTTPSConnectionPool
* SSL validation disabled(cert_reqs='CERT_NONE',assert_hostname=False)