Skip to content

Releases: idoshr/flask-mongoengine

v1.1.0

03 Nov 12:19
d527938
Compare
Choose a tag to compare

Changes

This release is made by wonderful contributors:

@idoshr

1.0.9

30 Mar 15:13
Compare
Choose a tag to compare

Changes

  • Update the documentation by this repository

This release is made by wonderful contributors:

@idocyabra

1.0.8

22 Jan 16:39
Compare
Choose a tag to compare

Changes

  • Publish to pypi
  • Organize doc

This release is made by wonderful contributors:

@idocyabra

v1.0.2

18 Jan 15:08
Compare
Choose a tag to compare

What's Changed

pagination:

  • Add option to start from page 0 instead of start only from 1
    compatibility:
  • Wft-form >= 3.1

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 Oct 10:39
Compare
Choose a tag to compare

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