Skip to content

Releases: iMacTia/lograge-sql

v2.5.1

25 Nov 14:34
a409667
Compare
Choose a tag to compare

What's Changed

  • Compile Regexp on initialization by @fdaugs in #63

Full Changelog: v2.5.0...v2.5.1

v2.5.0

13 Nov 10:18
7ad0ced
Compare
Choose a tag to compare

What's Changed

✨ New features

  • Add configuration to filter out sql queries by @fdaugs in #60
  • Add Rails 8 support by @fdaugs in #62

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

29 Aug 09:21
c20054c
Compare
Choose a tag to compare

What's Changed

✨ New features

New Contributors

Full Changelog: v2.3.2...v2.4.0

v2.3.2

18 Nov 07:43
c8b11e9
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fix ActiveRecord::RuntimeRegistry.sql_runtime initialisation issue method by @iMacTia (see #56)

Full Changelog: v2.3.1...v2.3.2

v2.3.1

16 Nov 11:46
63ff17e
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fix deprecated ActiveRecord::LogSubscriber#runtime method by @bolah2009 in #55

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

18 Oct 09:22
dc8dabb
Compare
Choose a tag to compare

What's Changed

✨ New features

  • Add option query_filter to allow filter out sensitive data by @nhatle-684 in #52

🛠️ CI/Docs/Misc

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

10 Oct 10:17
7e5be87
Compare
Choose a tag to compare

What's Changed

✨ New features

🛠️ CI/Docs/Misc

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

25 Feb 09:27
e01eceb
Compare
Choose a tag to compare

What's Changed

✨ New features

  • Add option min_duration_ms to filter SQL Events by @rs-phunt in #40

🐞 Bug Fixes

  • Fix query runtime being incremented twice by @iMacTia in #38

🛠️ CI/Docs/Misc

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

13 Jan 10:56
5188b45
Compare
Choose a tag to compare

Lograge-sql v2.0 🎉

What's Changed

  • Remove support for Ruby 2.4
  • Add support for Ruby 3.0 and 3.1
  • Require lograge 0.11+
  • Add Rails 7 support

Full Changelog: v1.3.1...v2.0.0

v1.3.1

16 Nov 10:35
2e83938
Compare
Choose a tag to compare
  • Fix uninitialized constant Lograge::ActiveRecordLogSubscriber (NameError) (#28, @iMacTia)