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 dc04eaf + 7230155 commit 418e4adCopy full SHA for 418e4ad
debian/changelog
@@ -1,3 +1,10 @@
1
+postgresql-metrics (0.3.1) unstable; urgency=low
2
+
3
+ * Make `sec-since-oldest-xact-start` metric database-specific
4
+ * Fix building issue with psycopg2
5
6
+ -- Volodymyr Pavlenko <volodymyrp@spotify.com> Thu, 25 Feb 2021 10:25:00 +0000
7
8
postgresql-metrics (0.3.0) unstable; urgency=low
9
10
* Fix for PostgreSQL versions >= 10
setup.py
@@ -22,7 +22,7 @@ def requirements(f):
22
23
24
setup(name='postgresql-metrics',
25
- version='0.3.0',
+ version='0.3.1',
26
author=u'Hannu Varjoranta',
27
author_email='hannu.varjoranta@spotify.com',
28
url='https://github.com/spotify/postgresql-metrics',
0 commit comments