CHANGELOG.md in postgres-vacuum-monitor-0.15.0 vs CHANGELOG.md in postgres-vacuum-monitor-0.16.0

- old
+ new

@@ -1,6 +1,11 @@ # postgres-vacuum-monitor +## v0.16.0 +- Add `max_attempts` and `max_run_time` to `Postgres::Vacuum::Jobs::MonitorJob` to avoid backing up the queue. The + defaults are 1 attempt and 10 seconds, but they can be configured with `monitor_max_attempts` and + `monitor_max_run_time_seconds`, respectively. + ## v0.15.0 - Add support for Rails 7.1 ## v0.14.1 - Requires activerecord >= 6.1