Skip to content

Commit 996c199

Browse files
committed
Update ChangeLog and version to 11.8
1 parent 44f0be5 commit 996c199

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

ChangeLog

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
2022-04-08 - v11.8
2+
3+
This release of pgBadger fix some issues reported by users since past
4+
three months and especially two fixes on new log entries detection in
5+
incremental mode.
6+
7+
* Fix detection of new log entries with timestamp when millisecond (%m) or
8+
epoch (%n) was used in log_line_prefix.
9+
* Fix detection of new log entries in local file when multiprocess was not
10+
used.
11+
12+
Here is the complete list of changes and acknowledgments:
13+
14+
- Full review and simplification of the log file change detection.
15+
- Reports messages "could not (receive|send) data (from|to) client" in the
16+
Events reports. Thanks to Adrien Nayrat for the report.
17+
- Fix parsing issue when the name of a prepared query contain the ':'
18+
character. Thanks to aleszeleny for the report.
19+
- Fix detection of new log entries with timestamp when millisecond (%m) or
20+
epoch (%n). Thanks to aleszeleny for the report.
21+
- Fix detection of new log entries in local file when multiprocess was not
22+
used. Thanks to aleszeleny for the report.
23+
- Fix detection of new log entries in remote files through ssh. Thanks to
24+
Luca Ferrari for the report
25+
- Fix garbage in username of "Connections per user" report. Thanks to
26+
caseyandgina for the report.
27+
- Fix ssh command when using URI, the ssh options was missing. Thanks to Luca
28+
Ferrari for the report.
29+
- Handle queryid %Q placeholder. Thanks to Adrien Nayrat for the patch.
30+
- Fix typo in error sentence. Thanks to Luca Ferrari for the patch
31+
- Report message: "server process was terminated by signal" in the Events
32+
report. Thanks to Avi Vallarapu for the report.
33+
- doc: fix filename for incremental every week command. Thanks to Theophile
34+
Helleboid for the patch.
35+
- t/04_advanced.t: Fix syslog test. Thanks to Christoph Berg for the patch.
36+
137
2022-01-23 - v11.7
238

339
This release of pgBadger fix some issues reported by users since past

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: 11.7
2+
version: 11.8
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 = '11.7';
55+
$VERSION = '11.8';
5656

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

0 commit comments

Comments
 (0)