py-frameworks-bench
py-frameworks-bench copied to clipboard
build(deps): bump quart from 0.16.3 to 0.18.0 in /frameworks
Bumps quart from 0.16.3 to 0.18.0.
Changelog
Sourced from quart's changelog.
0.18.0 2022-07-23
- Remove Quart's safe_join, use Werkzeug's version instead.
- Drop toml dependency, as it isn't required in Quart (use config.from_file as desired).
- Change websocket.send_json to match jsonify's options.
- Allow while serving decorators on blueprints.
- Support synchronous background tasks, they will be run on a thread.
- Follow Flask's API an allow empty argument Response construction.
- Add get_root_path to helpers to match Flask.
- Support silent argument in config.from_envvar.
- Adopt Flask's logging setup.
- Add stream_template and stream_template_string functions to stream a large template in parts.
- Switch to Flask's top level name exportion style.
- Add aborter object to app to allow for abort customisation.
- Add redirect method to app to allow for redirect customisation.
- Remove usage of LocalStacks, using ContextVars more directly. This should improve performance, but introduces backwards incompatibility. _*_ctx_stack globals are removed, use *_context instead. Extensions should store on
gas appropriate. Requires Werkzeug >= 2.2.0.- Returned lists are now jsonified.
- Move url_for to the app to allow for url_for customisation.
- Remove config from_json use from_file instead.
- Match the Flask views classes and API.
- Adopt the Flask cli code adding
--app,--env, and-debugoptions to the CLI.- Adopt the Flask JSON provider interface, use instead of JSON encoders and decoders.
- Switch to being a Pallets project.
0.17.0 2022-03-26
- Raise startup and shutdown errors.
- Allow loading of environment variables into the config.
- Bugfix switch to Werkzeug's redirect.
- Bugfix import Markup and escape from MarkupSafe.
Commits
364c105Bump and release 0.18.02413e3fFix incorrect typingc71ea47Restore 7dd6993c03287413bb3a1760ed26de82fb0b4438 tests935d9e6Adopt the JSON provider interface4448bc7Remove the auto app_context wrapper7096f11Added missing closing quotea3ca330Fix broken link in documentation.9fcc6faClarify how to contribute868f7b9Allow Mapping in the typing for response values951bed2Adopt the Flask cli code- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)