Skip to content

Releases: testcontainers/testcontainers-python

testcontainers: v4.7.0

28 Jun 09:41
a962147

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

Choose a tag to compare

4.6.0 (2024-06-18)

Features

Bug Fixes

Documentation

testcontainers: v4.5.1

31 May 09:19
a95af7d

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

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

Choose a tag to compare

4.4.1 (2024-05-14)

Bug Fixes

testcontainers: v4.4.0

17 Apr 10:36
056e48d

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)

testcontainers: v4.3.3

09 Apr 13:53
5ccec17

Choose a tag to compare

4.3.3 (2024-04-09)

Bug Fixes

testcontainers: v4.3.2

08 Apr 09:27
fe22758

Choose a tag to compare

4.3.2 (2024-04-08)

Bug Fixes

  • core: Improve typing for common container usage scenarios (#523) (d5b8553)
  • core: make config editable to avoid monkeypatching.1 (#532) (3be6da3)
  • vault: add support for HashiCorp Vault container (#366) (1326278)

testcontainers: v4.3.1

02 Apr 20:39
0fb4aef

Choose a tag to compare

4.3.1 (2024-04-02)

Bug Fixes

  • core: env vars not being respected due to constructor call (#524) (4872ea5), closes #521
  • Pin MongoDB images and improve test coverage for maintained versions (#448) (b5c7a1b)

testcontainers: v4.3.0

01 Apr 11:51
f819c7a

Choose a tag to compare

4.3.0 (2024-04-01)

Features

  • client: Add custom User-Agent in Docker client as tc-python/<version> (#507) (dd55082)

Bug Fixes

  • Add CassandraContainer (#476) (507e466)
  • add chroma container (#515) (0729bf4)
  • Add Weaviate module (#492) (90762e8)
  • cassandra: make cassandra dependency optional/test-only (#518) (bddbaeb)
  • core: allow setting docker command path for docker compose (#512) (63fcd52)
  • google: add support for Datastore emulator (#508) (3d891a5)
  • Improved Oracle DB module (#363) (6e6d8e3)
  • inconsistent test runs for community modules (#497) (914f1e5)
  • kafka: Add redpanda testcontainer module (#441) (451d278)
  • kafka: wait_for_logs in kafka container to reduce lib requirement (#377) (909107b)
  • keycloak: container should use dedicated API endpoints to determine container readiness (#490) (2e27225)
  • nats: Client-Free(ish) NATS container (#462) (302c73d)
  • new: add a new Docker Registry test container (#389) (0f554fb)
  • pass doctests, s/doctest/doctests/, run them in gha, s/asyncpg/psycopg/ in doctest, fix keycloak flakiness: wait for first user (#505) (545240d)
  • pass updated keyword args to Publisher/Subscriber client in google/pubsub #161 (#164) (8addc11)
  • Qdrant module (#463) (e8876f4)
  • remove accidentally added pip in dev dependencies (#516) (dee20a7)
  • ryuk: Enable Ryuk test suite. Ryuk image 0.5.1 -> 0.7.0. Add RYUK_RECONNECTION_TIMEOUT env variable (#509) (472b2c2)