Skip to content

Releases: APSL/django-kaio

1.5.0

29 Jun 14:37
Compare
Choose a tag to compare
  • Support Python 3.11 and Django 4.2.
  • Migrate ReadTheDocs configuration file to v2.
  • GitHub Actions to deploy to PyPI.

1.4.2

19 Jan 14:11
Compare
Choose a tag to compare
  • Add more settings for django_yubin: MAILER_STORAGE_DELETE.

1.4.1

11 Jan 15:08
Compare
Choose a tag to compare
  • Add more settings for django_yubin: MAILER_HC_QUEUED_LIMIT_OLD, MAILER_STORAGE_BACKEND and MAILER_FILE_STORAGE_DIR.

1.4.0

27 Sep 15:32
Compare
Choose a tag to compare
  • Add support for django_yubin >= 2.0.0.

1.3.0

30 May 09:20
Compare
Choose a tag to compare
  • Improve CeleryMixin: better and updated default values and some new settings.

1.2.0

11 May 15:11
Compare
Choose a tag to compare
  • Add AWS_S3_ENDPOINT_URL and AWS_S3_CUSTOM_DOMAIN to StorageMixin to support CloudFront.

1.1.0

09 May 10:53
Compare
Choose a tag to compare
  • Add SENTRY_IGNORE_LOGGERS to allow to avoid sending noisy logs to Sentry.

1.0.1

05 May 09:55
Compare
Choose a tag to compare
  • Update requirements versions to fix build errors in ReadTheDocs.
  • No new features.

1.0.0

05 May 09:14
Compare
Choose a tag to compare
  • Add new mixin for Sentry SDK.
  • Remove old Raven and Sentry settings from LogsMixin.

0.15.0

02 May 09:18
Compare
Choose a tag to compare
  • Automatically configure INTERNAL_IPS to show debug_toolbar inside containers when ENABLE_DEBUG_TOOLBAR is True.
  • Update security fixes in dependencies (thanks GitHub dependabot).