Releases: sds/db-query-matchers
Releases · sds/db-query-matchers
v0.14.0
- Relax gem constraints to allow Rails 8.0
v0.13.0
- Drop support for Ruby 3.0 (3.1+ still supported)
- Add support for Rails 7.2
v0.12.0
- Drop support for EOL software (Ruby 2.x, Rails 6.0)
- Add
database_role
option to scope checks for replicas
v0.11.0
- Relax dependencies for compatibility with Rails 7.0
- Move CI to GitHub actions
- Add new
ignore_cached
option to exclude queries previously cached by ActiveRecord
v0.10.0
- Relax dependencies for compatibility with Rails 6.0
- Add
unscoped
option for counting queries with no WHERE
/ LIMIT
v0.9.0
- Add
rspec
and activesupport
as proper runtime dependencies
v0.8.0
- Don't require
rspec/mocks
any more (#21)
v0.7.0
New configuration option db_event
to allow non-ActiveRecord ORMs.
Thanks @sethjeffery! [#20]
v0.6.0
New config options log_backtrace
and backtrace_filter
.
v0.5.0
New configuration option: schemaless