v1.1.0
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 aRunspacePool
, no reason to have it.
Full Changelog: v1.0.3...v1.1.0