Skip to content

1.8.0

Compare
Choose a tag to compare
@anmarchenko anmarchenko released this 17 Oct 13:26
· 119 commits to main since this release
2d4ca81

Highlights

This release adds an experimental command line tool to calculate percentage of tests that are going to be skipped.

Other notable changes include performance optimisation for Intelligent Test Runner, adding retries to HTTP requests, and correct handling of the case when timecop mocks monotonic time (for timecop versions 0.9.9 and later).

Added

  • Add command line tool to compute a percentage of skippable tests for RSpec (#194)

Changed

  • Bump gem datadog dependency to 2.4 and update test dependencies (#248)
  • Optimise LocalRepository.relative_to_root helper to make test impact analysis faster (#244)
  • Retry HTTP requests on 429 and 5xx responses (#243)
  • Use correct monotonic clock time if Timecop.mock_process_clock is set (#242)

Read the full changeset and the release milestone.