Releases: idoshr/flask-mongoengine
Releases · idoshr/flask-mongoengine
v1.1.0
1.0.9
Changes
- Update the documentation by this repository
This release is made by wonderful contributors:
1.0.8
v1.0.2
v1.0.1
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
- Fix issue while try to inherit from MongoEngineJSONEncoder
and for bonus add doc of how add encoder hope it will be helpful
following this changes of flask
https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-2-1
https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-0
- fix flask2.2 session
following this change
https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-2-0
- 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