Skip to content

v2.0.0a5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Oct 13:16
· 154 commits to master since this release
88e756d

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