Tags: biniyam69/testcontainers-python
Tags
chore(main): release testcontainers 4.8.0 (testcontainers#658) 🤖 I have created a release *beep* *boop* --- ## [4.8.0](testcontainers/testcontainers-python@testcontainers-v4.7.2...testcontainers-v4.8.0) (2024-08-14) ### Features * Adding support for Cassandra and Scylla ([testcontainers#167](testcontainers#167)) ([2d8bc11](testcontainers@2d8bc11)) * **compose:** ability to retain volumes when using context manager ([testcontainers#659](testcontainers#659)) ([e1e3d13](testcontainers@e1e3d13)) * **compose:** add ability to get docker compose config ([testcontainers#669](testcontainers#669)) ([8c28a86](testcontainers@8c28a86)) * **core:** add ability to do OR & AND for waitforlogs ([testcontainers#661](testcontainers#661)) ([b1453e8](testcontainers@b1453e8)) * **new:** Added AWS Lambda module ([testcontainers#655](testcontainers#655)) ([9161cb6](testcontainers@9161cb6)) * refactor network setup ([testcontainers#678](testcontainers#678)) ([d5de0aa](testcontainers@d5de0aa)) ### Bug Fixes * Add Db2 support ([testcontainers#673](testcontainers#673)) ([1e43923](testcontainers@1e43923)) * bring back cassandra driver bc otherwise how does it get installed for cassandra module test run? ([testcontainers#680](testcontainers#680)) ([71c3a1a](testcontainers@71c3a1a)) * **rabbitmq:** add `vhost` as parameter to RabbitMqContainer ([testcontainers#656](testcontainers#656)) ([fa2081a](testcontainers@fa2081a)) * **selenium:** add Arg/Options to api of selenium container ([testcontainers#654](testcontainers#654)) ([e02c1b3](testcontainers@e02c1b3)), closes [testcontainers#652](testcontainers#652) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.7.2 (testcontainers#639) 🤖 I have created a release *beep* *boop* --- ## [4.7.2](testcontainers/testcontainers-python@testcontainers-v4.7.1...testcontainers-v4.7.2) (2024-07-15) ### Bug Fixes * Add container Trino ([testcontainers#642](testcontainers#642)) ([49ce5a5](testcontainers@49ce5a5)), closes [testcontainers#641](testcontainers#641) * **core:** Improve private registry support (tolerate not implemented fields in DOCKER_AUTH_CONFIG) ([testcontainers#647](testcontainers#647)) ([766c382](testcontainers@766c382)) * **kafka:** add a flag to limit to first hostname for use with networks ([testcontainers#638](testcontainers#638)) ([0ce4fec](testcontainers@0ce4fec)), closes [testcontainers#637](testcontainers#637) * **modules:** Mailpit container base API URL helper method ([testcontainers#643](testcontainers#643)) ([df07586](testcontainers@df07586)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.7.1 (testcontainers#624) 🤖 I have created a release *beep* *boop* --- ## [4.7.1](testcontainers/testcontainers-python@testcontainers-v4.7.0...testcontainers-v4.7.1) (2024-07-02) ### Bug Fixes * **core:** bad rebase from [testcontainers#579](testcontainers#579) ([testcontainers#635](testcontainers#635)) ([4766e48](testcontainers@4766e48)) * **modules:** Mailpit Container ([testcontainers#625](testcontainers#625)) ([0b866ff](testcontainers@0b866ff)) * **modules:** SFTP Server Container ([testcontainers#629](testcontainers#629)) ([2e7dbf1](testcontainers@2e7dbf1)) * **network:** Now able to use Network without context, and has labels to be automatically cleaned up ([testcontainers#627](testcontainers#627)) ([testcontainers#630](testcontainers#630)) ([e93bc29](testcontainers@e93bc29)) * **postgres:** get_connection_url(driver=None) should return postgres://... ([testcontainers#588](testcontainers#588)) ([01d6c18](testcontainers@01d6c18)), closes [testcontainers#587](testcontainers#587) * update test module import ([testcontainers#623](testcontainers#623)) ([16f6ca4](testcontainers@16f6ca4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.7.0 (testcontainers#613) 🤖 I have created a release *beep* *boop* --- ## [4.7.0](testcontainers/testcontainers-python@testcontainers-v4.6.0...testcontainers-v4.7.0) (2024-06-28) ### Features * **core:** Added Generic module ([testcontainers#612](testcontainers#612)) ([e575b28](testcontainers@e575b28)) * **core:** allow custom dockerfile path for image build and bypassing build cache ([testcontainers#615](testcontainers#615)) ([ead0f79](testcontainers@ead0f79)), closes [testcontainers#610](testcontainers#610) * **core:** DockerCompose.stop now stops only services that it starts (does not stop the other services) ([testcontainers#620](testcontainers#620)) ([e711800](testcontainers@e711800)) ### Bug Fixes * **ollama:** Add support for ollama module ([testcontainers#618](testcontainers#618)) ([5442d05](testcontainers@5442d05)) * **cosmosdb:** Add support for the CosmosDB Emulator ([testcontainers#579](testcontainers#579)) ([8045a80](testcontainers@8045a80)) * improve ollama docs, s/ollama_dir/ollama_home/g ([testcontainers#619](testcontainers#619)) ([27f2a6b](testcontainers@27f2a6b)) * **kafka:** Add Kraft to Kafka containers ([testcontainers#611](testcontainers#611)) ([762d2a2](testcontainers@762d2a2)) ### Documentation * **contributing:** add contribution and new-container guide ([testcontainers#460](testcontainers#460)) ([3519f4b](testcontainers@3519f4b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.6.0 (testcontainers#594) 🤖 I have created a release *beep* *boop* --- ## [4.6.0](testcontainers/testcontainers-python@testcontainers-v4.5.1...testcontainers-v4.6.0) (2024-06-18) ### Features * **core:** Added ServerContainer ([testcontainers#595](testcontainers#595)) ([0768490](testcontainers@0768490)) * **core:** Image build (Dockerfile support) ([testcontainers#585](testcontainers#585)) ([54c88cf](testcontainers@54c88cf)) ### Bug Fixes * Add Cockroach DB Module to Testcontainers ([testcontainers#608](testcontainers#608)) ([4aff679](testcontainers@4aff679)) * Container for Milvus database ([testcontainers#606](testcontainers#606)) ([ec76df2](testcontainers@ec76df2)) * move TESTCONTAINERS_HOST_OVERRIDE to config.py ([testcontainers#603](testcontainers#603)) ([2a5a190](testcontainers@2a5a190)), closes [testcontainers#602](testcontainers#602) * **mqtt:** Add mqtt.MosquittoContainer ([testcontainers#568](testcontainers#568)) ([testcontainers#599](testcontainers#599)) ([59cb6fc](testcontainers@59cb6fc)) ### Documentation * **main:** Private registry ([testcontainers#598](testcontainers#598)) ([9045c0a](testcontainers@9045c0a)) * Update private registry instructions ([testcontainers#604](testcontainers#604)) ([f5a019b](testcontainers@f5a019b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.5.1 (testcontainers#586) 🤖 I have created a release *beep* *boop* --- ## [4.5.1](testcontainers/testcontainers-python@testcontainers-v4.5.0...testcontainers-v4.5.1) (2024-05-31) ### Bug Fixes * **k3s:** add configuration parameter for disabling cgroup mount to avoid "unable to apply cgroup configuration" ([testcontainers#592](testcontainers#592)) ([8917772](testcontainers@8917772)) * **keycloak:** realm import ([testcontainers#584](testcontainers#584)) ([111bd09](testcontainers@111bd09)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.5.0 (testcontainers#575) 🤖 I have created a release *beep* *boop* --- ## [4.5.0](testcontainers/testcontainers-python@testcontainers-v4.4.1...testcontainers-v4.5.0) (2024-05-25) ### Features * **core:** Private registry ([testcontainers#566](testcontainers#566)) ([59fbcfa](testcontainers@59fbcfa)) ### Bug Fixes * added types to exec & tc_properties_get_tc_host ([testcontainers#561](testcontainers#561)) ([9eabb79](testcontainers@9eabb79)) * on windows, DockerCompose.get_service_host returns an unusable "0.0.0.0" - adjust to 127.0.0.1 ([testcontainers#457](testcontainers#457)) ([2aa3d37](testcontainers@2aa3d37)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.4.1 (testcontainers#551) 🤖 I have created a release *beep* *boop* --- ## [4.4.1](testcontainers/testcontainers-python@testcontainers-v4.4.0...testcontainers-v4.4.1) (2024-05-14) ### Bug Fixes * Add memcached container ([testcontainers#322](testcontainers#322)) ([690b9b4](testcontainers@690b9b4)) * Add selenium video support [testcontainers#6](testcontainers#6) ([testcontainers#364](testcontainers#364)) ([3c8006c](testcontainers@3c8006c)) * **core:** add empty _configure to DockerContainer ([testcontainers#556](testcontainers#556)) ([08916c8](testcontainers@08916c8)) * **core:** remove version from compose tests ([testcontainers#571](testcontainers#571)) ([38946d4](testcontainers@38946d4)) * **keycloak:** add realm imports ([testcontainers#565](testcontainers#565)) ([f761b98](testcontainers@f761b98)) * **mysql:** Add seed support in MySQL ([testcontainers#552](testcontainers#552)) ([396079a](testcontainers@396079a)) * url quote passwords ([testcontainers#549](testcontainers#549)) ([6c5d227](testcontainers@6c5d227)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.4.0 (testcontainers#539) 🤖 I have created a release *beep* *boop* --- ## [4.4.0](testcontainers/testcontainers-python@testcontainers-v4.3.3...testcontainers-v4.4.0) (2024-04-17) ### Features * **labels:** Add common testcontainers labels ([testcontainers#519](testcontainers#519)) ([e04b7ac](testcontainers@e04b7ac)) * **network:** Add network context manager ([testcontainers#367](testcontainers#367)) ([11964de](testcontainers@11964de)) ### Bug Fixes * **core:** [testcontainers#486](testcontainers#486) for colima delay for port avail for connect ([testcontainers#543](testcontainers#543)) ([90bb780](testcontainers@90bb780)) * **core:** add TESTCONTAINERS_HOST_OVERRIDE as alternative to TC_HOST ([testcontainers#384](testcontainers#384)) ([8073874](testcontainers@8073874)) * **dependencies:** remove usage of `sqlalchemy` in DB extras. Add default wait timeout for `wait_for_logs` ([testcontainers#525](testcontainers#525)) ([fefb9d0](testcontainers@fefb9d0)) * tests for Kafka container running on ARM64 CPU ([testcontainers#536](testcontainers#536)) ([29b5179](testcontainers@29b5179)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release testcontainers 4.3.3 (testcontainers#535) 🤖 I have created a release *beep* *boop* --- ## [4.3.3](testcontainers/testcontainers-python@testcontainers-v4.3.2...testcontainers-v4.3.3) (2024-04-09) ### Bug Fixes * missing typing-extensions dependency ([testcontainers#534](testcontainers#534)) ([ef86d15](testcontainers@ef86d15)), closes [testcontainers#533](testcontainers#533) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PreviousNext