From fc36a78a4d6cd9a6f4ca431d63a9fee5c8074fd8 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:42:37 -0400 Subject: [PATCH] 8.14.0 - Skip invalid aggregate report rows without calling the whole report invalid - Some providers such as GoDaddy will send reports with some rows missing a source IP address, while other rows are fine - Fix Dovecot support by using the seperator provided by the IPMAP namespace when possible (PR #552 closes #551) - Only download `base_reverse_dns_map.csv` once (fixes #542) - Update included `base_reverse_dns_map.csv` - Replace University category with Education to be more inclusive - Update included `dbip-country-lite.mmdb` --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c582f1a..6dfc8683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +8.14.0 +------ + +- Skip invalid aggregate report rows without calling the whole report invalid + - Some providers such as GoDaddy will send reports with some rows missing a source IP address, while other rows are fine +- Fix Dovecot support by using the seperator provided by the IPMAP namespace when possible (PR #552 closes #551) +- Only download `base_reverse_dns_map.csv` once (fixes #542) +- Update included `base_reverse_dns_map.csv` + - Replace University category with Education to be more inclusive +- Update included `dbip-country-lite.mmdb` + 8.13.0 ------