Releases: sds/db-query-matchers
Releases · sds/db-query-matchers
v0.15.0
Compare
Sorry, something went wrong.
No results found
sds
released this
03 Nov 04:29
What's Changed
New Contributors
Full Changelog : v0.14.0...v0.15.0
v0.14.0
Compare
Sorry, something went wrong.
No results found
sds
released this
13 Nov 05:53
Relax gem constraints to allow Rails 8.0
v0.13.0
Compare
Sorry, something went wrong.
No results found
sds
released this
14 Aug 06:42
Drop support for Ruby 3.0 (3.1+ still supported)
Add support for Rails 7.2
v0.12.0
Compare
Sorry, something went wrong.
No results found
sds
released this
13 Dec 07:03
Drop support for EOL software (Ruby 2.x, Rails 6.0)
Add database_role option to scope checks for replicas
v0.11.0
Compare
Sorry, something went wrong.
No results found
sds
released this
23 Feb 06:31
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
Compare
Sorry, something went wrong.
No results found
sds
released this
26 Sep 19:02
Relax dependencies for compatibility with Rails 6.0
Add unscoped option for counting queries with no WHERE / LIMIT
v0.9.0
Compare
Sorry, something went wrong.
No results found
Add rspec and activesupport as proper runtime dependencies
v0.8.0
Compare
Sorry, something went wrong.
No results found
Don't require rspec/mocks any more (#21 )
v0.7.0
Compare
Sorry, something went wrong.
No results found
New configuration option db_event to allow non-ActiveRecord ORMs.
Thanks @sethjeffery ! [#20 ]
v0.6.0
Compare
Sorry, something went wrong.
No results found
New config options log_backtrace and backtrace_filter.