Releases: mongodb-labs/flask-pymongo
Releases · mongodb-labs/flask-pymongo
3.0.1
What's Changed
- Fix link rendering in readme by @blink1073 in #185
- Fix handling of _version.py file by @blink1073 in #187
Full Changelog: 3.0.0...3.0.1
3.0.0
Overview
- Support Flask 3.0+ and PyMongo 4.0+.
- Support Python 3.9-3.13.
- Support MongoDB 4.4+.
- Add support for
~flask.json.jsonify()
.
What's Changed
- adopt azure pipelines instead of travis by @dcrosta in #121
- Test in Python 3.4, which we support by @dcrosta in #126
- Drop support for MongoDB 3.2, its end of life was Sept 2018 by @dcrosta in #125
- Fix quickstart example by @eamanu in #130
- Add
jsonify()
support using PyMongo'sbson.json_util
by @dcrosta in #122 - test matrix: added mongo 4.2, pymongo 3.9, flask 1.1; removed flask 0.11, python 3.4 by @dcrosta in #131
- PyMongo documentation new URL by @thekoc in #143
- Update test envs & supported versions by @dcrosta in #151
- docs: Fix a few typos by @timgates42 in #150
- add a .readthedocs.yaml by @dcrosta in #163
- Add DriverInfo to MongoClient creation by @alexbevi in #165
- Added Quart-Motor Link under More Info by @marirs in #144
- INTPYTHON-410 Set up trusted publishing by @blink1073 in #169
- INTPYTHON-380 Update for flask 3.0 and add GitHub workflows by @blink1073 in #170
- file_name_in_send_file by @AstraSerg in #140
- Help message about save_file return added. by @AstraSerg in #138
- Troubleshooting added by @AstraSerg in #137
- INTPYTHON-380 Switch to hatchling backend by @blink1073 in #171
- Apply format and linting auto fixes by @blink1073 in #172
- INTPYTHON-380 Move changelog to top level file and update for 3.0 by @blink1073 in #173
- INTPYTHON-380 Add linters and formatters by @blink1073 in #174
- INTPYTHON-380 Add task runner and project manager by @blink1073 in #175
- INTPYTHON-380 Add typing by @blink1073 in #176
- Add support for db in GridFS functions by @blink1073 in #178
- INTPYTHON-380 Add doctests by @blink1073 in #177
- Add docs about connection string handling by @blink1073 in #180
- INTPYTHON-380 Finish remaining QA by @blink1073 in #179
- Add tests for min dependencies and update test matrix for min and max server versions by @blink1073 in #183
- Use caching for the etag using stored hash if available by @blink1073 in #182
New Contributors
- @dcrosta made their first contribution in #121
- @eamanu made their first contribution in #130
- @thekoc made their first contribution in #143
- @timgates42 made their first contribution in #150
- @alexbevi made their first contribution in #165
- @marirs made their first contribution in #144
- @blink1073 made their first contribution in #169
- @AstraSerg made their first contribution in #140
Full Changelog: 2.3.0...3.0.0