- Revert change introduced in 5.2.4 that caused the DNSSEC test to always return `True` - Test for multiple RDATA types when testing DNSSEC - Properly cache DNSSEC test results
5.2.5
-----
- Properly cache DNSKEY answers
5.2.4
-----
- Workaround DNSSEC testing bug in Debian for some domains - On Windows, querying for a `DNSKEY` record on `proton.ch` will return a `RRSET` and `RRSIG`. However, running the same query on Linux will only return a `RRSET`, but will return a `RRSET` and `RRSIG` if another record type is requested, such as `A`
5.2.3
-----
- Fix exception handling for `query_mta_sts_record` - Fix exception handling for `query_smtp_tls_reporting_record`
5.2.2
-----
- Better exception handling for `query_mta_sts_record` - More verbose debug logging
5.2.1
-----
- Fix bug where TLSA records would not be checked in some cases - Improved debug logging