ZODB v4.3.0 Release Notes

Release Date: 2016-05-31 // almost 8 years ago
    • โฌ‡๏ธ Drop support for Python 2.6 and 3.2.

    • ๐Ÿ‘‰ Make the zodbpickle dependency required and not conditional. This fixes various packaging issues involving pip and its wheel cache. zodbpickle was only optional under Python 2.6 so this change only impacts users of that version. See https://github.com/zopefoundation/ZODB/pull/42.

    • โž• Add support for Python 3.5.

    • Avoid failure during cleanup of nested databases that provide MVCC on storage level (Relstorage). https://github.com/zopefoundation/ZODB/issues/45

    • โœ‚ Remove useless dependency to zdaemon in setup.py. Remove ZEO documentation. Both were leftovers from the time where ZEO was part of this repository.

    • ๐Ÿ›  Fix possible data corruption after FileStorage is truncated to roll back a transaction. https://github.com/zopefoundation/ZODB/pull/52

    • ๐Ÿ‘ DemoStorage: add support for conflict resolution and fix history() https://github.com/zopefoundation/ZODB/pull/58

    • ๐Ÿ›  Fixed a test that depended on implementation-specific behavior in tpc_finish