Releases: whyscream/postfix-grok-patterns
Releases · whyscream/postfix-grok-patterns
1.2.1
1.2.0
What's Changed
The main feature in this release is the new 'TLS feature logging' that is included by Postfix 3.11 (and recent previews of that code) is now supported. See #210 for details.
- Parse postfix TLS features by @whyscream in #210
- add TLS connection line with missing server-digest by @ulab in #208
- Convert postfix timestamps in syslog format to logstash dates by @whyscream in #211, suggested by @ulab
- Capture discarded EHLO keywords by @whyscream and @ulab in #212
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Accept milter-reject as action on NOQUEUE logs by @gvde in #200
- Added support for postmaster bounces by @whyscream, reported by @gvde, in #201
- Improved github workflows by @whyscream in #202
- Simplified grok patterns using named captures by @whyscream in #203
- Some test script updates by @whyscream in #204
New Contributors
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- fix KV data for postfix/local by @ulab in #189
- Validate config syntax by @whyscream in #193
- Remove the aggregation example by @whyscream in #194
- Rename patterns to correspond to field name by @ulab in #195
- Extract the elliptic curve name from TLS connection lines by @whyscream, suggested by @gvde, in #198
Breaking changes
The grok patterns POSTFIX_CLIENT_INFO and POSTFIX_RELAY_INFO have been renamed to make the naming scheme more consistent. If you have custom grok patterns that depend on these expressions, please make sure to update them: the new names are POSTFIX_CLIENT and POSTFIX_RELAY.
Full Changelog: 1.0.6...1.1.0
1.0.6
What's Changed
- extended POSTFIX_TLSCONN for a higher smtpd_tls_loglevel by @ulab in #187
- TLS logging improvements by @whyscream in #188
- Don't try to aggregate content with a
NOQUEUEqueue id by @whyscream in #190
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- Allow parsing of postscreen actions when
respectful_logging=yesby @whyscream in #185 - Added support for specific SMTP-smuggling logging by @whyscream in #186
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- Some warning messages have the queue-id after the warning level by @whyscream in #183
- Various pattern additions by @whyscream in #184
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- New patterns from #168 by @whyscream in #174
- Update postfix.grok (skipped, still being delivered) by @Busindre in #178
- Add script to run tests inside a docker container by @whyscream in #180
Full Changelog: 1.0.2...1.0.3
1.0.2
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Run test suite with a recent ruby, which should be supported by lates… by @whyscream in #163
- Support parsing enhanced status codes that include larger integers. by @whyscream in #162
- SMTP pix workarounds by @whyscream in #164
- Add support for parsing the result of a warn_if_reject configuration. by @whyscream in #165
- Add test with messy Message-ID by @whyscream in #166
- Upgrade the upstream patterns used in tests to the latest tag (v4.3.4). by @whyscream in #167
Full Changelog: 1.0.0...1.0.1