[Zope-CVS] CVS: Products/Ape - CHANGES.txt:1.5 version.txt:1.4

Shane Hathaway shane at zope.com
Mon Aug 11 15:39:58 EDT 2003


Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv32486

Modified Files:
	CHANGES.txt version.txt 
Log Message:
Version 0.7


=== Products/Ape/CHANGES.txt 1.4 => 1.5 ===
--- Products/Ape/CHANGES.txt:1.4	Mon Apr 21 13:29:37 2003
+++ Products/Ape/CHANGES.txt	Mon Aug 11 14:39:52 2003
@@ -1,4 +1,42 @@
 
+Version 0.7
+
+  - Ape now uses XML to configure mappers.  See doc/apexml.txt.  Zope
+    Products can expand the mapper configuration just by supplying an
+    apeconf.xml file.
+
+  - Ape now periodically scans the filesystem for changes to loaded
+    objects.  This means you can make changes on the filesystem and see
+    the changes after the next scan (the default is to scan every 10
+    seconds).  Previously, it was necessary to set the ZODB cache size
+    to 0 to do this.
+
+  - Experimental code persists Zope properties using one table per
+    class.  At this point it's just a proof of concept, since there are
+    a few technical issues with this.
+
+  - Experimental code lets you configure Ape mount points using the
+    new zope.conf file in Zope 2.7.  See component.xml.
+
+  - There is now a set of facades in apelib.core.io that should make
+    it easier to use Ape mappers outside ZODB.  (The GatewayIO and
+    ObjectSystemIO classes are stable, but the ExportImport class is
+    not.)
+
+  - In SQL, the classification table schema changed, so Ape started
+    using a table by a different name.  (The meta_type is now irrelevant
+    and the mapper_name is now authoritative.)  Unless you move the old
+    data to the new table, any data you've already stored in an RDBMS
+    will no longer be visible to Ape.  At some point we need to come up
+    with a standard way to migrate tables to match new schemas.
+
+  - The standard classifier is now less specific to Zope 2, bringing
+    Ape closer to mapping arbitrary Python objects.
+
+  - Started code for importing and exporting using mappers, including
+    the ability to export/import an archive.
+
+
 Version 0.6
 
   - Renamed to "Ape", short for Adaptable PErsistence.  Put most of


=== Products/Ape/version.txt 1.3 => 1.4 ===
--- Products/Ape/version.txt:1.3	Mon Apr 21 13:29:37 2003
+++ Products/Ape/version.txt	Mon Aug 11 14:39:52 2003
@@ -1 +1 @@
-Ape-0.6
+Ape-0.7




More information about the Zope-CVS mailing list