Releases: mauro-andre/pyodmongo
Releases · mauro-andre/pyodmongo
v1.4.2
v1.4.1
What's Changed
New feature
- ♻️ Nested persisted object with index creation by @mauro-andre in #146
Fix
- 🐛 Fix text index duplicate name by @mauro-andre in #147
- 🐛 Fix create index after in model after a nested attr by @mauro-andre in #148
Full Changelog: 1.3.0...1.4.0
v1.4.0rc3
What's Changed
- 🐛 Fix create index after in model after a nested attr by @mauro-andre in #148
Full Changelog: 1.4.0rc2...1.4.0rc3
v1.4.0rc2
Merge pull request #147 from mauro-andre/fix_text_index_duplicate 🐛 Fix text index duplicate name
v1.4.0rc1
Merge pull request #146 from mauro-andre/nested_objects_index_creation ♻️ Nested persisted object with index creation
v1.3.0
What's Changed
New feature
- ✨ Save with optional upsert by @mauro-andre in #145
Full Changelog: 1.2.2...1.3.0
v1.2.2
What's Changed
Fix
- 🐛 DbModel initialize empty lists by @mauro-andre in #144 (Issue reported by @manuelseeger)
Full Changelog: 1.2.1...1.2.2
v1.2.1
What's Changed
Fix
- 🐛 Fix nested attr bug db_field_info: getattr -> eval by @patrickpasquini in #142
New Contributors
- @patrickpasquini made their first contribution in #142
Full Changelog: 1.2.0...1.2.1
v1.2.0
What's Changed
New feature
- ✨ Mount query operator with and or logical operators by @mauro-andre in #140
Full Changelog: 1.1.2...1.2.0