Skip to content

v1.1.0

Compare
Choose a tag to compare
@santisq santisq released this 12 Mar 16:14
· 167 commits to main since this release
60efa8d

What's Changed

Invoke-Parallel no longer uses a RunspacePool, now uses a custom class to manage parallel invocations.

  • Added parameter -UseNewRunspace.
  • Added parameter -TimeoutSeconds.
  • Removed parameter -ThreadOptions. The function no longer uses a RunspacePool, no reason to have it.

Full Changelog: v1.0.3...v1.1.0