testcontainers: v4.11.0
4.11.0 (2025-06-15)
Features
- core: Protocol support for container port bind and expose (#690) (a0d4317)
- DockerContainer initializer to accept its private members as kwargs (#809) (e7feb53)
Bug Fixes
- compose: use provided docker command instead of default (#785) (0ae704a)
- core: Add kwargs to image build (#708) (cc02f94)
- core: change with_command type to include list of strings (#789) (f7c29cb)
- core: Determine docker socket for rootless docker (#779) (6817582)
- core: Typing in docker_client (#702) (e8bf224)
- core: Typing in generic + network (#700) (2061912)
- core: Typing in version (#701) (9dc2a02)
- core: wait in test core registry (#812) (b574c0e)
- modules: fix cosmosdb failure (#827) (dafcbed)
- modules: update chroma version (#826) (b7d41dd)
- rabbitmq: correct pika pypi reference (#817) (e90d308)
- registry: module typed (#811) (6b11268)
- use connection mode override function in config (#775) (ab2a1ab), closes #774