Skip to content

Releases: testcontainers/testcontainers-python

testcontainers: v4.8.1

03 Sep 09:25
8c0cdbc
Compare
Choose a tag to compare

4.8.1 (2024-08-18)

Bug Fixes

  • generic: Update the FastAPI install on genric module doctest samples (#686) (5216b02)
  • mssql: use glob to find mssql-tools folder since it moves (#685) (4912725), closes #666
  • wait_for_logs can now fail early when the container stops (#682) (925329d)

Documentation

  • Add a more advance usecase documentation for ServerContainer (#688) (2cf5a9f)

testcontainers: v4.8.0

14 Aug 13:19
c7d9b81
Compare
Choose a tag to compare

4.8.0 (2024-08-14)

Features

  • Adding support for Cassandra and Scylla (#167) (2d8bc11)
  • compose: ability to retain volumes when using context manager (#659) (e1e3d13)
  • compose: add ability to get docker compose config (#669) (8c28a86)
  • core: add ability to do OR & AND for waitforlogs (#661) (b1453e8)
  • new: Added AWS Lambda module (#655) (9161cb6)
  • refactor network setup (#678) (d5de0aa)

Bug Fixes

  • Add Db2 support (#673) (1e43923)
  • bring back cassandra driver bc otherwise how does it get installed for cassandra module test run? (#680) (71c3a1a)
  • rabbitmq: add vhost as parameter to RabbitMqContainer (#656) (fa2081a)
  • selenium: add Arg/Options to api of selenium container (#654) (e02c1b3), closes #652

testcontainers: v4.7.2

15 Jul 20:01
068c431
Compare
Choose a tag to compare

4.7.2 (2024-07-15)

Bug Fixes

  • Add container Trino (#642) (49ce5a5), closes #641
  • core: Improve private registry support (tolerate not implemented fields in DOCKER_AUTH_CONFIG) (#647) (766c382)
  • kafka: add a flag to limit to first hostname for use with networks (#638) (0ce4fec), closes #637
  • modules: Mailpit container base API URL helper method (#643) (df07586)

testcontainers: v4.7.1

02 Jul 13:23
41fbdd0
Compare
Choose a tag to compare

4.7.1 (2024-07-02)

Bug Fixes

  • core: bad rebase from #579 (#635) (4766e48)
  • modules: Mailpit Container (#625) (0b866ff)
  • modules: SFTP Server Container (#629) (2e7dbf1)
  • network: Now able to use Network without context, and has labels to be automatically cleaned up (#627) (#630) (e93bc29)
  • postgres: get_connection_url(driver=None) should return postgres://... (#588) (01d6c18), closes #587
  • update test module import (#623) (16f6ca4)

testcontainers: v4.7.0

28 Jun 09:41
a962147
Compare
Choose a tag to compare

4.7.0 (2024-06-28)

Features

  • core: Added Generic module (#612) (e575b28)
  • core: allow custom dockerfile path for image build and bypassing build cache (#615) (ead0f79), closes #610
  • core: DockerCompose.stop now stops only services that it starts (does not stop the other services) (#620) (e711800)

Bug Fixes

  • ollama: Add support for ollama module (#618) (5442d05)
  • cosmosdb: Add support for the CosmosDB Emulator (#579) (8045a80)
  • improve ollama docs, s/ollama_dir/ollama_home/g (#619) (27f2a6b)
  • kafka: Add Kraft to Kafka containers (#611) (762d2a2)

Documentation

  • contributing: add contribution and new-container guide (#460) (3519f4b)

testcontainers: v4.6.0

20 Jun 10:23
090bd0d
Compare
Choose a tag to compare

4.6.0 (2024-06-18)

Features

Bug Fixes

Documentation

testcontainers: v4.5.1

31 May 09:19
a95af7d
Compare
Choose a tag to compare

4.5.1 (2024-05-31)

Bug Fixes

  • k3s: add configuration parameter for disabling cgroup mount to avoid "unable to apply cgroup configuration" (#592) (8917772)
  • keycloak: realm import (#584) (111bd09)

testcontainers: v4.5.0

25 May 19:36
70414db
Compare
Choose a tag to compare

4.5.0 (2024-05-25)

Features

Bug Fixes

  • added types to exec & tc_properties_get_tc_host (#561) (9eabb79)
  • on windows, DockerCompose.get_service_host returns an unusable "0.0.0.0" - adjust to 127.0.0.1 (#457) (2aa3d37)

testcontainers: v4.4.1

14 May 07:48
49b261e
Compare
Choose a tag to compare

4.4.1 (2024-05-14)

Bug Fixes

testcontainers: v4.4.0

17 Apr 10:36
056e48d
Compare
Choose a tag to compare

4.4.0 (2024-04-17)

Features

  • labels: Add common testcontainers labels (#519) (e04b7ac)
  • network: Add network context manager (#367) (11964de)

Bug Fixes

  • core: #486 for colima delay for port avail for connect (#543) (90bb780)
  • core: add TESTCONTAINERS_HOST_OVERRIDE as alternative to TC_HOST (#384) (8073874)
  • dependencies: remove usage of sqlalchemy in DB extras. Add default wait timeout for wait_for_logs (#525) (fefb9d0)
  • tests for Kafka container running on ARM64 CPU (#536) (29b5179)