Changelog for
python3-Flask-PyMongo-2.2.0-bp150.28.1.noarch.rpm :
* Mon Nov 05 2018 Axel Braun
- Version 2.2.0 [#117] Allow URIs without database name. [#114] Accept keyword arguments to save_file() (Andrew C. Hawkins). [#113] Make the app argument to PyMongo optional (yarobob).- Version 2.0.0 This release is not compatible with Flask-PyMongo 0.5.x or any earlier version. You can see an explanation of the reasoning and changes in issue #110.
* Only support configuration via URI.
* Don’t connect to MongoDB by default.
* Clarify version support of Python, Flask, PyMongo, and MongoDB.
* Readability improvement to README.md (MinJae Kwon).- Version 0.5.2 [#102] Return 404, not 400, when given an invalid input to BSONObjectIdConverter (Abraham Toriz Cruz).
* Sat Nov 25 2017 axel.braunAATTgmx.de- Version 0.5.1 initial OBS build