Skip to content

Releases: davidlatwe/montydb

2.3.7

07 Jun 15:32
Compare
Choose a tag to compare
  • Support insert bytes without bson, see #40

2.3.6

05 Jun 17:09
Compare
Choose a tag to compare
  • Typo in montydb.utils.montyexport function arg has been fixed, see #37.
  • Some cosmetic changes.

2.3.5

29 May 11:30
55bb309
Compare
Choose a tag to compare
  • Documentation update
  • Versioning refactored

2.3.3

29 May 08:43
5adb725
Compare
Choose a tag to compare

2.1.1

14 May 16:10
cf5f7ee
Compare
Choose a tag to compare
  • Implemented lightning storage, powered by LMDB

2.0.1

29 Apr 20:41
Compare
Choose a tag to compare
  • Update README

2.0.0

29 Apr 20:06
Compare
Choose a tag to compare
  • pymongo is NOT a requirement now, and bson is opt-out by default even it's installed. To enable it, set env var MONTY_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 use montydb.utils.montyexport or montydb.utils.montydump to write out old version data and use montydb.utils.montyimport or montydb.utils.montyrestore to write back.
  • Internal module refactored

1.3.0

22 Apr 20:24
Compare
Choose a tag to compare
  • Implement MontyCollection.count and MontyCollection.count_documents
  • Add montydb.engine.MONGO_COMPAT_36 for compating behavior between MongoDB 4.0 and 3.6
  • Bump MongoDB testing version to 4.0.11

1.2.1

10 Aug 13:01
Compare
Choose a tag to compare
  • Add doc strings
  • Minor changes on montydb.engine.core.field_walker.FieldValues class

1.2.0

07 Aug 19:49
Compare
Choose a tag to compare
  • Implemented update modifiers

    • $each
    • $position
    • $slice
    • $sort
  • Support URI scheme prefixed repository path
    For example: montydb:///data/mydb