[Checkins] SVN: mongopersist/trunk/ Get ready for release. I have tested this code with our application and

Stephen Richter cvs-admin at zope.org
Tue Mar 13 00:13:58 UTC 2012


Log message for revision 124590:
  Get ready for release. I have tested this code with our application and 
  a lot of the odd quirks are gone now. I successfully removed all intermediate
  transaction.commit() calls in our application and mongopersist now behaves a
  lot like a native ZODB app.
  
  

Changed:
  U   mongopersist/trunk/CHANGES.txt
  U   mongopersist/trunk/setup.py

-=-
Modified: mongopersist/trunk/CHANGES.txt
===================================================================
--- mongopersist/trunk/CHANGES.txt	2012-03-13 00:09:27 UTC (rev 124589)
+++ mongopersist/trunk/CHANGES.txt	2012-03-13 00:13:54 UTC (rev 124590)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.6.0 (unreleased)
+0.6.0 (2012-03-12)
 ------------------
 
 - Switched to optimisitc data dumping, which approaches transactions by
@@ -42,6 +42,13 @@
     coll_name)`` and ``DataManager.get_collection_from_object(obj)``
     allows one to quickly get a wrapped collection.
 
+- Renamed ``processSpec()`` to ``process_spec()`` to adhere to package nameing
+  convention.
+
+- Created a ``ProcessSpecDecorator`` that is used in the ``CollectionWrapper``
+  class to process the specs of the ``find()``, ``find_one()`` and
+  ``find_and_modify()`` collection methods.
+
 - The ``MongoContainer`` class now removes objects from the database upon
   container removal is ``_m_remove_documents`` is ``True``. The default is
   ``True``.

Modified: mongopersist/trunk/setup.py
===================================================================
--- mongopersist/trunk/setup.py	2012-03-13 00:09:27 UTC (rev 124589)
+++ mongopersist/trunk/setup.py	2012-03-13 00:13:54 UTC (rev 124590)
@@ -9,7 +9,7 @@
 
 setup (
     name='mongopersist',
-    version='0.5.6dev',
+    version='0.6.0',
     author = "Stephan Richter",
     author_email = "stephan.richter at gmail.com",
     description = "Mongo Persistence Backend",



More information about the checkins mailing list