Skip to content

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 24 Mar 17:14
· 26 commits to main since this release
dd69891

Patch Changes

  • #73 18283b9 Thanks @brendanjryan! - Fixed testcontainers Tempo instance to use exposed ports instead of host networking for macOS compatibility. Containers now bind to 127.0.0.1 with dynamically mapped ports, resolving connectivity issues on non-Linux platforms.

  • #71 474e091 Thanks @brendanjryan! - Made the testcontainers Tempo instance startup timeout configurable via startupTimeout. 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 remains 10_000ms.