Skip to content

v0.6.0

Choose a tag to compare

@ngan ngan released this 23 Feb 21:04
· 72 commits to main since this release
f0b17fd

Highlights

  • Moved fixture cache generation into framework lifecycle hooks:
    • RSpec generates per declaring group in before(:context).
    • Minitest generates per declaring class in class-level run_suite.
  • Simplified runner startup semantics:
    • Runner#start now handles startup/clear-cache only.
    • Cache generation is now framework-driven.
  • Improved cache loading performance by batching restore statements per DB connection and issuing one execute_batch per connection.

Additional updates

  • README lifecycle documentation updated to match current behavior.
  • Expanded unit coverage for runner lifecycle, RSpec/Minitest entrypoint behavior, and cache batching.

Full Changelog

v0.5.0...v0.6.0