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

prepare release 0.16.0 #1233

Merged
merged 12 commits into from Jul 19, 2021
24 changes: 24 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,27 @@
## 0.16.0

July 4, 2021
graingert marked this conversation as resolved.
Show resolved Hide resolved

### Added
* Added [Encode](https://github.com/sponsors/encode) funding option
[#1219](https://github.com/encode/starlette/pull/1219)

### Fixed
* `starlette.websockets.WebSocket` instances are now hashable and compare by identity
[#1039](https://github.com/encode/starlette/pull/1039)
* A number of fixes related to running task groups in lifespan
[#1213](https://github.com/encode/starlette/pull/1213),
[#1277](https://github.com/encode/starlette/pull/1277)
graingert marked this conversation as resolved.
Show resolved Hide resolved

### Deprecated/removed
* The method `starlette.templates.Jinja2Templates.get_env` was removed
graingert marked this conversation as resolved.
Show resolved Hide resolved
* The ClassVar `starlette.testclient.TestClient.async_backend` was removed,
the backend is now configured using constructor kwargs
[#1211](https://github.com/encode/starlette/pull/1211)
* Passing an Async Generator Function or a Generator Function to `starlette.router.Router(lifespan_context=)` is deprecated. You should wrap your lifespan in `@contextlib.asynccontextmanager`.
[#1277](https://github.com/encode/starlette/pull/1277)
graingert marked this conversation as resolved.
Show resolved Hide resolved
graingert marked this conversation as resolved.
Show resolved Hide resolved
[#1110](https://github.com/encode/starlette/pull/1110)

## 0.15.0

June 23, 2021
Expand Down