Skip to content

Latest commit

 

History

History
110 lines (65 loc) · 1.45 KB

NEWS.rst

File metadata and controls

110 lines (65 loc) · 1.45 KB

v4.0.1

No significant changes.

v4.0.0

Deprecations and Removals

  • Removed blowfish. Use pypi/blowfish instead.
  • Removed itsdangerous compatibilty module. Use itsdangerous 2 instead.

v3.3.0

Features

  • Reworked much of the blowfish implementation.

v3.2.1

Bugfixes

  • Fixed Cipher encryption behavior on macOS ARM. (#5)

v3.2.0

Features

  • Updated blowfish implementation for Python 3

v3.1.1

Bugfixes

  • Restored Windows support. (#4)

v3.1.0

Features

  • Require Python 3.8 or later.

Bugfixes

  • Fixed context initialization fix. (#3)

v3.0.1

Rely on PEP 420 for namespace package.

v3.0.0

Updated to run against OpenSSL 1.1.

2.1

Added jaraco.crypto.itsdangerous.compat module, providing the compatibility shim presented in pallets/itsdangerous 120.

2.0

Switch to pkgutil namespace technique for the jaraco namespace.

1.1.1

Minor package cleanup. Run tests on appveyor.

1.1

Refreshed packaging. Tests now run on some non-Windows environments.

Initial Python 3 support.

Blowfish module is deprecated on Python 3. Use blowfish instead.

1.0

Initial release