Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps quart from 0.16.3 to 0.18.3.

Changelog

Sourced from quart's changelog.

0.18.3 2022-10-08

  • Bugfix signal handling on Windows.
  • Bugfix add missing globals to Flask-Patch.

0.18.2 2022-10-04

  • Bugfix use add_signal_handler not signal.signal.

0.18.1 2022-10-03

  • Bugfix static hosting with resource path escaping the root.
  • Bugfix adopt the Werkzeug/Flask make_conditional API/functionality.
  • Bugfix restore the reloader to Quart.
  • Bugfix support subdomains when testing.
  • Bugfix the signal handling to work on Windows.

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 g as 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 -debug options to the CLI.
  • Adopt the Flask JSON provider interface, use instead of JSON

... (truncated)

Commits
  • b0676aa Bump and release 0.18.3
  • fec7bb0 Bugfix add missing globals to Flask-Patch
  • 68da65c Fix signal handling on Windows
  • 136f156 Bump and release 0.18.2
  • 606148f Bugfix use add_signal_handler not signal.signal
  • 0c16913 Bump and release 0.18.1
  • a848822 Fix the signal handling to work on Windows
  • d5f9c38 Support subdomains when testing
  • 527f29d Fix typo
  • 7634a5a Add a reloader to Quart
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [quart](https://github.com/pallets/quart) from 0.16.3 to 0.18.3.
- [Release notes](https://github.com/pallets/quart/releases)
- [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.rst)
- [Commits](pallets/quart@0.16.3...0.18.3)

---
updated-dependencies:
- dependency-name: quart
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant