v0.2.4
Patch Changes
-
#73
18283b9Thanks @brendanjryan! - Fixed testcontainers Tempo instance to use exposed ports instead of host networking for macOS compatibility. Containers now bind to127.0.0.1with dynamically mapped ports, resolving connectivity issues on non-Linux platforms. -
#71
474e091Thanks @brendanjryan! - Made the testcontainers Tempo instance startup timeout configurable viastartupTimeout. This also introduces a shared internal container-options shape for testcontainers-backed instances, so future container adapters can reuse the same option pattern. The default timeout remains10_000ms.