Version 0.16.0 #1246
graingert
started this conversation in
Show and tell
Version 0.16.0
#1246
Replies: 1 comment 1 reply
-
Did you create this on purpose? @graingert 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
#1219
Fixed
starlette.websockets.WebSocket
instances are now hashable and compare by identity#1039
#1213,
#1227
Deprecated/removed
starlette.templates.Jinja2Templates.get_env
was removed#1218
starlette.testclient.TestClient.async_backend
was removed,the backend is now configured using constructor kwargs
#1211
starlette.router.Router(lifespan_context=)
is deprecated. You should wrap your lifespan in@contextlib.asynccontextmanager
.#1227
#1110
This discussion was created from the release Version 0.16.0.
Beta Was this translation helpful? Give feedback.
All reactions