Skip to content

Releases: salsify/postgres-vacuum-monitor

v0.18.0

05 Aug 20:06
f534ce2

Choose a tag to compare

  • Add support for Rails 7.2 and 8.0. (f534ce2b)
  • Drop support for Rails 6.1 and 7.0. (f534ce2b)
  • Drop support for Ruby 3.0 and 3.1. (f534ce2b)

v0.17.0

15 Aug 20:38
7d07bf8

Choose a tag to compare

  • Increased default monitor_max_run_time_seconds to 60 seconds. (7d07bf82)
  • Added monitor_statement_timeout_seconds (defaults to 10 seconds) to limit query runtime. (7d07bf82)
  • Eagerly clear connection pools when a ActiveRecord::StatementInvalid or ActiveRecord::ConnectionTimeoutError is encountered to attempt to clear bad connections. (7d07bf82)

v0.13.0

12 Jan 20:55
11cf42c

Choose a tag to compare

  • Add support for ruby 3.2 and Rails 7.0 (11cf42c5)
  • Drop support for ruby < 2.7 and Rails < 6.0. (11cf42c5)