Skip to content

Commit 2069bf6

Browse files
committed
Release v0.11.0
Notes: - This version changes the connection behavior to create a new client connection for each scrape. Previously a connection was created at startup. - This version now requires PgBouncer >= 1.8. * [CHANGE] Make connections per-scrape #214 * [FEATURE] Add prepared statement metrics #194 * [FEATURE] Add total_server_assignment_count metric #208 Signed-off-by: SuperQ <[email protected]>
1 parent 68fa311 commit 2069bf6

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)