Releases: testcontainers/testcontainers-python
Releases · testcontainers/testcontainers-python
testcontainers: v4.6.0
4.6.0 (2024-06-18)
Features
- core: Added ServerContainer (#595) (0768490)
- core: Image build (Dockerfile support) (#585) (54c88cf)
Bug Fixes
- Add Cockroach DB Module to Testcontainers (#608) (4aff679)
- Container for Milvus database (#606) (ec76df2)
- move TESTCONTAINERS_HOST_OVERRIDE to config.py (#603) (2a5a190), closes #602
- mqtt: Add mqtt.MosquittoContainer (#568) (#599) (59cb6fc)
Documentation
testcontainers: v4.5.1
testcontainers: v4.5.0
testcontainers: v4.4.1
4.4.1 (2024-05-14)
Bug Fixes
- Add memcached container (#322) (690b9b4)
- Add selenium video support #6 (#364) (3c8006c)
- core: add empty _configure to DockerContainer (#556) (08916c8)
- core: remove version from compose tests (#571) (38946d4)
- keycloak: add realm imports (#565) (f761b98)
- mysql: Add seed support in MySQL (#552) (396079a)
- url quote passwords (#549) (6c5d227)
testcontainers: v4.4.0
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 forwait_for_logs
(#525) (fefb9d0) - tests for Kafka container running on ARM64 CPU (#536) (29b5179)
testcontainers: v4.3.3
testcontainers: v4.3.2
testcontainers: v4.3.1
testcontainers: v4.3.0
4.3.0 (2024-04-01)
Features
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)
testcontainers: v4.2.0
4.2.0 (2024-03-24)
Features
Bug Fixes
- arangodb: tests to pass on ARM CPUs - change default image to 3.11.x where ARM image is published (#479) (7b58a50)
- core: DinD issues #141, #329 (#368) (b10d916)
- core: raise an exception when docker compose fails to start #258 (#485) (d61af38)
- core: use auto_remove=True with reaper instance (#499) (274a400)
- docs: update the non-existent main.yml badge (#493) (1d10c1c)
- Fix the return type of
DockerContainer.get_logs
(#487) (cd72f68) - keycloak: tests on aarch64, use image from [jboss -> quay], change supported version [16+ -> 18+] (#480) (5758310)
- postgres: doctest (#473) (c9c6f92)
- read the docs build works again (#496) (dfd1781)
- readthedocs build - take 1 (#495) (b3b9901)