ZODB v4.2.0.b1 Release Notes

Release Date: 2015-05-22 // almost 9 years ago
    • ๐Ÿ‘€ Log failed conflict resolution attempts at DEBUG level. See: https://github.com/zopefoundation/ZODB/pull/29.

    • ๐Ÿ›  Fix command-line parsing of --verbose and --verify arguments. (The short versions, -v and -V, were parsed correctly.)

    • โž• Add support for PyPy.

    • ๐Ÿ›  Fix the methods in ZODB.serialize that find object references under Python 2.7 (used in scripts like referrers, netspace, and fsrecover among others). This requires the addition of the zodbpickle dependency.

    • FileStorage: fix an edge case when disk space runs out while packing, do not leave the .pack file around. That would block any write to the to-be-packed Data.fs, because the disk would stay at 0 bytes free. See https://github.com/zopefoundation/ZODB/pull/21.