Package Release Info

python-mongodict-0.3.1-bp151.3.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-mongodict

Change Logs

Version: 0.3.1-bp150.1.3
* Thu May 07 2015 benoit.monin@gmx.fr
- update to version 0.3.1:
  This version BREAKS DATA COMPATIBILITY with 0.3.0:
  * Option to specify index type: key-only or key-and-value. If you
    specify "key and value" you can't have documents (key + value)
    greater than 16MB. Default option moved to key-only (fixes
    issue #14)
  * Replace value with v as the key inside Mongo document to save
    space. Note that you will need to migrate your data! A little
    script is provided
- add python-pymongo as a build dependency to ensure its
  availability
- add CHANGELOG.rst and migrate_data.py to the documentation
* Wed Oct 16 2013 speilicke@suse.com
- Initial version