Skip to content

Releases: rseichter/postqf

Feature release 0.5

06 Feb 22:14
d6e5f42
Compare
Choose a tag to compare

In addition to filtering JSON input and producing JSON output in the process, PostQF can now also generate a number of simple reports to answer some frequently asked questions about message queue content. The following data can be shown in reports:

  • Delay reason
  • Recipient address
  • Recipient domain
  • Sender address
  • Sender domain

Stabilisation release 0.4

02 Feb 17:51
fd2f17a
Compare
Choose a tag to compare

This release focuses on internal changes. It does not contain any new features.

Bugfix release 0.3

28 Jan 17:54
08f3df3
Compare
Choose a tag to compare
  • Output is now correctly rendered as JSON instead of a Python dict.
  • Simplified installation process. In addition to pip based setup, an installation BASH script is now provided.

Feature release 0.2

24 Jan 22:44
887ebe5
Compare
Choose a tag to compare
  • Release 0.2 introduces the ability to use both -a and -b time filters simultaneously, in order to specify time intervals.
  • Time filter strings can now use ISO 8601 strings and Unix time in addition to relative time differences expressed in the form 42m or 2d. This allows users to also specify absolute points in time as arrival thresholds.

First public release

23 Jan 21:42
210f2ed
Compare
Choose a tag to compare

This is the first public PostQF release.