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

ci(deps): Update dependency sanic to v19 #141

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 7, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sanic ==0.6.0 -> ==19.12.5 age adoption passing confidence

⚠️ MAJOR MAJOR MAJOR ⚠️


Release Notes

sanic-org/sanic (sanic)

v19.12.5: Version 19.12.5

Compare Source

Dependencies

  • #​2025 Fix uvloop to 0.14 because 0.15 drops Python 3.6 support
  • #​2027 Remove old chardet requirement, add in hard multidict requirement

v19.12.4

Compare Source

v19.12.3: Version 19.12.3

Compare Source

Bugfixes
  • #​1959 Removes duplicate headers in ASGI streaming body

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 Support

Compare Source

  • Changes:
    • 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:

      • Fix remove_entity_headers helper function (#​1415)
      • Fix TypeError when use Blueprint.group() to group blueprint with default url_prefix, Use os.path.normpath to avoid invalid url_prefix like api//v1
        f8a6af1 Rename the http module to helpers to prevent conflicts with the built-in Python http library (fixes #​1323)
      • Fix unittests on windows
      • Fix Namespacing of sanic logger
      • Fix missing quotes in decorator example
      • Fix redirect with quoted param
      • Fix doc for latest blueprint code
      • Fix build of latex documentation relating to markdown lists
      • Fix loop exception handling in app.py
      • Fix content length mismatch in windows and other platform
      • Fix Range header handling for static files (#​1402)
      • Fix the logger and make it work (#​1397)
      • Fix type pikcle->pickle in multiprocessing test
      • Fix pickling blueprints Change the string passed in the "name" section of the namedtuples in Blueprint to match the name of the Blueprint module attribute name. This allows blueprints to be pickled and unpickled, without errors, which is a requirment of running Sanic in multiprocessing mode in Windows. Added a test for pickling and unpickling blueprints Added a test for pickling and unpickling sanic itself Added a test for enabling multiprocessing on an app with a blueprint (only useful to catch this bug if the tests are run on Windows).
      • Fix document for logging

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 fixes

Compare Source

To see the exhaustive list of pull requests included in this release see:
https://github.com/channelcat/sanic/milestone/12?closed=1

Highlights


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants