Skip to content

Commit 1d0a654

Browse files
Merge pull request #29 from mahlberg/release-0.3.3
Release version 0.3.3
2 parents ce9766d + 39ac95f commit 1d0a654

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
postgresql-metrics (0.3.2) unstable; urgency=low
28

39
* Add metrics for seeing how close the postgres instance is to

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def requirements(f):
2222

2323

2424
setup(name='postgresql-metrics',
25-
version='0.3.2',
25+
version='0.3.3',
2626
author=u'Hannu Varjoranta',
2727
author_email='hannu.varjoranta@spotify.com',
2828
url='https://github.com/spotify/postgresql-metrics',

0 commit comments

Comments
 (0)