v0.10.0
Replaced filesystem-based test discovery with a compile-time registry approach, enabling modular test organization and improved performance by discovering tests through Rust's module system instead of runtime filesystem scanning.
What's Changed
Breaking changes
- Replace filesystem-based test discovery with compile-time registry approach by @corentinlange in #111
Until 0.9.0: http::delay::delay_with_headers::tanu_integration_tests::http::delay::delay_with_headers
Since 0.10.0: tanu_integration_tests::http::delay::delay_with_headers::tanu_integration_tests::http::delay::delay_with_headers
Other changes
- 🔖 Bump version to v0.10.0 by @yukinarit in #112
New Contributors
- @corentinlange made their first contribution in #111
Full Changelog: v0.9.0...v0.10.0