CHANGELOG.md in postgres-vacuum-monitor-0.13.0 vs CHANGELOG.md in postgres-vacuum-monitor-0.13.1
- old
+ new
@@ -1,7 +1,10 @@
# postgres-vacuum-monitor
+## v0.13.1
+- Fix epoch reporting in Postgres 14
+
## v0.13.0
- Add support for ruby 3.2 and Rails 7.0
- Drop support for ruby < 2.7 and Rails < 6.0.
## v0.12.0
@@ -29,11 +32,11 @@
## v.0.6.0
- Add `wait_event_type`, `transaction_id` and `min_transaction_id` to `LongTransactions` events.
## v.0.5.0
-- Renamed `LongQueries` event to `LongTransactions`.
+- Renamed `LongQueries` event to `LongTransactions`.
- Renamed `LongTransactions.query` to `LongTransactions.most_recent_query` and added a
transaction `state` attribute.
## v.0.4.0
- Add rails 6 support.
@@ -41,6 +44,5 @@
## v.0.3.2
- Monitor non-ActiveRecord::Base database connections
## v.0.3.1
- Relax pg requirements
-