Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 04:06
8daa3b3

Added

  • New-RetryingSshClientWrapper: wraps an SSH client with reconnect-and-
    retry on transient transport drops (the channel being reaped mid-command
    by a NAT/firewall middlebox), via Invoke-WithRetry. The belt to
    New-VmSshClient's keepalive brace, now available to every consumer of
    this module rather than re-implemented per repo.

Changed

  • RequiredModules now declares Common.PowerShell (>= 8.1.0), which
    supplies the Invoke-WithRetry primitive the new wrapper uses.