ci(deps): Update dependency sanic to v19 #141
Open
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.5
Release Notes
sanic-org/sanic (sanic)
v19.12.5
: Version 19.12.5Compare Source
Dependencies
v19.12.4
Compare Source
v19.12.3
: Version 19.12.3Compare Source
Bugfixes
v19.12.2
Compare Source
Resolve forgotten slot, see #1743
v19.12.0
Compare 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.0
Compare Source
v19.6.3
Compare Source
v19.6.2
Compare Source
v19.6.0
Compare 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.1
Compare 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_headers
helper function (#1415)f8a6af1
Rename thehttp
module tohelpers
to prevent conflicts with the built-in Python http library (fixes #1323)v0.8.3
Compare Source
v0.8.2
Compare Source
v0.8.1
Compare Source
v0.8.0
Compare 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_events
didn't actually trigger events in async create_server #885 (Thanks to @yunstanford)strict_slashes
to be True by default #900 (Thanks to @yunstanford)Unauthorized
exception__init__
to be more like the rest of the exceptions #914 (Thanks to @CharAct3)syslog
raises anImportError
#947 (Thanks to @lanfon72)Connection lost before response written
#965 (Thanks to @samael500)Configuration
📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone America/Lima, Automerge - At any time (no schedule defined).
🚦 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.