Skip to main content

2 posts tagged with "reliability"

View All Tags

What's new in fast-check 4.2.0?

· 5 min read
Nicolas Dubien
fast-check maintainer

With version 4.2.0, we are re-affirming our will to provide our users with efficient and easy to use primitives around race condition detection. Because race conditions are far from easy to detect and think of we want to make them easy to track. For that reason we decided to introduce two new primitives to help you waiting for the scheduler to be done.

Continue reading to explore the detailed updates it brings.

What's new in fast-check 4.1.0?

· 3 min read
Nicolas Dubien
fast-check maintainer

With fast-check, reliability has always been at the heart of our mission. We strive to detect bugs that are not only rare but also extremely complex. With this release, we're making our scheduler even more effective — especially in scenarios that can realistically occur in production codebases. Our goal is for the scheduler to suggest as many execution orderings as possible, helping you surface those sneaky race conditions with confidence.

Continue reading to explore the detailed updates it brings.