Skip to content

Releases: jgosmann/dmarc-metrics-exporter

v1.2.0

15 Oct 19:42
5a6bbae
Compare
Choose a tag to compare

Added

  • Official support for Python 3.13

Changed

  • Drop support for Python 3.8.

v1.1.1

10 Oct 06:39
bad3662
Compare
Choose a tag to compare
  • Fix misspelled metric name (use dmarc_invalid_reports_total instead of dmaric_invalid_reports_total). (#50)

v1.1.0

20 Aug 17:11
cfbad4a
Compare
Choose a tag to compare

v1.0.0

17 Feb 16:57
a0f7209
Compare
Choose a tag to compare

Added

  • Support for structured JSON logging. (#35)
  • Docker images will be published for linux/amd64 and linux/arm6 platforms. (#42)
  • Latest stable release will be tagged with latest tag on Docker Hub.

Changed

  • Logs are colored by default.
  • It is no longer possible to override the following keys in the logging configuration: version, incremental, formatters.
  • root.handlers will be set to ['default'] in the logging configuration if not provided explicitly.
  • The --debug argument will always take precedence for the root logger, no matter what might be configured in the logging configuration.

v1.0.0rc2

17 Feb 15:39
7b5dbfe
Compare
Choose a tag to compare
v1.0.0rc2 Pre-release
Pre-release
Bump prerelease version to v1.0.0rc2

v1.0.0rc0

17 Feb 11:46
eae3b7d
Compare
Choose a tag to compare
v1.0.0rc0 Pre-release
Pre-release
Implement structured JSON logging with structlog

Closes #35.

v0.11.0

11 Feb 19:51
046fe14
Compare
Choose a tag to compare

Added

  • dmarc_invalid_reports_total metric with a count of emails from which no DMARC report could be parsed.

Fixed

  • Correctly calculate compliant number and percentage in sample dashboard (use last non null value instead of mean over range). (#37)

v0.10.1

07 Jan 11:47
5408997
Compare
Choose a tag to compare
  • Add missing Python 3.12 classifier to package.

v0.10.0

07 Jan 11:43
48a1e3e
Compare
Choose a tag to compare

Added

  • Official support for Python 3.12.

Fixed

  • Prevent deadlock if IMAP connection terminates abnormally.

v0.9.4

01 Aug 18:40
24fd3e3
Compare
Choose a tag to compare

This release exclusively updates dependencies in use.