File python-mongokit.changes of Package python-mongokit
-------------------------------------------------------------------
Sun Dec 8 15:58:33 UTC 2013 - p.drouand@gmail.com
- Update to version 0.9.0
* now MongoKit required PyMongo >= 2.5
* find_and_modify returns None if the query fails
* Fix off-by-one error on SchemaDocument
* Fix inherited queries (issue #106)
* Fix for serialization of nested structures with type validation
* Remove unnecessary path arguments in to_json._convert_to_python
* big refactorization by using multiple inheritance for DRYness
* Add find_fulltext mehtod for convenience
(not official and not documented yet)
* Allow text indexes in document definitions
* Adding replica set support
* Fix typos on README
* add pagination helper (not yed documented)
-------------------------------------------------------------------
Thu Oct 24 11:08:55 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Thu Jan 31 10:57:11 UTC 2013 - i@marguerite.su
- update version 0.8.3
* allow keyword arguments (like read_preferences, slave_okay, etc)
to be set in Connection (thanks to @petersng)
* Add find_and_modify again. It was removed by an unexpected rollback.
* use MongoClient with MasterSlaveConnection
-------------------------------------------------------------------
Tue Nov 20 19:28:43 UTC 2012 - saschpe@suse.de
- Fix non-executable script warning
- Fix build on SLE_11_SP2 (not noarch there)
-------------------------------------------------------------------
Mon Sep 24 07:08:56 UTC 2012 - i@marguerite.su
- initial version 0.8.1
* support python 2.3
* small updates to validation messages
* Fixes formatting error when throwing MaxDocumentSizeError
in Document.validate()
* Fixed typo when throwing MaxDocumentSizeError in validate()
* added fix for unconditional access to __wrap on cursors
* added test for __getitem__ on cursor with undefined __wrap
* __getitem__ on unwrapped cursor checkes if __wrap is None
* Add .travis.yml for Travis CI (http://travis-ci.org/)
* Fixed a very minor rendering issue in the docs
* Fixed rendering issue in the docs.
* tweaked the error messages in validation for missing
and unknown fields to aid in debugging projects