Releases: davidlatwe/montydb
Releases · davidlatwe/montydb
2.5.3
2.5.2
What's Changed
- Enabled independent repository for in-memory database, see #79 (comment) (9c621f1)
- Added SQLite config option
check_same_thread
, see #82 (ffc2086)
Full Changelog: 2.5.1...2.5.2
2.5.1
What's Changed
- Allow "$regex" inside "$not" queries on Mongo 4 by @arieltorti in #83
New Contributors
- @arieltorti made their first contribution in #83
Full Changelog: 2.5.0...2.5.1
2.5.0
What's Changed
- Support mongoengine (#64) by @davidlatwe in #76. To try out, see #64 (comment)
- Fix client instanciation fails (#74) by @davidlatwe in #75
- Upgrade GitHub Actions by @cclauss in #71
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Update base.py by @bobuk in #69
- Adds Poetry dependency management by @madeinoz67 in #58
- Updated to work with python3.10 by @bobuk in #70
- Removed Python 2.7 from tests. Added Python 3.10 into tests.
- Minor fixes.
New Contributors
Full Changelog: 2.3.12...2.4.0
2.3.12
Security improvement, see #61 . Thanks to @madeinoz67 .