Compare commits

..

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
a918d7582c Fix duplicate detection for normalized aggregate reports in Elasticsearch/OpenSearch
Change date_begin/date_end queries from exact match to range queries
(gte/lte) so that previously saved normalized time buckets are correctly
detected as duplicates within the original report's date range.

Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com>
2026-03-06 17:59:10 +00:00
copilot-swe-agent[bot]
e9b4031288 Initial plan 2026-03-06 17:55:59 +00:00
2 changed files with 1 additions and 7 deletions

View File

@@ -1,11 +1,5 @@
# Changelog
## 9.1.2
### Fixes
- Fix duplicate detection for normalized aggregate reports in Elasticsearch/OpenSearch (PR #666 fixes issue #665)
## 9.1.1
### Fixes

View File

@@ -1,3 +1,3 @@
__version__ = "9.1.2"
__version__ = "9.1.1"
USER_AGENT = f"parsedmarc/{__version__}"