Skip to content

Releases: salsify/postgres-vacuum-monitor

v0.17.0

15 Aug 20:38
7d07bf8
Compare
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
Compare
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)