Skip to content

Releases: sds/db-query-matchers

v0.15.0

Choose a tag to compare

@sds sds released this 03 Nov 04:29
v0.15.0
26ef0c1

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

Choose a tag to compare

@sds sds released this 13 Nov 05:53
v0.14.0
0deaaac
  • Relax gem constraints to allow Rails 8.0

v0.13.0

Choose a tag to compare

@sds sds released this 14 Aug 06:42
v0.13.0
5b76039
  • Drop support for Ruby 3.0 (3.1+ still supported)
  • Add support for Rails 7.2

v0.12.0

Choose a tag to compare

@sds sds released this 13 Dec 07:03
v0.12.0
7677db6
  • Drop support for EOL software (Ruby 2.x, Rails 6.0)
  • Add database_role option to scope checks for replicas

v0.11.0

Choose a tag to compare

@sds sds released this 23 Feb 06:31
v0.11.0
e4cdd1e
  • 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

Choose a tag to compare

@sds sds released this 26 Sep 19:02
v0.10.0
7231643
  • Relax dependencies for compatibility with Rails 6.0
  • Add unscoped option for counting queries with no WHERE / LIMIT

v0.9.0

Choose a tag to compare

@trotzig trotzig released this 18 May 14:23
  • Add rspec and activesupport as proper runtime dependencies

v0.8.0

Choose a tag to compare

@trotzig trotzig released this 25 Jan 13:27
  • Don't require rspec/mocks any more (#21)

v0.7.0

Choose a tag to compare

@tdooner tdooner released this 28 Oct 19:49

New configuration option db_event to allow non-ActiveRecord ORMs.
Thanks @sethjeffery! [#20]

v0.6.0

Choose a tag to compare

@trotzig trotzig released this 08 Jul 19:28

New config options log_backtrace and backtrace_filter.