ZODB 3.2 released

Jeremy Hylton jeremy@zope.com
Thu, 09 Oct 2003 08:29:20 -0400


We are happy to announce that ZODB 3.2 has been released.  You can find
it at the usual place: http://www.zope.org/Products/ZODB3.2.  This
release is identical to the release candidate that was issued last week.
What is ZODB? It is the Zope Object Database. It provides an
object-oriented database for Python that provides a high-degree of
transparency. Applications can take advantage of object database
features with few, if any, changes to application logic.  ZODB includes
features such as a pluggable storage interface, rich transaction
support, and undo.

ZODB 3.2 has a number of new features and improvements over ZODB 3.1:
  - improve performance and stability of ZEO
  - new ZEO authentication protocol
  - new configuration language, ZConfig, for databases, storages,
    and ZEO servers
  - many bug fixes
  - improved documentation
  - new daemon tools

-- Jeremy Hylton <http://www.python.org/~jeremy/>