| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.0.1 source code.tar.gz | 2026-07-18 | 4.2 MB | |
| 6.0.1 source code.zip | 2026-07-18 | 4.4 MB | |
| README.md | 2026-07-18 | 468 Bytes | |
| Totals: 3 Items | 8.7 MB | 0 | |
Pester 6.0.1
Fixes an intermittent crash in Run.Parallel on Windows PowerShell 7. When several test files imported Pester at the same time, the concurrent, unsynchronized writes to a shared process-global verb dictionary could corrupt it and throw Index was outside the bounds of the array, which killed the parallel run. The verb patch is now guarded by a lock. (#2901)
No other changes from 6.0.0.