Skip to content

Commit 766ca7e

Browse files
authored
Merge pull request #215 from prometheus-community/superq/0.11.0
Release v0.11.0
2 parents 68fa311 + 2069bf6 commit 766ca7e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## master / unreleased
22

3+
## 0.11.0 / 2025-06-13
4+
5+
Notes:
6+
- This version changes the connection behavior to create a new client
7+
connection for each scrape. Previously a connection was created at startup.
8+
- This version now requires PgBouncer >= 1.8.
9+
10+
* [CHANGE] Make connections per-scrape #214
11+
* [FEATURE] Add prepared statement metrics #194
12+
* [FEATURE] Add total_server_assignment_count metric #208
13+
314
## 0.10.2 / 2024-10-18
415

516
* [BUGFIX] Fix wrong logging level of "Starting scrape" message #175

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.2
1+
0.11.0

0 commit comments

Comments
 (0)