Releases: APSL/django-kaio
Releases · APSL/django-kaio
1.5.0
- Support Python 3.11 and Django 4.2.
- Migrate ReadTheDocs configuration file to v2.
- GitHub Actions to deploy to PyPI.
1.4.2
- Add more settings for django_yubin: MAILER_STORAGE_DELETE.
1.4.1
- Add more settings for django_yubin: MAILER_HC_QUEUED_LIMIT_OLD, MAILER_STORAGE_BACKEND and MAILER_FILE_STORAGE_DIR.
1.4.0
- Add support for django_yubin >= 2.0.0.
1.3.0
- Improve
CeleryMixin
: better and updated default values and some new settings.
1.2.0
- Add
AWS_S3_ENDPOINT_URL
and AWS_S3_CUSTOM_DOMAIN
to StorageMixin
to support CloudFront.
1.1.0
- Add
SENTRY_IGNORE_LOGGERS
to allow to avoid sending noisy logs to Sentry.
1.0.1
- Update requirements versions to fix build errors in ReadTheDocs.
- No new features.
1.0.0
- Add new mixin for Sentry SDK.
- Remove old Raven and Sentry settings from LogsMixin.
0.15.0
- Automatically configure
INTERNAL_IPS
to show debug_toolbar inside containers when ENABLE_DEBUG_TOOLBAR
is True
.
- Update security fixes in dependencies (thanks GitHub dependabot).