luismayta / luca

Luca
GNU Lesser General Public License v3.0
8 stars 1 forks source link

ci(deps): Update dependency sanic to v18 #140

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

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

:warning: MAJOR MAJOR MAJOR :warning:


Release Notes

sanic-org/sanic (sanic) ### [`v18.12.0`](https://togithub.com/sanic-org/sanic/releases/tag/18.12.0): 18.12 Long Term Support [Compare Source](https://togithub.com/sanic-org/sanic/compare/0.8.3...18.12.0) - 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](https://togithub.com/sanic-org/sanic/issues/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](https://togithub.com/sanic-org/sanic/issues/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`](https://togithub.com/sanic-org/sanic/commit/f8a6af1) Rename the `http` module to `helpers` to prevent conflicts with the built-in Python http library (fixes [#​1323](https://togithub.com/sanic-org/sanic/issues/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](https://togithub.com/sanic-org/sanic/issues/1402)) - Fix the logger and make it work ([#​1397](https://togithub.com/sanic-org/sanic/issues/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`](https://togithub.com/sanic-org/sanic/compare/0.8.2...0.8.3) [Compare Source](https://togithub.com/sanic-org/sanic/compare/0.8.2...0.8.3) ### [`v0.8.2`](https://togithub.com/sanic-org/sanic/compare/0.8.1...0.8.2) [Compare Source](https://togithub.com/sanic-org/sanic/compare/0.8.1...0.8.2) ### [`v0.8.1`](https://togithub.com/sanic-org/sanic/compare/0.8.0...0.8.1) [Compare Source](https://togithub.com/sanic-org/sanic/compare/0.8.0...0.8.1) ### [`v0.8.0`](https://togithub.com/sanic-org/sanic/compare/0.7.0...0.8.0) [Compare Source](https://togithub.com/sanic-org/sanic/compare/0.7.0...0.8.0) ### [`v0.7.0`](https://togithub.com/sanic-org/sanic/releases/tag/0.7.0): Logging refactors, Websocket Refactors, Various bug fixes [Compare Source](https://togithub.com/sanic-org/sanic/compare/0.6.0...0.7.0) To see the exhaustive list of pull requests included in this release see: https://github.com/channelcat/sanic/milestone/12?closed=1 ### Highlights - Fixed a bug where `trigger_events` didn't actually trigger events in async create_server [#​885](https://togithub.com/sanic-org/sanic/issues/885) (Thanks to [@​yunstanford](https://togithub.com/yunstanford)) - Changed `strict_slashes` to be True by default [#​900](https://togithub.com/sanic-org/sanic/issues/900) (Thanks to [@​yunstanford](https://togithub.com/yunstanford)) - Changed `Unauthorized` exception `__init__` to be more like the rest of the exceptions [#​914](https://togithub.com/sanic-org/sanic/issues/914) (Thanks to [@​CharAct3](https://togithub.com/CharAct3)) - Added an option to define a name for a route [#​901](https://togithub.com/sanic-org/sanic/issues/901) (Thanks to [@​lixxu](https://togithub.com/lixxu)) - Made the prefixes for the environment variables configurable [#​931](https://togithub.com/sanic-org/sanic/issues/931) (Thanks to [@​Tim-Erwin](https://togithub.com/Tim-Erwin)) - Fixed windows support where `syslog` raises an `ImportError` [#​947](https://togithub.com/sanic-org/sanic/issues/947) (Thanks to [@​lanfon72](https://togithub.com/lanfon72)) - Added support for vhosts in static routes [#​953](https://togithub.com/sanic-org/sanic/issues/953) (Thanks to [@​r0fls](https://togithub.com/r0fls)) - Split RequestTimeout, ResponseTimeout, and KeepAliveTimeout into different timeouts [#​939](https://togithub.com/sanic-org/sanic/issues/939) (Thanks to [@​ashleysommer](https://togithub.com/ashleysommer)) - Fixed `Connection lost before response written` [#​965](https://togithub.com/sanic-org/sanic/issues/965) (Thanks to [@​samael500](https://togithub.com/samael500)) - SanicTestClient now gets its own port [#​1008](https://togithub.com/sanic-org/sanic/issues/1008) (Thanks to [@​youknowone](https://togithub.com/youknowone))

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.