Fixes

- Fix saving reports to OpenSearch ([#637](https://github.com/domainaware/parsedmarc/issues/637))
- Fix parsing certain DMARC failure/forensic reports
- Some fixes to type hints (incomplete, but published as-is due to the above bugs)
This commit is contained in:
Sean Whalen
2025-12-08 13:26:59 -05:00
parent 445c9565a4
commit 6799f10364
12 changed files with 98 additions and 73 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 9.0.4
### Fixes
- Fix saving reports to OpenSearch ([#637](https://github.com/domainaware/parsedmarc/issues/637))
- Fix parsing certain DMARC failure/forensic reports
- Some fixes to type hints (incomplete, but published as-is due to the above bugs)
## 9.0.3
### Fixes