Update dependency uvicorn to v0.20.0 #83

Merged
Xefir merged 1 commits from renovate/uvicorn-0.x into master 2022-11-21 11:24:21 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
uvicorn (changelog) dependencies minor 0.19.0 -> 0.20.0

Release Notes

encode/uvicorn

v0.20.0

Compare Source

Added
  • Check if handshake is completed before sending frame on wsproto shutdown (#​1737)
  • Add default headers to WebSockets implementations (#​1606 & #​1747) 28/10/22
  • Warn user when reload and workers flag are used together (#​1731) 31/10/22
Fixed
  • Use correct WebSocket error codes on close (#​1753) 20/11/22
  • Send disconnect event on connection lost for wsproto (#​996) 29/10/22
  • Add SIGQUIT handler to UvicornWorker (#​1710) 01/11/22
  • Fix crash on exist with "--uds" if socket doesn't exist (#​1725) 27/10/22
  • Annotate CONFIG_KWARGS in UvicornWorker class (#​1746) 31/10/22
Removed
  • Remove conditional on RemoteProtocolError.event_hint on wsproto (#​1486) 31/10/22
  • Remove unused handle_no_connect on wsproto implementation (#​1759) 17/11/22

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uvicorn](https://github.com/encode/uvicorn) ([changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)) | dependencies | minor | `0.19.0` -> `0.20.0` | --- ### Release Notes <details> <summary>encode/uvicorn</summary> ### [`v0.20.0`](https://github.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#&#8203;0200---2022-11-20) [Compare Source](https://github.com/encode/uvicorn/compare/0.19.0...0.20.0) ##### Added - Check if handshake is completed before sending frame on `wsproto` shutdown ([#&#8203;1737](https://github.com/encode/uvicorn/issues/1737)) - Add default headers to WebSockets implementations ([#&#8203;1606](https://github.com/encode/uvicorn/issues/1606) & [#&#8203;1747](https://github.com/encode/uvicorn/issues/1747)) 28/10/22 - Warn user when `reload` and `workers` flag are used together ([#&#8203;1731](https://github.com/encode/uvicorn/issues/1731)) 31/10/22 ##### Fixed - Use correct `WebSocket` error codes on `close` ([#&#8203;1753](https://github.com/encode/uvicorn/issues/1753)) 20/11/22 - Send disconnect event on connection lost for `wsproto` ([#&#8203;996](https://github.com/encode/uvicorn/issues/996)) 29/10/22 - Add `SIGQUIT` handler to `UvicornWorker` ([#&#8203;1710](https://github.com/encode/uvicorn/issues/1710)) 01/11/22 - Fix crash on exist with "--uds" if socket doesn't exist ([#&#8203;1725](https://github.com/encode/uvicorn/issues/1725)) 27/10/22 - Annotate `CONFIG_KWARGS` in `UvicornWorker` class ([#&#8203;1746](https://github.com/encode/uvicorn/issues/1746)) 31/10/22 ##### Removed - Remove conditional on `RemoteProtocolError.event_hint` on `wsproto` ([#&#8203;1486](https://github.com/encode/uvicorn/issues/1486)) 31/10/22 - Remove unused `handle_no_connect` on `wsproto` implementation ([#&#8203;1759](https://github.com/encode/uvicorn/issues/1759)) 17/11/22 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjkuMCJ9-->
Xefir added 1 commit 2022-11-21 00:22:06 +00:00
continuous-integration/drone/push Build is passing Details
c9c5e3917b
Update dependency uvicorn to v0.20.0
Xefir merged commit 052c3468c8 into master 2022-11-21 11:24:20 +00:00
Xefir deleted branch renovate/uvicorn-0.x 2022-11-21 11:24:23 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/Divent#83
No description provided.