Skip to content

Commit 4abdfa5

Browse files
authored
Update changelog and version for a v0.16.0 release (#1088)
Signed-off-by: Joe Adams <[email protected]>
1 parent 0045c4f commit 4abdfa5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Next
2+
3+
BREAKING CHANGES:
4+
5+
The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The `ts` label for the timestamp has bewen replaced with `time`, the accuracy is less, and the timezone is not forced to UTC. The `caller` field has been replaced by the `source` field, which now includes the full path to the source file. The `level` field now exposes the log level in capital letters.
6+
7+
* [CHANGE] Replace logging system #1073
8+
* [ENHANCEMENT] Add save_wal_size and wal_status to replication_slot collector #1027
9+
* [ENHANCEMENT] Add roles collector and connection limit metrics to database collector #997
10+
* [ENHANCEMENT] Excluded databases log messgae is now info level #1003
11+
* [ENHANCEMENT] Add active_time to stat_database collector #961
12+
* [ENHANCEMENT] Add slot_type label to replication_slot collector #960
13+
* [BUGFIX] Fix walreceiver collectore when no repmgr #1086
14+
* [BUGFIX] Remove logging errors on replicas #1048
15+
* [BUGFIX] Fix active_time query on postgres>=14 #1045
16+
117
## 0.15.0 / 2023-10-27
218

319
* [ENHANCEMENT] Add 1kB and 2kB units #915

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.16.0

0 commit comments

Comments
 (0)