Skip to content

Changelog

All notable changes to this project will be documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.3] - Latest

Added

  • Mailhog provider integration for email testing

Fixed

  • Runner connection recreation on container startup

[0.1.2]

Added

  • Redis provider support ([redis] extra)
  • Auto-detection from CELERY_BROKER_URL and SESSION_ENGINE

[0.1.1]

Added

  • MySQL / MariaDB provider support ([mysql] extra)
  • Helpful MissingDependencyError with installation instructions

[0.1.0]

Added

  • Initial release
  • PostgreSQL provider (zero-config)
  • Django test runner integration (TestcontainersRunner)
  • pytest plugin (django_testcontainers_plus.pytest_plugin)
  • Auto-detection from DATABASES settings
  • TESTCONTAINERS setting for custom configuration