-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Version 0.13.1 #880
Version 0.13.1 #880
Conversation
Looks good yes 😉 |
Maybe take a look at #881 before @florimondmanca ! ;) |
Co-authored-by: euri10 <euri10@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, hopefully >)_
I think one area where we could do some work in Uvicorn is make it so we have to be less "hopeful" when pushing new releases. 😄 I'm seeing two precise areas: A/ generalizing type annotations (including in the test suite) so we can catch some more bugs or make sure implementations are as type-safe as possible (always good), and B/ going over the test suite to clean anything up or add small cases that are missing. (Refs #102) |
cant agree more to that, just lacking time atm ! |
0.13.1 - 2020-12-12
Fixed
--ws wsproto
or--ws websockets
. (Pull Fix failures when ASGI app rejects a connection during handshake #704 and Ensure that ws connection is open before receiving data #881)scope
doesn't leak in logs when using JSON log formatters. (Pull Remove scope from access log when using json logging formatter #859 and Fix logger after scope removal #884)