Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@laurenz laurenz released this 04 Dec 15:47
· 41 commits to master since this release

Enhancements:

  • Introduce replay option -j to jump ahead when all connections are idle.
    This can speed up replay. The statistics will not include the skipped time, but delay warnings will work as expected.
    Idea and original patch by John Lumby.

Bugfixes:

  • Fix failure to parse string constants like E'\\' where the backslash before a quotation mark is backslash-quoted.
    Bug discovered by Jeff Frost.