We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce9766d + 39ac95f commit 1d0a654Copy full SHA for 1d0a654
debian/changelog
@@ -1,3 +1,9 @@
1
+postgresql-metrics (0.3.3) unstable; urgency=low
2
+
3
+ * Support cascade replication in get_stats_replication_delays
4
5
+ -- Richard Mahlberg <richard@spotify.com> Fri, 9 Jul 2021 06:25:00 +0000
6
7
postgresql-metrics (0.3.2) unstable; urgency=low
8
9
* Add metrics for seeing how close the postgres instance is to
setup.py
@@ -22,7 +22,7 @@ def requirements(f):
22
23
24
setup(name='postgresql-metrics',
25
- version='0.3.2',
+ version='0.3.3',
26
author=u'Hannu Varjoranta',
27
author_email='hannu.varjoranta@spotify.com',
28
url='https://github.com/spotify/postgresql-metrics',
0 commit comments