Skip to content

Commit ed42f34

Browse files
committed
Update ChangeLog and version to 12.2
1 parent 853eedf commit ed42f34

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

ChangeLog

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
2023-08-20 - v12.2
2+
3+
This is a maintenance release of pgBadger that fixes issues reported by
4+
users since last release. It also adds two new features:
5+
6+
* Add support for max, avg, min autovacuum duration. Thanks to Francisco
7+
Reinolds for the patch.
8+
* Add support for pgbouncer's average waiting time. Thanks to Francisco
9+
Reinolds for the patch.
10+
11+
Here is the complete list of changes and acknowledgments:
12+
13+
- Fix broken HTML output when application name contains <...>. Thanks to
14+
Fabio Geiss for the report.
15+
- Fix incorrect association of orphan lines when a filter on database was
16+
applied. Thanks to jcasanov for the report.
17+
- Fix logplex prefix parsing.
18+
- Fix logplex orphan lines detection.
19+
- Fix `autovacuum`'s `system usage: CPU: ...` line parsing. Thanks to
20+
Francisco Reinolds for the patch.
21+
- Avoid prepending output directory if output is stdout.
22+
- Standardise Average Query Duration label. Thanks to Francisco Reinolds
23+
for the patch
24+
- Update documentation for new pgbadger options. Thanks to Francisco Reinolds
25+
for the patch.
26+
- Fix case where parsing was not aborted when no file handle can be opened.
27+
Thanks to vp for the report.
28+
- Fix help by adding %p/%t mandatory placeholder log information. Thanks to
29+
Christophe Courtois for the patch.
30+
- Fix --retention parameter. Thanks to Bertrand Bourgier for the patch.
31+
- Fix cleanup output directory removed by commit 0e5c7d5 when HTML output dir
32+
is set. Thanks to Bertrand Bourgier for the report.
33+
- Fix output extension when destination directory contain a character that
34+
need to be escaped in regexp. Thanks to Bertrand Bourgier for the patch.
35+
- Replace calls to POSIX::strftime("%s", ....) by a call to localtime for
36+
Windows port. Thanks to Bertrand Bourgier for the patch.
37+
- Fix html output dir cleanup. Thanks to Bertrand Bourgier for the patch.
38+
- Use https for explain URL by default. Thanks to Philipp Trulson for the
39+
patch.
40+
141
2023-03-20 - v12.1
242

343
This is a maintenance release of pgBadger that fixes issues reported by users

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pgBadger
2-
version: 12.1
2+
version: 12.2
33
version_from: pgbadger
44
installdirs: site
55
recommends:

pgbadger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use Socket;
5252
use constant EBCDIC => "\t" ne "\011";
5353
use Encode qw(encode decode);
5454

55-
$VERSION = '12.1';
55+
$VERSION = '12.2';
5656

5757
$SIG{'CHLD'} = 'DEFAULT';
5858

0 commit comments

Comments
 (0)