Skip to content

Releases: APSL/django-kaio

1.7.0

13 Aug 09:42

Choose a tag to compare

  • Support to customize Redis scheme with REDIS_SCHEME default to redis, this allows to use rediss (with double S) for TLS connections.
  • Support for CACHE_REDIS_USER to authenticate to redis.
  • Update some /docs dependencies with security fixes.
  • Update Github Action versions.

1.6.0

19 Mar 10:23

Choose a tag to compare

  • New setting ALLOWED_HOSTS_DEBUG_TOOLBAR for allowing debug toolbar for some hosts in addition to INTERNAL_IPS.
  • Update requirements for building docs and use them to create reproducible builds in ReadTheDocs.

1.5.0

29 Jun 14:37

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

Choose a tag to compare

  • Add more settings for django_yubin: MAILER_STORAGE_DELETE.

1.4.1

11 Jan 15:08

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

Choose a tag to compare

  • Add support for django_yubin >= 2.0.0.

1.3.0

30 May 09:20

Choose a tag to compare

  • Improve CeleryMixin: better and updated default values and some new settings.

1.2.0

11 May 15:11

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

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

Choose a tag to compare

  • Update requirements versions to fix build errors in ReadTheDocs.
  • No new features.