Skip to content

v1.0.1

Compare
Choose a tag to compare
@idoshr idoshr released this 27 Oct 10:39

New version for flask-mongoengine 🎊🎊🎊🎊


  • Add new option to pagination by keyset

  • Pagination change remove select_related related by default
    select_related related will be trigger only if max_depth exists
    BREAKING_CHANGE




  • Deprecated session in flask-mongoengine
    It is un necessary to maintenance functionality of session in Mongoengine
    While there is other library dedicated for that with implementation for Pymongo (flask-session)
    add warning message with tutorial how to migrate

  • fix all testers
  • fix coverage
  • test against mongodb versions 4-6
  • test against python versions 3.8 - 3.11