Mimetype guessing and ETag generation for file-like objects in send_file
has been removed, as per issue 104. See pull request 1849.
Mimetype guessing in send_file now fails loudly and doesn't fall back to
application/octet-stream. See pull request 1988.
Make flask.safe_join able to join multiple paths like os.path.join
(pull request 1730).
Revert a behavior change that made the dev server crash instead of returning
a Internal Server Error (pull request 2006).
Correctly invoke response handlers for both regular request dispatching as
well as error handlers.
Disable logger propagation by default for the app logger.
Add support for range requests in send_file.
app.test_client includes preset default environment, which can now be
directly set, instead of per client.get.
0.11.2
Bugfix release, unreleased
Fix crash when running under PyPy3, see pull request 1814.
requests 2.12.3 -> 2.12.4
2.12.4
+++++++++++++++++++
Bugfixes
Fixed regression from 2.12.2 where non-string types were rejected in the
basic auth parameters. While support for this behaviour has been readded,
the behaviour is deprecated and will be removed in the future.
Once you have closed this pull request, I'll create seperate pull requests for every update as soon as I find them.
This is my first visit to this fine repo so I have bundled all updates in a single pull request to make things easier for you to merge.
Close this pull request and delete the branch if you want me to start with single pull requests right away
Here's the executive summary:
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
Flask 0.11.1 -> 0.12
requests 2.12.3 -> 2.12.4
Once you have closed this pull request, I'll create seperate pull requests for every update as soon as I find them.
That's it for now!
Happy merging! 🤖