Skip to content

Choose a tag to compare

@github-actions github-actions released this 12 Dec 18:39
6240bda

Patch Changes

  • #299 d3252dc Thanks @whoiskatrin! - Add waitForExit() method to Process interface for waiting until a process terminates

  • #296 8a5d275 Thanks @whoiskatrin! - fix race condition for PID retrieval

  • a86f7db Thanks @ghostwriternr! - Improve automatic retry behavior for container startup errors

    Transient errors like "container starting" now automatically retry with exponential backoff, while permanent errors like "missing image" fail immediately with clear error messages.