Releases: santisq/PSParallelPipeline
Releases · santisq/PSParallelPipeline
v.1.1.2
What's Changed
- Added Pester tests.
- Few code improvements.
- Added build script and improved CI pipeline.
- Updated docs and readme.
Full Changelog: v1.1.1...v.1.1.2
v1.1.1
What's Changed
Updated ValidateRange
attribute declaration of -ThrottleLimit
parameter to have a max value of 63
. This is due to a limitation of WaitHandle.WaitAny
Method allowing a maximum of 63 concurrent handles on STA State. Previously -ThrottleLimit
would allow a maximum of int.MaxValue
threads.
Full Changelog: v1.1.0...v1.1.1
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