You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTE.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# Release Note
2
2
3
+
------
4
+
5
+
## 0.7.1
6
+
7
+
Routine update with dependabot
8
+
9
+
* feat: support specifying configuration as Reader by @ringerc in https://github.com/Vonng/pg_exporter/pull/62
10
+
* Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in https://github.com/Vonng/pg_exporter/pull/63
11
+
* Fix some typos
12
+
* Full Changelog**: https://github.com/Vonng/pg_exporter/compare/v0.7.0...v0.7.1
13
+
14
+
15
+
------
16
+
17
+
## 0.7.0
18
+
19
+
Refactor codebase for the latest go version.
20
+
21
+
-[PostgreSQL 17 Metrics Support](https://github.com/Vonng/pg_exporter/issues/53) by @Vonng
22
+
-[pg_exporter: predicate queries feature](https://github.com/Vonng/pg_exporter/pull/47) by [@ringerc](https://github.com/ringerc)
23
+
-[Do a clean build in the dockerfile](https://github.com/Vonng/pg_exporter/pull/54) by [@ringerc](https://github.com/ringerc) by [@ringerc](https://github.com/ringerc)
24
+
-[pg_exporter: don't panic after "bind: address already in use"](https://github.com/Vonng/pg_exporter/pull/46) by [@ringerc](https://github.com/ringerc)
25
+
-[pg_exporter: fix /stat endpoint formatting](https://github.com/Vonng/pg_exporter/pull/48) by [@ringerc](https://github.com/ringerc)
26
+
-[pg_exporter: omit default query properties on yaml export](https://github.com/Vonng/pg_exporter/pull/49) by [@ringerc](https://github.com/ringerc)
27
+
-[Exclude template DBs from discovery and schema-qualify discovery query](https://github.com/Vonng/pg_exporter/pull/50) by [@ringerc](https://github.com/ringerc)
28
+
-[Fix some typos and some metric description mistakes](https://github.com/Vonng/pg_exporter/pull/51) by [@ringerc](https://github.com/ringerc)
29
+
-[Switch from unmaintained lib/pq driver to pgx with stdlib wrapper](https://github.com/Vonng/pg_exporter/pull/52) by [@ringerc](https://github.com/ringerc)
0 commit comments