Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sanic from 21.12.1 to 22.3.2 #790

Closed
wants to merge 3 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps sanic from 21.12.1 to 22.3.2.

Release notes

Sourced from sanic's releases.

Version 22.3.2

Full Changelog: sanic-org/sanic@v22.3.1...v22.3.2

Version 22.3.1

What's Changed

Full Changelog: sanic-org/sanic@v22.3.0...v22.3.1

Version 22.3.0

Features

  • #2347 API for multi-application server
    • 🚨 BREAKING CHANGE: The old sanic.worker.GunicornWorker has been removed. To run Sanic with gunicorn, you should use it thru uvicorn as described in their docs.
    • 🧁 SIDE EFFECT: Named background tasks are now supported, even in Python 3.7
  • #2357 Parse Authorization header as Request.credentials
  • #2361 Add config option to skip Touchup step in application startup
  • #2372 Updates to CLI help messaging
  • #2382 Downgrade warnings to backwater debug messages
  • #2396 Allow for multidict v0.6
  • #2401 Upgrade CLI catching for alternative application run types
  • #2402 Conditionally inject CLI arguments into factory
  • #2413 Add new start and stop event listeners to reloader process
  • #2414 Remove loop as required listener arg
  • #2415 Better exception for bad URL parsing
  • sanic-routing#47 Add a new extention parameter type: <file:ext>, <file:ext=jpg>, <file:ext=jpg|png|gif|svg>, <file=int:ext>, <file=int:ext=jpg|png|gif|svg>, <file=float:ext=tar.gz>
    • 👶 BETA FEATURE: This feature will not work with path type matching, and is being released as a beta feature only.
  • sanic-routing#57 Change register_pattern to accept a str or Pattern
  • sanic-routing#58 Default matching on non-empty strings only, and new strorempty pattern type
    • 🚨 BREAKING CHANGE: Previously a route with a dynamic string parameter (/<foo> or /<foo:str>) would match on any string, including empty strings. It will now only match a non-empty string. To retain the old behavior, you should use the new parameter type: /<foo:strorempty>.

Bugfixes

  • #2373 Remove error_logger on websockets
  • #2381 Fix newly assigned None in task registry
  • sanic-routing#52 Add type casting to regex route matching
  • sanic-routing#60 Add requirements check on regex routes (this resolves, for example, multiple static directories with differing host values)

Deprecations and Removals

  • #2362 22.3 Deprecations and changes
    1. debug=True and --debug do NOT automatically run auto_reload
    2. Default error render is with plain text (browsers still get HTML by default because auto looks at headers)
    3. config is required for ErrorHandler.finalize
    4. ErrorHandler.lookup requires two positional args
    5. Unused websocket protocol args removed
  • #2344 Deprecate loading of lowercase environment variables

... (truncated)

Commits

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)

@dependabot dependabot bot added the type:dependencies Pull requests that update a dependency file label May 16, 2022
@dependabot dependabot bot requested review from a team and losterloh and removed request for a team May 16, 2022 09:30
@dependabot dependabot bot requested a review from indam23 May 16, 2022 09:30
@dependabot dependabot bot force-pushed the dependabot-pip-sanic-22.3.2 branch 2 times, most recently from 0f66706 to f710597 Compare June 9, 2022 14:20
Bumps [sanic](https://github.com/sanic-org/sanic) from 21.12.1 to 22.3.2.
- [Release notes](https://github.com/sanic-org/sanic/releases)
- [Changelog](https://github.com/sanic-org/sanic/blob/main/CHANGELOG.rst)
- [Commits](sanic-org/sanic@v21.12.1...v22.3.2)

---
updated-dependencies:
- dependency-name: sanic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-pip-sanic-22.3.2 branch from f710597 to 7594455 Compare June 14, 2022 08:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2022

A newer version of sanic exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@znat
Copy link
Contributor

znat commented Nov 22, 2022

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2022

Superseded by #892.

@dependabot dependabot bot closed this Nov 22, 2022
@dependabot dependabot bot deleted the dependabot-pip-sanic-22.3.2 branch November 22, 2022 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants