Skip to content

Commit fd781c0

Browse files
committed
v0.7.1 releasenote
1 parent d3fdb22 commit fd781c0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

RELEASENOTE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Release Note
22

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)
30+
31+
32+
33+
334
------
435

536
## 0.7.0

0 commit comments

Comments
 (0)