Releases: davidlatwe/montydb
Releases · davidlatwe/montydb
2.3.7
2.3.6
2.3.5
- Documentation update
- Versioning refactored
2.3.3
2.1.1
2.0.1
- Update README
2.0.0
pymongo
is NOT a requirement now, andbson
is opt-out by default even it's installed. To enable it, set env varMONTY_ENABLE_BSON=1
- SQLite storage has changed the table structure, this is NOT backward compatible, which means pre-existing sqlite db file may not be read/write after this version (see commit 8c6ef25)
Try usemontydb.utils.montyexport
ormontydb.utils.montydump
to write out old version data and usemontydb.utils.montyimport
ormontydb.utils.montyrestore
to write back. - Internal module refactored
1.3.0
- Implement
MontyCollection.count
andMontyCollection.count_documents
- Add
montydb.engine.MONGO_COMPAT_36
for compating behavior between MongoDB4.0
and3.6
- Bump MongoDB testing version to
4.0.11
1.2.1
- Add doc strings
- Minor changes on
montydb.engine.core.field_walker.FieldValues
class
1.2.0
-
Implemented update modifiers
- $each
- $position
- $slice
- $sort
-
Support URI scheme prefixed repository path
For example:montydb:///data/mydb