Skip to content

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 06 Jan 01:51
· 7 commits to main since this release
35a9247

Added

  • add connection_string() passthrough to ContainerGuard (#229)
  • add configurable stop timeout for ContainerGuard cleanup (#228)
  • add ContainerGuardSet for multi-container test management (#227)
  • add with_network() support to ContainerGuard (#226)
  • add wait_for_ready() method and builder option to ContainerGuard (#225)
  • add ContainerGuard for RAII container lifecycle management (#217)

Fixed

  • PortCommand parser handles single-port query format (#232)

Other

  • add comprehensive rustdoc for testing module (#230)
  • update version examples to 0.10 (#214)