Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Feb 18:17
· 12 commits to main since this release
8f84031

0.1.0 (2026-01-17)

Initial release.

Features

  • Core container lifecycle management (start, stop, terminate)
  • Builder pattern for container configuration
  • Wait strategies: port, log, log regex, HTTP, exec, healthcheck
  • Composite wait strategies (all, any)
  • Docker network support
  • File copy operations (to/from containers)
  • Command execution in containers

Modules

  • testcontainers - Core library
  • testcontainers-postgres - PostgreSQL
  • testcontainers-mysql - MySQL
  • testcontainers-mongo - MongoDB
  • testcontainers-redis - Redis
  • testcontainers-rabbitmq - RabbitMQ
  • testcontainers-kafka - Apache Kafka
  • testcontainers-elasticsearch - Elasticsearch
  • testcontainers-localstack - LocalStack (AWS emulation)
  • testcontainers-memcached - Memcached