ci(deps): Update dependency sanic to v19 - #141
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/sanic-19.x
branch
from
March 16, 2023 13:26
9e8608f to
e061e25
Compare
renovate
Bot
force-pushed
the
renovate/sanic-19.x
branch
from
December 15, 2025 19:49
e061e25 to
e83a262
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.6.0→==19.12.5Release Notes
sanic-org/sanic (sanic)
v19.12.5: Version 19.12.5Compare Source
Dependencies
v19.12.4Compare Source
v19.12.3: Version 19.12.3Compare Source
Bugfixes
v19.12.2Compare Source
Resolve forgotten slot, see #1743
v19.12.0Compare Source
19.12.0 LTS
Major changes to bring sanic up to current. Please consult the changelog. There are breaking changes in this release; please continue to use 19.9.X or the previous 18.12.X LTS release which will continued to be supported until December 2021 for stability.
v19.9.0Compare Source
v19.6.3Compare Source
v19.6.2Compare Source
v19.6.0Compare Source
Sanic 19.6.0 is a standard release based on the CalVer versioning adopted in 2018.
Changes:
#1475 ASGI support (Beta)
#1436 Add Configure support from object string
#1544 Drop dependency on distutil
#1562 Switch to use request-async for test_client from aiohttp
Fixes:
#1587 Add missing handler for Expect header.
#1560 Allow to disable Transfer-Encoding: chunked.
#1558 Fix graceful shutdown.
#1594 Fix strict slashes behavior.
Deprecations:
#1568 Deprecate route removal.
#1562 Drop Python3.5 support.
v19.3.1Compare Source
v18.12.0: 18.12 Long Term SupportCompare Source
Improved codebase test coverage from 81% to 91%.
Added stream_large_files and host examples in static_file document
Added methods to append and finish body content on Request (#1379)
Integrated with .appveyor.yml for windows ci support
Added documentation for AF_INET6 and AF_UNIX socket usage
Adopt black/isort for codestyle
Cancel task when connection_lost
Simplify request ip and port retrieval logic
Handle config error in load config file.
Integrate with codecov for CI
Add missed documentation for config section.
Deprecate Handler.log
Pinned httptools requirement to version 0.0.10+
Fixes:
remove_entity_headershelper function (#1415)f8a6af1Rename thehttpmodule tohelpersto prevent conflicts with the built-in Python http library (fixes #1323)v0.8.3Compare Source
v0.8.2Compare Source
v0.8.1Compare Source
v0.8.0Compare Source
v0.7.0: Logging refactors, Websocket Refactors, Various bug fixesCompare Source
To see the exhaustive list of pull requests included in this release see:
https://github.com/channelcat/sanic/milestone/12?closed=1
Highlights
trigger_eventsdidn't actually trigger events in async create_server #885 (Thanks to @yunstanford)strict_slashesto be True by default #900 (Thanks to @yunstanford)Unauthorizedexception__init__to be more like the rest of the exceptions #914 (Thanks to @CharAct3)syslograises anImportError#947 (Thanks to @lanfon72)Connection lost before response written#965 (Thanks to @samael500)Configuration
📅 Schedule: (in timezone America/Lima)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.