[ZODB-Dev] ZODB3 3.9.0b2 released

Jim Fulton jim at zope.com
Thu Jun 11 13:21:51 EDT 2009


http://pypi.python.org/pypi/ZODB3/3.9.0b2

Changes since the previous beta:

Bugs Fixed
----------

- Saving indexes for large file storages failed (with the error:
   RuntimeError: maximum recursion depth exceeded).  This can cause a
   FileStorage to fail to start because it gets an error trying to save
   its index.

- Sizes of new objects weren't added to the object cache size
   estimation, causing the object-cache size limiting feature to let
   the cache grow too large when many objects were added.

- Deleted records weren't removed when packing file storages.

- Fixed intermittent failures in the MVCCMappingStorage tests.

- Fixed analyze.py and added test.

- ZEO client blob cache size management is a little bit more robust.


--
Jim Fulton
Zope Corporation




More information about the ZODB-Dev mailing list