v2.0.0a5
Pre-release
Pre-release
·
154 commits
to master
since this release
New functionality:
- Mongonengine support has been added back (no longer using
flask-mongoengine): #2611 - The default query for pymongo can be overridden: #2661
- Flask async routes are supported: #2659
Fixes:
- Bootstrap menu icons should show up properly and not duplicated: #2666
- Redis CLI commands are now case insensitive: #2411
Misc:
- Translations and docs have been updated
- Various type hinting improvements and fixes