Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Sánchez committed Jul 10, 2020
1 parent 5496cde commit 1849ebd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 2.1.0 (2020-07-10)
- Upgraded PyYAML to 5.3.1 to fix CVE-2017-18342 among others
- [FEATURE] Reload configuration file on SIGHUP. [#21](https://github.com/spreaker/prometheus-pgbouncer-exporter/pull/21) (thanks to [Vineet Joshi](https://github.com/jvineet))
- [FEATURE] Added new metrics taken from pgbouncer configuration [#23](https://github.com/spreaker/prometheus-pgbouncer-exporter/pull/23) (thanks to [José Gabriel Duarte](https://github.com/jgduarte-stratio))
- `pgbouncer_databases_database_max_connections`: Maximum number of allowed connections per-database (labels: `database`, `backend_database`)
- `pgbouncer_config_max_client_conn`: Configuration of maximum number of allowed client connections
- `pgbouncer_config_max_user_connections`: Configuration of maximum number of server connections per user

### 2.0.3 (2020-01-07)
- Changed author of the package

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name = 'prometheus-pgbouncer-exporter',
packages = ['prometheus_pgbouncer_exporter'],
version = '2.0.3',
version = '2.1.0',
description = 'Prometheus exporter for PgBouncer',
long_description = long_description,
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 1849ebd

Please sign in to comment.