Skip to content

v0.7.0

Choose a tag to compare

@ngan ngan released this 24 Feb 00:56
· 69 commits to main since this release
ebb0b16

Highlights

  • Added STI-aware SQL write tracking so fixture caching resolves subclass write events to the base table-owning model.
  • Added dummy app STI integration coverage for both RSpec and Minitest.
  • Improved cache replay behavior by batching restore statements per connection in Cache#load.
  • Moved cache generation into framework lifecycle hooks while keeping runner startup focused on cache clearing/start state.

Tooling and Test Coverage

  • Extended unit coverage across runner lifecycle, SQL subscriber event handling, and cache replay behavior.
  • Expanded integration coverage in dummy app suites for STI and queue-style execution behavior.

Full Changelog

v0.6.0...v0.7.0