Releases: jgosmann/dmarc-metrics-exporter
Releases · jgosmann/dmarc-metrics-exporter
v1.2.0
v1.1.1
v1.1.0
- Handle reports with MIME type
application/octet-stream
. (#48 <https://github.com/jgosmann/dmarc-metrics-exporter/issues/48)
v1.0.0
Added
- Support for structured JSON logging. (#35)
- Docker images will be published for
linux/amd64
andlinux/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
Bump prerelease version to v1.0.0rc2
v1.0.0rc0
Implement structured JSON logging with structlog Closes #35.
v0.11.0
v0.10.1
- Add missing Python 3.12 classifier to package.
v0.10.0
Added
- Official support for Python 3.12.
Fixed
- Prevent deadlock if IMAP connection terminates abnormally.
v0.9.4
This release exclusively updates dependencies in use.