File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ 2023-12-25 - v12.4
2+
3+ This is a maintenance release of pgBadger that fixes issues reported by
4+ users since last release.
5+
6+ - Fix pgbouncer report with version 1.21. Thanks to Ales Zeleny for the patch.
7+ - Prevent parallelism perl file to be higher than the number of files. Thanks
8+ to maliangzhu for the report.
9+ - Fix regression test broken since v12.3. Thanks to ieshin for the report.
10+ - Fix cases where LOG entries where counted as ERROR log level entries. Thanks
11+ to Matti Linnanvuori for the report.
12+
1132023-11-27 - v12.3
214
315This is a maintenance release of pgBadger that fixes issues reported by
Original file line number Diff line number Diff line change 11name : pgBadger
2- version : 12.3
2+ version : 12.4
33version_from : pgbadger
44installdirs : site
55recommends :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ use Socket;
5252use constant EBCDIC => "\t" ne "\011";
5353use Encode qw(encode decode);
5454
55- $VERSION = '12.3 ';
55+ $VERSION = '12.4 ';
5656
5757$SIG{'CHLD'} = 'DEFAULT';
5858
You can’t perform that action at this time.
0 commit comments