* Only Linux and macOS are supported for this release, but Windows support will be enabled in the next release.
* Dropped support for Python 2 and older versions of Python 3; **only Python 3.6 and 3.7 are supported**.
* Future releases with only support the latest two versions of Python available at the time of the release.
* Added support for the final/official release of TLS 1.3 (RFC 8446).
* The plugin can be tested against Cloudflare: `python -m sslyze --tls_1_3 www.cloudflare.com`
* Added beta support for [TLS 1.3 early data (0-RTT) testing](https://tools.ietf.org/html/draft-ietf-httpbis-replay); see `--early_data` and `EarlyDataScanCommand`.
* The plugin can be tested against Cloudflare: `python -m sslyze --early_data www.cloudflare.com`
* Significantly improved [the documentation for the Python API](https://nabla-c0d3.github.io/sslyze/documentation/).
* Bug fixes (328, 320, 319).
* Switched to a more modern Python tool chain (pipenv, pytest, pyinvoke).
* Removed legacy Python 2/3 code and ported the code base to Python 3 only.