Releases: rseichter/postqf
Releases · rseichter/postqf
Feature release 0.5
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
This release focuses on internal changes. It does not contain any new features.
Bugfix release 0.3
- 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
- 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
This is the first public PostQF release.