Skip to content

Commit 952b248

Browse files
committed
5.8.0
- Add support for Microsoft national clouds via Graph API base URL (PR #590) - Avoid stopping processing when an invalid DMARC report is encountered (PR #587) - Increase `http.client._MAXHEADERS` from `100` to `200` to avoid errors connecting to Elasticsearch/OpenSearch (PR #589)
1 parent bdc42da commit 952b248

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
5.8.0
5+
-----
6+
7+
- Add support for Microsoft national clouds via Graph API base URL (PR #590)
8+
- Avoid stopping processing when an invalid DMARC report is encountered (PR #587)
9+
- Increase `http.client._MAXHEADERS` from `100` to `200` to avoid errors connecting to Elasticsearch/OpenSearch (PR #589)
10+
411
5.7.11
512
------
613

checkdmarc/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
See the License for the specific language governing permissions and
1919
limitations under the License."""
2020

21-
__version__ = "5.7.11"
21+
__version__ = "5.8.0"
2222

2323
OS = platform.system()
2424
OS_RELEASE = platform.release()

0 commit comments

Comments
 (0)