Skip to content

v0.0.29

Choose a tag to compare

@emily-shen emily-shen released this 24 Oct 17:07
· 142 commits to main since this release
016550d

Patch Changes

  • e4879c8: Miscellaneous minor fixes and improvements to starting containers and port checking.

    • When calling startAndWaitForPorts, check for port-readiness even if the container is started.
    • Add waitForPort() method.
    • Add options to configure timeout and polling interval to start, similar to what cancellationOptions on startAndWaitForPorts. start does not check for port readiness but still polls for available and starting container.
    • Respect waitInterval if passed in via start or startAndWaitForPorts when polling container for readiness.
  • 8458fda: fix racy condition where we would try and start containers that are running