Skip to content

Commit 4fb2ba0

Browse files
committed
Update ChangeLog and version to v13.2
1 parent c21b492 commit 4fb2ba0

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

ChangeLog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2025-12-29 - v13.2
2+
3+
This is a maintenance release of pgBadger that fixes issues and applied patches
4+
reported by users since last release.
5+
6+
- Fix normalization that was not handling properly balanced single-quoted
7+
strings along with escaped quotes inside. Thanks to Bertrand Bourgier for
8+
the report.
9+
- Fix placeholder requirements in the doc.
10+
- Fix case where no error sample log entries was reported. Thanks to john doe
11+
for the report.
12+
- Fix possible precedence problem between ! and %s. Thanks to Luca Santarelli
13+
and Philipp Trulson for the report.
14+
- Update pgFormatter code to v5.9
15+
- Add github CI action for testing on commit push.
16+
- Fix parsing of %r placeholder in log_line_prefix. Thanks to nike7o0 for the
17+
report.
18+
- Fix uninitialized value warning. Thanks to Ales Zeleny for the report.
19+
- Enhance docs of ssh-options for postgres log parsing with examples. Thanks
20+
to Ulrich Konrad for the patch.
21+
- Add command --ssh-sudo to run commands over ssh as sudo. Thanks to Andrew
22+
Jackson for the patch.
23+
- Fix possible precedence problem between ! and string eq. Thanks to Adrien
24+
Nayrat for the report.
25+
- Fix parsing of pgbouncer stats. Thanks to mrgtt for the report.
26+
127
2025-03-16 - v13.1
228

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

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: 13.1
2+
version: 13.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 = '13.1';
55+
$VERSION = '13.2';
5656

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

0 commit comments

Comments
 (0)