Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 3.21 KB

CHANGELOG.rst

File metadata and controls

65 lines (44 loc) · 3.21 KB

Changelog

Versions are year-based with a strict :doc:`backward-compatibility` policy. The third digit is only for regressions.

15.2.0 (UNRELEASED)

This is the first release under full stewardship of PyCA. We have made many changes to make local development more pleasing. The test suite now passes both on Linux and OS X with OpenSSL 0.9.8, 1.0.1, and 1.0.2. It has been moved to py.test, all CI test runs are part of tox and the source code has been made fully flake8 compliant.

We hope to have lowered the barrier for contributions significantly but are open to hear about any remaining frustrations.

Backward-incompatible changes:

  • Python 3.2 support has been dropped. It never had significant real world usage and has been dropped by our main dependency cryptography. Affected users should upgrade to Python 3.3 or later.

Deprecations:

In accordance with our backward compatibility policy :func:`OpenSSL.rand.egd` will be removed no sooner than a year from the release of 15.2.0

Changes:

Older Changelog Entries

The changes from before release 15.2.0 are preserved in the repository.