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 v18 #140

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 -> ==18.12.0 age adoption passing confidence

⚠️ MAJOR MAJOR MAJOR ⚠️


Release Notes

sanic-org/sanic (sanic)

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