Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 533 Bytes

CHANGES.rst

File metadata and controls

30 lines (19 loc) · 533 Bytes

CHANGES

2.0 (unreleased)

  • Drop support for Python 2.7, 3.5, 3.6.
  • Add support for ZODB/ZEO 5.
  • Close the underlying iterator used by the iterator wrapper when it is closed. (zopefoundation/zc.zlibstorage#4)
  • Add Python 3.7, 3.8, 3.9, 3.10, 3.11 compatibility.

1.1 (2016-04-22)

  • Add encryption for blobstorage. [pcdummy]

1.0.0 (2012-04-06)

0.1.0 (2012-02-14)

  • Initial release as a separate package.