site/releases/visualstudio/2.8.0.md
Today, we're shipping three new releases:
2.8.0 (release notes)1.13.0 (release notes)2.8.0It's been 2 weeks since the release of 2.5.8.</p>
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉
These release notes are a comprehensive list of changes from 2.5.8 to 2.8.0.
We have back-ported the v3 "multiplier" thread count syntax, supported via configuration and RunSettings.
We have added support for the new parallelAlgorithm via configuration and RunSettings.
BUG: There was a potential race condition in our assembly lookup cache because of a use of a non-thread-safe dictionary. xunit/visualstudio.xunit#407{ .issue-link }