[ZODB-Dev] What version of ZODB to use?
Casey Duncan
casey at zope.com
Sat Aug 23 23:05:44 EDT 2003
If you need to persist new-style classes, then you will need to use ZODB 3.3.
It is currently in alpha, and I'm not sure if there is a release schedule,
but it is complete enough for development now.
Otherwise, I would probably recommend the ZODB 3.2 series, which still uses
the classic ExtensionClass base for persistence. This is currently in beta
AFAIK, and is reasonably stable now. It should also be backward compatible
with 3.1 (the current stable series), so worst-come-to-worst you could deploy
on 3.1 even after developing against 3.2.
-Casey
On Friday 22 August 2003 08:18 pm, Per Sigmond wrote:
> Hi.
>
> I plan to use ZODB/ZEO in a distributed application that will be in
production
> state Q1 2004. What version of ZODB should I develop on in order to get the
> best tradeoff between features, stability and future compatibility?
>
> Regards,
> Per.
> --
> Per Sigmond
> CEO ItsOpen as
> Per.Sigmond at itsopen.no
> +47-90721913
> http://www.itsopen.net
More information about the ZODB-Dev
mailing list