Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 3.05 KB

CHANGELOG.rst

File metadata and controls

79 lines (51 loc) · 3.05 KB

2.0.1 (2022-10-24)

  • Fix the packaging to use the correct package name so that the wheel works as expected [d36f22e] - @michaelherold.

2.0.0 (2022-10-17) YANKED

  • Breaking (Python 2): Upgrade to the new dnspython resolve API for DNS checks for future-proofing [229db4f] - @moshfrid.
  • Breaking (Python 2): Drop support for Python versions prior to 3.6 [635aff4] - @michaelherold.
  • Consider emails with domains that have null MX records, per RFC7505, invalid when checking DNS [ebc4a2f] - @bmcculley.

1.4.0 (2021-09-16)

  • Allow limiting of email addresses on Generic Top-Level Domains (gTLDs) with the allow_gtld=False option [bf13a6c] - @michaelherold.

1.3.2 (2018-07-05)

  • Upgrade to universal dnspython version - @peterdemin.

1.3.1 (2015-09-18)

  • Release as non-universal wheels because of the dnspython dependency.

1.3.0 (2015-04-18)

  • Bugfix: Ensures that DNS checks fail context with or without a diagnosis [c7b91f6] - @michaelherold.
  • The DNSValidator now fails checks when a query times out or fails to return a response from any nameserver [f8f4af7] - @michaelherold.

1.2.0 (2015-03-13)

  • Removed dependency on pypandoc for building. This should fix any user installation issues [60a4d6] - @michaelherold.

1.1.0 (2014-07-14)

1.0.1 (2014-01-27)

1.0.0 (2013-10-30)